.camillo-cmp { --cmp-pink: #faa8b5; --cmp-ink: #171515; color: var(--cmp-ink); font-family: var(--font-body, "Inter", Arial, sans-serif); font-size: 15px; line-height: 1.5; }
.camillo-cmp *, .camillo-cmp *::before, .camillo-cmp *::after { box-sizing: border-box; }
.camillo-cmp [hidden] { display: none !important; }
.cmp-banner, .cmp-dialog { background: var(--cmp-pink); color: var(--cmp-ink); border: 1px solid var(--cmp-ink); border-radius: 0; box-shadow: 0 12px 50px #0003; padding: clamp(20px, 3vw, 32px); }
.cmp-banner { position: fixed; z-index: 10050; bottom: 20px; left: 20px; right: 20px; max-width: 1100px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px 28px; }
.camillo-cmp h2 { font-family: var(--font-display, "Inter", Arial, sans-serif); font-size: clamp(25px, 3vw, 34px); font-weight: 400; line-height: 1.1; margin: 0 0 12px; color: inherit; }
.camillo-cmp h3, .camillo-cmp strong { font-size: 16px; font-weight: 700; margin: 0; color: inherit; }
.camillo-cmp p { margin: 0 0 10px; color: inherit; font-size: inherit; line-height: inherit; }
.camillo-cmp .cmp-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 12px; }
.camillo-cmp a { color: inherit; text-underline-offset: 3px; text-decoration: underline; }
.cmp-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cmp-banner > .cmp-actions { max-width: 235px; align-content: center; }
.camillo-cmp button { appearance: none; min-height: 44px; border: 1px solid var(--cmp-ink); border-radius: 0; background: transparent; color: var(--cmp-ink); padding: 11px 17px; font: inherit; font-size: 13px; font-weight: 700; letter-spacing: .025em; cursor: pointer; }
.cmp-banner > .cmp-actions button { width: 100%; }
.camillo-cmp button:hover { background: var(--cmp-ink); color: var(--cmp-pink); }
.camillo-cmp :focus-visible { outline: 3px solid var(--cmp-ink); outline-offset: 4px; }
.camillo-cmp button:disabled { opacity: .6; cursor: wait; }
.camillo-cmp .cmp-message { font-size: 13px; margin: 0; }
.cmp-banner > .cmp-message { grid-column: 1 / -1; }
.cmp-message:empty { display: none; }
.cmp-dialog { width: min(100% - 32px, 610px); max-height: calc(100dvh - 32px); overflow-y: auto; margin: auto; }
.cmp-dialog::backdrop { background: #171515a6; }
.cmp-dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 15px; }
.cmp-dialog-head button { margin: -10px -10px 0 0; border: 0; font-size: 28px; line-height: 1; }
.cmp-choice { display: flex; align-items: center; gap: 24px; justify-content: space-between; padding: 19px 0; border-top: 1px solid #17151550; }
.cmp-choice p { font-size: 14px; margin: 5px 0 0; }
.cmp-choice input { flex: 0 0 24px; width: 24px; height: 24px; accent-color: var(--cmp-ink); cursor: pointer; margin: 0; }
.cmp-dialog > .cmp-actions { margin-top: 22px; }
.cmp-dialog > .cmp-message { margin-top: 16px; }
.camillo-footer [data-consent-preferences] { border: 0; padding: 0; background: none; color: inherit; font: inherit; cursor: pointer; text-align: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 650px) { .cmp-banner { bottom: 10px; left: 10px; right: 10px; max-height: calc(100dvh - 20px); overflow-y: auto; grid-template-columns: 1fr; gap: 12px; } .cmp-banner > .cmp-actions { max-width: none; } .cmp-banner > .cmp-actions button { flex: 1 1 130px; width: auto; } .cmp-dialog > .cmp-actions button { flex: 1; } }
