/* FinallyBuilt cookie consent — a centred modal over a dimmed page, so the
   first-time visitor is actually asked rather than left to notice a corner card. */
.fb-consent{position:fixed;inset:0;z-index:2147483000;display:none;
  align-items:center;justify-content:center;padding:20px;
  background:rgba(16,20,27,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.fb-consent.show{display:flex}
body.fb-consent-open{overflow:hidden}
.fb-consent-card{background:#fff;border-radius:16px;padding:28px 30px;width:100%;max-width:460px;
  box-shadow:0 30px 80px rgba(16,20,27,.35);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#12161d}
.fb-consent-card b{font-size:17px;display:block}
.fb-consent-card p{font-size:14px;line-height:1.6;color:#5f6875;margin:10px 0 20px}
.fb-consent-card p a{color:#14573a}
.fb-consent-row{display:flex;gap:10px;flex-wrap:wrap}
/* Accept and Reject are the same size and weight: rejecting must be as easy as accepting. */
.fb-consent .fb-btn{font:inherit;font-weight:650;font-size:15px;border-radius:10px;padding:12px 22px;
  flex:1 1 140px;cursor:pointer;border:1px solid #1b6e4b;background:#1b6e4b;color:#fff}
.fb-consent .fb-btn:hover{background:#14573a}
.fb-consent .fb-btn:focus-visible{outline:2px solid #12161d;outline-offset:2px}
.fb-consent .fb-btn.ghost{background:transparent;color:#12161d;border-color:#cfd4da}
.fb-consent .fb-btn.ghost:hover{background:#f5f6f7}
@media(max-width:520px){.fb-consent{align-items:flex-end;padding:12px}
  .fb-consent-card{max-width:none;padding:24px 22px;border-radius:14px}}
