/* Approved Cambridge satin B search controls. Keep both site copies identical.
   Scoped opt-in classes leave Bible Reader and unrelated controls untouched. */
.kjbf-search-satin {
  --search-gold: linear-gradient(180deg, #f4dc83 0%, #e7c760 48%, #d5b25a 100%);
  --search-silver: linear-gradient(180deg, #f7f9f9 0%, #e2e6e8 52%, #ccd2d5 100%);
}
.kjbf-search-satin input.kjbf-search-input {
  height: 58px;
  min-height: 58px;
}
.kjbf-search-satin button.kjbf-search-action {
  height: 58px;
  min-height: 58px;
  min-width: 180px;
  padding: 0 20px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: none;
}
.kjbf-search-satin button.kjbf-search-action.kjbf-search-action--primary {
  color: #1f190c;
  background: var(--search-gold);
  border-color: #937124;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62), 0 2px 3px rgba(55,42,14,.14);
}
.kjbf-search-satin button.kjbf-search-action.kjbf-search-action--secondary {
  color: #202326;
  background: var(--search-silver);
  border-color: #949c9f;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(38,41,42,.08);
}
.kjbf-search-satin button.kjbf-search-action:hover:not(:disabled) {
  filter: brightness(1.06);
}
.kjbf-search-satin button.kjbf-search-action:active:not(:disabled) {
  transform: translateY(1px);
}
.kjbf-search-satin button.kjbf-search-action:focus-visible {
  outline: 3px solid #467f74;
  outline-offset: 3px;
}
.kjbf-search-satin button.kjbf-search-action:disabled {
  cursor: wait;
  opacity: .65;
}
@media (max-width: 700px) {
  .kjbf-search-satin button.kjbf-search-action {
    height: 48px;
    min-height: 48px;
    min-width: 0;
    white-space: normal;
  }
  .kjbf-search-satin button.kjbf-search-action.kjbf-search-action--primary {
    border-radius: 0 0 4px 4px;
  }
}
