body { padding-bottom: var(--consent-height, 0px); }
.eso9-consent[hidden], .eso9-consent [hidden] { display: none !important; }
.eso9-consent { position: fixed; z-index: 2000; bottom: 0; left: 0; right: 0; background: #fff; color: #333; border-top: 4px solid #fa9b1e; box-shadow: 0 -4px 24px #0002; padding: 18px max(20px, calc((100vw - 1160px) / 2)); font-size: 16px; line-height: 1.5; max-height: 65vh; overflow-y: auto; text-align: left; }
.eso9-consent h2 { font-size: 21px; margin: 0 0 8px; font-weight: 700; }
.eso9-consent p { margin: 0 0 10px; }
.eso9-consent a, .eso9-policy a { text-decoration: underline; }
.eso9-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.eso9-consent button { background: #fff; color: #333; border: 2px solid #555; border-radius: 4px; padding: 9px 16px; font: inherit; font-weight: 700; cursor: pointer; }
.eso9-consent button:hover { background: #fff3e1; border-color: #815018; }
.eso9-consent :focus-visible, [data-cookie-settings]:focus-visible, .eso9-search :focus-visible { outline: 3px solid #005b9f; outline-offset: 3px; }
#eso9-consent-details { border-top: 1px solid #ccc; margin-top: 14px; padding-top: 14px; }
.eso9-consent label { display: flex; gap: 10px; align-items: center; font-weight: 700; }
.eso9-consent input { width: 20px; height: 20px; flex: 0 0 20px; }
button[data-cookie-settings] { background: none; border: 0; color: inherit; font: inherit; cursor: pointer; }
.eso9-policy { max-width: 1000px; padding-top: 110px; padding-bottom: 35px; overflow-wrap: anywhere; }
.eso9-policy h2 { margin-top: 30px; }
.eso9-policy table { width: 100%; font-size: 16px; }
.eso9-policy th, .eso9-policy td { padding: 10px; border: 1px solid #ccc; vertical-align: top; }
.eso9-search form { display: flex; gap: 10px; flex-wrap: wrap; }
.eso9-search input { flex: 1; min-width: 180px; padding: 10px; }
.eso9-search li { margin: 20px 0; }
.eso9-search a { font-weight: bold; text-decoration: underline; }
@media (max-width: 540px) { .eso9-consent { padding: 12px 16px; font-size: 14px; } .eso9-consent-actions button { flex: 1 1 100%; padding: 8px; } }
@media print { .eso9-consent { display: none !important; } body { padding-bottom: 0; } }
