.cookie-consent { position: fixed; z-index: 10000; right: 18px; bottom: 18px; left: 18px; display: grid; max-width: 1120px; margin: auto; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 28px; align-items: center; padding: 22px; border: 1px solid #c8d7e5; border-radius: 6px; background: #fff; color: #172331; box-shadow: 0 12px 42px rgba(0, 27, 51, .28); font: 16px/1.45 "Segoe UI", Arial, sans-serif; }
.cookie-consent[hidden], .cookie-consent [hidden] { display: none !important; }
.cookie-consent h2 { margin: 0 0 8px; color: #024d8e; font: 700 25px/1.15 "Trebuchet MS", Arial, sans-serif; }
.cookie-consent p { margin: 0 0 6px; }
.cookie-consent a { color: #024d8e; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent__choices { display: grid; grid-column: 1/-1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.cookie-consent__choices label { display: flex; gap: 10px; align-items: flex-start; padding: 13px; border: 1px solid #b8c9d8; border-radius: 6px; background: #f7f9fb; }
.cookie-consent__choices input { width: 18px; height: 18px; margin-top: 2px; accent-color: #024d8e; }
.cookie-consent__choices span { display: grid; gap: 2px; }
.cookie-consent__choices small { color: #5b6975; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-button, .cookie-settings { cursor: pointer; border-radius: 6px; font: 700 15px/1.2 "Trebuchet MS", Arial, sans-serif; }
.cookie-button { min-height: 43px; padding: 10px 16px; border: 1px solid #024d8e; background: #024d8e; color: #fff; }
.cookie-button--secondary { background: #fff; color: #024d8e; }
.cookie-button:hover, .cookie-button:focus-visible { filter: brightness(.92); }
.cookie-settings { position: fixed; z-index: 9998; right: 14px; bottom: 14px; padding: 9px 12px; border: 1px solid #fff; background: #024d8e; color: #fff; box-shadow: 0 3px 12px rgba(0, 27, 51, .25); }
@media (max-width: 820px) { .cookie-consent { grid-template-columns: 1fr; } .cookie-consent__actions { justify-content: flex-start; } }
@media (max-width: 620px) { .cookie-consent { right: 8px; bottom: 8px; left: 8px; max-height: calc(100vh - 16px); overflow: auto; padding: 17px; } .cookie-consent__choices { grid-template-columns: 1fr; } .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; } .cookie-button { padding-inline: 9px; } }
