#cookieConsentBanner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 37, 41, 0.95);
    color: #fff;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

#cookieConsentBanner .container {
    max-width: 1200px;
    margin: 0 auto;
}

#cookieConsentBanner h5 {
    color: #4caf50;
    margin-bottom: 10px;
}

#cookieConsentBanner p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

#cookieConsentBanner .btn-success {
    background-color: #4caf50;
    border-color: #4caf50;
}

#cookieConsentBanner .btn-success:hover {
    background-color: #3d8b40;
    border-color: #3d8b40;
}

#cookieConsentBanner .btn-outline-light:hover {
    color: #212529;
}

.cookie-settings-link {
    color: #4caf50;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-settings-link:hover {
    color: #3d8b40;
}

.cookie-type {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cookie-type:last-child {
    border-bottom: none;
}

.form-check-input:checked {
    background-color: #4caf50;
    border-color: #4caf50;
}

.necessary-cookie-badge {
    background-color: #4caf50;
    color: white;
    font-size: 0.75rem;
    padding: 0.25em 0.6em;
    border-radius: 0.25rem;
    margin-left: 10px;
}
