/**
 * Smith Literature Finder – Bootstrap 5 overrides
 */
/* ── Brand colour: filled dark button ────────────────────────────────── */
.slf-finder .btn-dark {
  --bs-btn-bg: #006bb3;
  --bs-btn-border-color: #2b3642;
  --bs-btn-hover-bg: #0089e6;
  --bs-btn-hover-border-color: #0089e6;
  --bs-btn-active-bg: #1e2830;
  --bs-btn-active-border-color: #1e2830;
  --bs-btn-disabled-bg: #2b3642;
  --bs-btn-disabled-border-color: #2b3642;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  width: 140px;
  height: 42px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* ── Brand colour: outlined dark button ──────────────────────────────── */
.slf-finder .btn-outline-dark {
  --bs-btn-color: #2b3642;
  --bs-btn-border-color: #2b3642;
  --bs-btn-hover-bg: #2b3642;
  --bs-btn-hover-border-color: #2b3642;
  --bs-btn-active-bg: #2b3642;
  --bs-btn-active-border-color: #2b3642;
}
