.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color-light, #f8f9fa);
    border-top: 1px solid var(--border-color, #dee2e6);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 15px 0;
}

.cookie-consent__buttons .btn {
    min-width: 100px;
}

@media (max-width: 767.98px) {
    .cookie-consent__text {
        margin-bottom: 1rem;
    }
    
    .cookie-consent__buttons {
        justify-content: center !important;
    }
}
