.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    width: 320px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    font-family: 'PT Sans', 'Calibri', sans-serif;
}

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

.cookie-consent__body {
    padding: 20px 20px 16px;
}

.cookie-consent__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.cookie-consent__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.cookie-consent__text a {
    color: #551900;
    text-decoration: underline;
}

.cookie-consent__text a:hover {
    text-decoration: none;
}

.cookie-consent__btn {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 0 0 8px 8px;
    background: #551900;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.cookie-consent__btn:hover {
    background: #37150e;
}

@media (max-width: 480px) {
    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
    }
}

.consent-checkbox {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
    cursor: pointer;
}

.consent-checkbox input {
    margin-right: 8px;
    vertical-align: top;
    margin-top: 2px;
}

.consent-checkbox a {
    color: #551900;
    text-decoration: underline;
}

.consent-checkbox a:hover {
    text-decoration: none;
}

.formix button[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.footer-legal {
    margin-top: 16px;
    font-size: 14px;
}

.footer-legal a {
    color: #fff;
    text-decoration: underline;
    margin: 0 8px;
}

.footer-legal a:hover {
    text-decoration: none;
}
