.check-search {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: -4px 0 20px;
  padding: 0 12px;
  border: 1px solid #cdd5df;
  border-radius: 10px;
  background: #fff;
  color: #1d63ad;
  box-shadow: 0 3px 12px rgba(22, 42, 78, .04);
  font-size: 1.25rem;
}
.check-search input { border: 0; padding: 12px 0; outline: 0; }
.check-search input:focus { outline: 0; }
.check-search button { border: 0; background: transparent; color: #657084; font-size: 1.4rem; cursor: pointer; }
.check-search button.hidden { display: none; }

.admin-fields { display: grid; grid-template-columns: 1fr 180px; gap: 10px; }
.admin-fields label { color: #3e4a60; font-size: .72rem; font-weight: 750; }
.admin-fields input, .admin-fields select { width: 100%; margin-top: 5px; border: 1px solid #cdd5df; border-radius: 9px; padding: 10px; background: #fff; color: #18233c; font: inherit; font-size: .86rem; }
.admin-fields input { padding: 11px 12px; }
.new-section.hidden { display: none; }

@media (max-width: 720px) {
  .admin-fields { grid-template-columns: 1fr; }
}
