.cookie-consent-bar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1080;
    background: rgba(15, 23, 42, 0.96);
    color: #f8fafc;
    padding: 1rem 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

.cookie-consent-bottom { bottom: 0; }
.cookie-consent-top { top: 0; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15); }

.cookie-consent-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-consent-text {
    flex: 1 1 18rem;
    font-size: 0.925rem;
    line-height: 1.5;
    color: #e2e8f0;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.cookie-consent-actions .btn-link {
    color: #cbd5e1;
}
