.tecenda-cookie-banner,
.tecenda-cookie-dialog { font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; }

.tecenda-cookie-banner { position: fixed; z-index: 1100; right: 20px; bottom: 20px; width: min(720px, calc(100% - 40px)); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 22px 24px; color: #17304f; background: #fff; border: 1px solid #cddbea; border-radius: 18px; box-shadow: 0 20px 55px rgba(13,32,60,.2); }
.tecenda-cookie-banner[hidden], .tecenda-cookie-dialog[hidden] { display: none; }
.tecenda-cookie-banner__copy { max-width: 470px; }
.tecenda-cookie-banner__copy strong { display: block; margin-bottom: 6px; color: #0d203c; font-size: 17px; }
.tecenda-cookie-banner__copy p { margin: 0 0 8px; color: #566b86; font-size: 14px; line-height: 1.55; }
.tecenda-cookie-banner__copy a { color: #0564d1; font-size: 13px; font-weight: 750; }
.tecenda-cookie-banner__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.tecenda-cookie-button { min-height: 42px; padding: 9px 13px; color: #17304f; background: #fff; border: 1px solid #b8c7d8; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 760; }
.tecenda-cookie-button:hover, .tecenda-cookie-button:focus-visible { border-color: #0878f9; background: #f4f8fc; }
.tecenda-cookie-button--primary { color: #fff; background: #0564d1; border-color: #0564d1; }
.tecenda-cookie-button--primary:hover, .tecenda-cookie-button--primary:focus-visible { color: #fff; background: #0051ad; }
.tecenda-cookie-button--link { color: #0564d1; border-color: transparent; }
.tecenda-cookie-dialog { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(13,32,60,.56); }
.tecenda-cookie-dialog__panel { width: min(620px, 100%); max-height: min(720px, calc(100vh - 40px)); overflow: auto; padding: 28px; background: #fff; border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.tecenda-cookie-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.tecenda-cookie-dialog__eyebrow { margin: 0 0 5px; color: #0564d1; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tecenda-cookie-dialog h2 { margin: 0; color: #0d203c; font-size: clamp(1.55rem, 3vw, 2.1rem); line-height: 1.1; }
.tecenda-cookie-dialog__close { width: 36px; height: 36px; color: #405775; background: transparent; border: 1px solid #d9e4f0; border-radius: 50%; cursor: pointer; font-size: 25px; line-height: 1; }
.tecenda-cookie-dialog__intro { margin: 18px 0; color: #566b86; font-size: 15px; line-height: 1.65; }
.tecenda-cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-top: 1px solid #d9e4f0; }
.tecenda-cookie-option strong, .tecenda-cookie-option span { display: block; }
.tecenda-cookie-option strong { color: #0d203c; font-size: 15px; }
.tecenda-cookie-option span { margin-top: 4px; color: #566b86; font-size: 13px; }
.tecenda-cookie-option input { width: 20px; height: 20px; accent-color: #0564d1; flex: 0 0 auto; }
.tecenda-cookie-dialog__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 22px; }
@media (max-width: 720px) { .tecenda-cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; } .tecenda-cookie-banner__actions { justify-content: stretch; } .tecenda-cookie-banner__actions .tecenda-cookie-button { flex: 1 1 auto; } .tecenda-cookie-dialog__panel { padding: 22px; } }
