.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    z-index: 1080;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px 18px;
    background: #fff;
    color: #2c3338;
    box-shadow: 0 -8px 28px rgba(18, 21, 25, 0.16);
    border-top: 1px solid #e3e9ef;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.cookie-consent__text {
    margin: 0;
    flex: 1;
}

.cookie-consent__text a {
    color: #168c79;
    font-weight: 600;
    text-decoration: underline;
}

.cookie-consent__text a:hover,
.cookie-consent__text a:focus {
    color: #127866;
}

.cookie-consent__btn {
    flex-shrink: 0;
    min-height: 42px;
    padding: 8px 22px;
    border: 0;
    border-radius: 8px;
    background: #168c79;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.cookie-consent__btn:hover,
.cookie-consent__btn:focus {
    background: #127866;
}

.cookie-consent__more {
    max-width: 1180px;
    margin: 12px auto 0;
    padding-top: 12px;
    border-top: 1px solid #edf1f5;
    color: #576071;
    font-size: 13px;
}

.cookie-consent__more p {
    margin: 0 0 8px;
}

.cookie-consent__more p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .cookie-consent__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent__btn {
        width: 100%;
    }
}
