/* A compact, non-modal first layer; detailed choices open only on request. */
:root { --adma-cookie-height: 0px; }
body { padding-bottom: var(--adma-cookie-height); }
.whatsapp-float { bottom: calc(28px + var(--adma-cookie-height)); }
#adma-cookies, #adma-cookie-panel { box-sizing: border-box; color: #17263e; background: #fff; font-family: inherit; font-size: 14px; }
#adma-cookies[hidden] { display: none; }
#adma-cookies { position: fixed; inset: auto 0 0; z-index: 1000; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 24px calc(12px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #dce1e8; box-shadow: 0 -3px 18px #0d1b350c; }
#adma-cookies p, #adma-cookie-panel p { margin: 0; font-size: inherit; line-height: 1.45; color: #344155; }
#adma-cookies a, #adma-cookie-panel a { color: #243f61; text-decoration: underline; text-underline-offset: 2px; }
.adma-cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
#adma-cookies button, #adma-cookie-panel button { font: inherit; cursor: pointer; min-height: 44px; padding: 8px 16px; border: 1px solid #8390a1; border-radius: 7px; color: #17263e; background: #fff; line-height: 1.2; }
#adma-cookies button:hover, #adma-cookie-panel button:hover { background: #eef1f5; }
#adma-cookies .adma-cookie-adjust { border-color: transparent; padding-inline: 8px; text-decoration: underline; }
#adma-cookies :focus-visible, #adma-cookie-panel :focus-visible, .adma-cookie-link:focus-visible { outline: 3px solid #e8501a; outline-offset: 3px; }
#adma-cookie-panel { border: 1px solid #dce1e8; border-radius: 14px; width: min(440px, calc(100% - 24px)); max-height: calc(100dvh - 32px); margin: auto; padding: 20px; overflow-y: auto; box-shadow: 0 12px 48px #0d1b3533; }
#adma-cookie-panel::backdrop { background: #0d1b3529; }
.adma-cookie-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
#adma-cookie-panel h2 { font-size: 21px; margin: 0; }
#adma-cookie-panel p { margin-block: 14px; }
#adma-cookie-panel label { display: flex; align-items: flex-start; gap: 12px; padding-block: 12px; border-top: 1px solid #e5e7eb; line-height: 1.45; cursor: pointer; }
#adma-cookie-panel input { flex-shrink: 0; width: 20px; height: 20px; margin: 2px 0 0; accent-color: #17263e; }
#adma-cookie-panel .adma-cookie-actions > button { flex: 1; }
#adma-cookie-panel [data-save] { width: 100%; margin-top: 8px; background: #17263e; color: #fff; }
.adma-cookie-link { font: inherit; font-size: .82rem; color: #d4dbe6; cursor: pointer; border: 0; background: transparent; text-decoration: underline; min-height: 44px; padding: 8px; }
@media (max-width: 680px) {
  #adma-cookies { flex-direction: column; align-items: stretch; gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); font-size: 12px; }
  #adma-cookies .adma-cookie-actions { width: 100%; }
  #adma-cookies button { flex: 1; font-size: 13px; padding: 8px; }
  .whatsapp-float { bottom: calc(14px + var(--adma-cookie-height)); }
}

.adma-map-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 220px; padding: 28px 20px; text-align: center; background: #f5f6f8; color: #17263e; }
.adma-map-link p { margin: 0; }
.adma-map-link a { color: #243f61; text-decoration: underline; min-height: 44px; display: inline-flex; align-items: center; }
