.cth-cookie-notice {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #203e70;
  color: #fff;
  z-index: 10000;
}
.cth-cookie-notice[hidden] { display: none !important; }
.cth-cookie-notice {
  position: fixed;
  inset: auto 0 0;
  padding: 14px 22px calc(14px + env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  gap: 24px;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 -2px 14px #0002;
}
.cth-cookie-notice p { flex: 1; margin: 0; color: #fff; font-size: inherit; }
.cth-cookie-notice a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cth-cookie-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cth-cookie-notice button {
  cursor: pointer;
  border: 1px solid #a8bad4;
  border-radius: 24px;
  padding: 10px 18px;
  min-height: 44px;
  font: inherit;
  font-weight: 600;
  color: #fff;
  background: transparent;
}
.cth-cookie-notice .cth-cookie-accept { background: #fff; color: #203e70; border-color: #fff; }
.cth-cookie-notice .cth-cookie-close { border: 0; padding: 8px; min-width: 44px; font-size: 22px; }
.cth-cookie-notice :is(a, button):focus-visible { outline: 3px solid #ffdb80; outline-offset: 3px; }
.cth-cookie-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 800px) {
  .cth-cookie-notice { flex-direction: column; align-items: stretch; gap: 12px; padding-inline: 16px; }
  .cth-cookie-actions { flex-wrap: wrap; gap: 8px; }
}
