.privacy-consent,
.privacy-consent *,
.privacy-choices-fab {
  box-sizing: border-box;
}

.privacy-consent {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  align-items: end;
  padding: 18px;
  background: rgba(5, 34, 26, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14271f;
}

.privacy-consent__inner {
  position: relative;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #c9a766;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 24px 70px rgba(4, 30, 23, 0.34);
}

.privacy-consent__eyebrow {
  margin: 0 0 6px;
  color: #8a6429;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-consent h2 {
  margin: 0 38px 10px 0;
  color: #123f31;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.12;
}

.privacy-consent p {
  margin: 0;
  color: #4c5c56;
  font-size: 0.98rem;
  line-height: 1.6;
}

.privacy-consent__links {
  display: flex;
  gap: 8px;
  margin-top: 10px !important;
}

.privacy-consent a,
.privacy-choice-link {
  color: #0f513f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.privacy-consent__actions button {
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid #174b3b;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.privacy-consent__allow {
  background: #174b3b;
  color: #fff;
}

.privacy-consent__decline {
  background: transparent;
  color: #174b3b;
}

.privacy-consent__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #174b3b;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.privacy-choices-fab {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 2147483645;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: #123f31;
  box-shadow: 0 7px 24px rgba(4, 30, 23, 0.22);
  color: #fff;
  font: 700 0.78rem/1.1 Inter, ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
}

.site-legal-links,
.legal-mini-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.site-legal-links a,
.site-legal-links button,
.legal-mini-footer a,
.legal-mini-footer button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

footer button[data-privacy-choices] {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.legal-mini-footer {
  padding: 32px 18px 74px;
  background: #0b392d;
  color: #fff;
  font-size: 0.9rem;
}

@media (max-width: 560px) {
  .privacy-consent { padding: 10px; }
  .privacy-consent__inner { padding: 20px 18px; border-radius: 14px; }
  .privacy-consent__actions { display: grid; }
  .privacy-consent__actions button { width: 100%; }
  .privacy-choices-fab { right: 9px; bottom: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-consent *,
  .privacy-choices-fab { scroll-behavior: auto !important; transition: none !important; }
}
