.cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1055;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
    padding: 1rem;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.cookie-consent__modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cookie-consent__panel {
    width: 100%;
    max-width: 34rem;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.cookie-consent__group {
    margin: 0.75rem 0;
}

.cookie-consent__small {
    font-size: 0.875rem;
    color: #6c757d;
}

.cookie-consent--hidden {
    display: none;
}

.footer-legal-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.footer-legal-link {
    color: #0d6efd;
    text-decoration: underline;
}

.footer-legal-link:hover,
.footer-legal-link:focus {
    color: #0a58ca;
}

.footer-legal-button {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font: inherit;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
}

.footer-legal-separator {
    color: #6c757d;
}

