/* Inline links inherit the existing application footer's colours. */
.geo-privacy-controls { display: flex; justify-content: center; gap: 8px 20px; flex-wrap: wrap; padding: 4px 12px; font: 14px/1.5 system-ui, sans-serif; }
.geo-privacy-controls a { color: inherit; text-decoration: underline; }
.geo-consent-banner { position: fixed; inset: auto 0 0; z-index: 10060; max-height: 60vh; overflow-y: auto; box-sizing: border-box; padding: 24px; border-top: 1px solid #cbd5e1; background: #fff; color: #172554; box-shadow: 0 -6px 24px rgb(15 23 42 / 12%); text-align: left; font: 16px/1.5 system-ui, sans-serif; }
.geo-consent-banner-inner { max-width: 1100px; margin: 0 auto; }
.geo-consent-banner h2 { font-size: 22px; font-weight: 700; margin: 0 0 10px; }
.geo-consent-banner p { margin: 10px 0; }
.geo-consent-banner a { color: #1748a5; text-decoration: underline; }
.geo-consent-banner .geo-consent-details { font-size: 14px; }
.geo-consent-banner :focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.geo-consent-banner[hidden] { display: none !important; }
@media (max-width: 600px) { .geo-consent-banner { padding: 16px; } .geo-consent-banner button { flex: 1 1 180px; } }
@media print { .geo-consent-banner { display: none; } }
.geo-privacy-footer { padding: 12px; text-align: center; color: #1748a5; }
.geo-privacy-page a { color: #1748a5; text-decoration: underline; }
.geo-preference-form { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.geo-preference-form button { font: inherit; min-height: 44px; padding: 9px 16px; border: 1px solid #1748a5; border-radius: 5px; color: #1748a5; background: #fff; cursor: pointer; }
.geo-preference-form button:hover { background: #eff6ff; }
.geo-privacy-controls :focus-visible, .geo-privacy-page :focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.geo-privacy-page { margin: 0; color: #172554; background: #f8fafc; font: 16px/1.65 system-ui, sans-serif; }
.geo-privacy-page header, .geo-privacy-page main { max-width: 960px; margin: auto; padding: 20px; }
.geo-privacy-page h1 { font-size: 32px; line-height: 1.2; }
.geo-privacy-page h2 { font-size: 22px; margin-top: 28px; }
.geo-privacy-draft { padding: 14px; border-left: 4px solid #b45309; background: #fffbeb; }
.geo-privacy-page table { border-collapse: collapse; width: 100%; font-size: 14px; }
.geo-privacy-page td, .geo-privacy-page th { padding: 12px; border: 1px solid #cbd5e1; text-align: left; vertical-align: top; }
.geo-table-scroll { overflow-x: auto; }
.geo-preference-form p, .geo-preference-form label { width: 100%; }
.geo-preference-form input { width: 20px; height: 20px; vertical-align: middle; }
@media print { .geo-privacy-controls { display: none; } }




.geo-privacy-dialog { text-align: left; margin: auto; width: min(960px, calc(100vw - 32px)); max-height: 85vh; box-sizing: border-box; padding: 24px; border: 1px solid #cbd5e1; border-radius: 12px; color: #172554; background: #fff; font: 16px/1.65 system-ui, sans-serif; overflow-y: auto; }
.geo-privacy-dialog::backdrop { background: rgb(15 23 42 / 55%); }
.geo-dialog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.geo-dialog-toolbar button { min-height: 44px; padding: 8px 16px; border: 1px solid #1748a5; border-radius: 5px; background: white; color: #1748a5; cursor: pointer; }
.geo-privacy-dialog nav { display: flex; flex-wrap: wrap; gap: 20px; margin: 16px 0; }
.geo-privacy-dialog a { color: #1748a5; text-decoration: underline; }
.geo-privacy-dialog h1 { font-size: 28px; line-height: 1.2; margin: 20px 0; }
.geo-privacy-dialog h2 { font-size: 21px; margin: 24px 0 12px; }
.geo-privacy-dialog p, .geo-privacy-dialog ul { margin: 12px 0; }
.geo-privacy-dialog ul { list-style: disc; padding-left: 24px; }
.geo-privacy-dialog table { border-collapse: collapse; width: 100%; font-size: 14px; }
.geo-privacy-dialog th, .geo-privacy-dialog td { padding: 12px; border: 1px solid #cbd5e1; text-align: left; vertical-align: top; }
.geo-privacy-dialog :focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.geo-privacy-controls [hidden] { display: none !important; }
@media print { .geo-privacy-dialog { display: none; } }
