.cookie-dialog[hidden] { display: none; }
.cookie-dialog { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: end center; padding: 1rem; }
.cookie-dialog__backdrop { position: absolute; inset: 0; background: rgb(0 0 0 / 0.55); }
.cookie-dialog__panel { position: relative; width: min(100%, 760px); max-height: calc(100vh - 2rem); overflow: auto; padding: clamp(1.25rem, 3vw, 2rem); border-radius: 16px; background: #fff; color: #132b36; box-shadow: 0 10px 40px rgb(0 0 0 / 0.3); }
.cookie-dialog__panel h2 { margin: 0 0 .75rem; font-size: 1.45rem; }
.cookie-dialog__panel p { margin: .5rem 0 1rem; line-height: 1.5; }
.cookie-dialog__details, .cookie-dialog__save { display: none; }
.cookie-dialog--details .cookie-dialog__details, .cookie-dialog--details .cookie-dialog__save { display: flex; }
.cookie-dialog--details .cookie-dialog__details { display: block; }
.cookie-dialog--details .cookie-dialog__settings { display: none; }
.cookie-category { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 1rem 0; border-top: 1px solid #d8e0e3; cursor: pointer; }
.cookie-category strong, .cookie-category span > span { display: block; }
.cookie-category span > span { margin-top: .2rem; font-size: .9rem; line-height: 1.4; }
.cookie-category input { width: 1.25rem; height: 1.25rem; flex: none; accent-color: #087a94; }
.cookie-status { color: #38604a; font-size: .9rem; white-space: nowrap; }
.cookie-dialog__privacy a { color: #075f76; text-decoration: underline; }
.cookie-dialog__actions { display: flex; gap: .65rem; justify-content: flex-end; flex-wrap: wrap; margin-top: 1rem; }
.cookie-dialog button, .cookie-settings-button, .external-content__button { border: 1px solid #087a94; border-radius: 6px; padding: .7rem 1rem; font: inherit; font-weight: 700; cursor: pointer; }
.cookie-dialog__reject, .cookie-dialog__save, .cookie-settings-button { background: #fff; color: #075f76; }
.cookie-dialog__accept, .external-content__button { background: #087a94; color: #fff; }
.cookie-settings-button { margin-top: .5rem; }
.external-content { min-height: 240px; display: grid; place-items: center; padding: 1.25rem; background: #edf3f5; text-align: center; }
.external-content.is-loaded { display: block; padding: 0; background: transparent; }
.external-content.is-loaded .external-content__notice { display: none; }
.external-content iframe { width: 100%; height: 240px; border: 0; }
@media (max-width: 560px) { .cookie-dialog { place-items: end stretch; padding: .5rem; } .cookie-dialog__actions { flex-direction: column-reverse; } .cookie-dialog__actions button { width: 100%; } }
