.cookie-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20,20,20,0.95);
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-consent-banner .cookie-consent-inner { max-width: 1100px; margin: 0 auto; width: 100%; display:flex; justify-content:space-between; align-items:center; }
.cookie-consent-text { font-size: 14px; text-align: left; }
.cookie-consent-actions { display:flex; gap:8px; }
.cookie-consent-btn { background: #be6426; color: #fff; border: none; padding: 8px 12px; cursor: pointer; border-radius: 4px; }
.cookie-consent-link { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.15); padding: 6px 10px; cursor: pointer; border-radius: 4px; }
.cookie-consent-modal {

    background: rgba(20,20,20,0.95);
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
    z-index: 9999;
}
.cookie-consent-modal .cookie-consent-actions {
    justify-content: center;
}