.ff-consent[hidden], .ff-consent-preferences[hidden] { display: none !important; }
.ff-consent {
  position: fixed; z-index: 140; right: 20px; bottom: 20px;
  width: min(580px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); overflow: auto;
  padding: clamp(20px, 3vw, 30px); border: 1px solid rgba(255,255,255,.2); border-radius: 16px;
  background: linear-gradient(145deg, #1a1217, #09080b 70%); color: #f7f1ed;
  box-shadow: 0 24px 80px rgba(0,0,0,.7), 0 0 35px rgba(213,19,23,.12);
  font-family: var(--sans, Arial, sans-serif);
}
.ff-consent-eyebrow { display: block; margin-bottom: 7px; color: #f18b8e; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.ff-consent h2 { margin: 0; font-family: var(--display, Georgia, serif); font-size: clamp(25px, 4vw, 35px); font-weight: 500; line-height: 1.15; }
.ff-consent-copy p { margin: 12px 0 0; color: #d3c8ce; font-size: 13px; line-height: 1.65; }
.ff-consent-copy a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ff-consent-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.ff-consent-actions button, .ff-consent-save { min-height: 43px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; background: transparent; color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.ff-consent-actions button:first-child, .ff-consent-save { border-color: #d51317; background: #d51317; }
.ff-consent-actions button:hover, .ff-consent-save:hover { border-color: #fff; }
.ff-consent button:focus-visible, .ff-consent a:focus-visible, .ff-consent input:focus-visible, .ff-consent-reopen:focus-visible { outline: 3px solid #f6b86d; outline-offset: 3px; }
.ff-consent-preferences { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); }
.ff-consent-preferences > p, .ff-consent-preferences > label { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.ff-consent-preferences > p span, .ff-consent-preferences small { display: block; color: #bfb3ba; font-size: 12px; line-height: 1.5; }
.ff-consent-preferences strong { font-size: 13px; }
.ff-consent-preferences input { flex: 0 0 auto; width: 22px; height: 22px; accent-color: #d51317; cursor: pointer; }
.ff-consent-save { margin-top: 16px; }
.ff-consent-reopen { padding: 0; border: 0; background: transparent; color: #cfc4ca; cursor: pointer; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 640px) {
  .ff-consent { right: 10px; bottom: 10px; width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 20px; }
  .ff-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ff-consent-actions button:first-child { grid-column: 1 / -1; }
  .ff-consent-actions button { min-height: 46px; padding-inline: 7px; }
  .footer-bottom { flex-wrap: wrap; }
}
