﻿.consent-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap;position:relative;background:#fff;color:#000;z-index:9999;padding:20px;width:100%}.consent-icon{flex-shrink:0;width:36px;height:36px;opacity:.85}.consent-text{flex:1 1 260px;min-width:0;text-align:left}.consent-text strong{display:block;font-family:var(--consent-font);font-size:15px;font-weight:600;color:var(--consent-text);letter-spacing:.02em;margin-bottom:4px}.consent-text p{margin-bottom:0;line-height:22px;font-size:16px;color:#000}.consent-text p a{line-height:22px;font-size:16px;color:#000}.consent-text p a:hover{color:#5b2c6f}.consent-actions{gap:8px}#carlton-consent-badge{position:fixed;bottom:16px;left:16px;display:flex;align-items:center;font-size:14px;font-weight:600;color:#fff;cursor:pointer;z-index:999;padding:10px;border:1px solid #000;line-height:1.2;background:#fff;border-radius:28px}#carlton-consent-badge .badge-dot{width:15px;height:15px;border-radius:50%;background:#f00;flex-shrink:0}#consent-badge-label{display:inline-block;white-space:nowrap;max-width:0;overflow:hidden;opacity:0;transform:translateX(-10px);transition:max-width .3s ease,opacity .2s ease,transform .3s ease;color:#291f26}#carlton-consent-badge:hover #consent-badge-label{max-width:200px;margin-left:5px;opacity:1;transform:translateX(0)}#carlton-consent-badge.accepted .badge-dot{background:#52c77e}