/* Cookie notice — sravnitarif legacy template */
.st-cookie-banner {
    display: none;
    position: fixed;
    z-index: 10050;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px;
    background: #2b3643;
    color: #e8ecef;
    font-size: 14px;
    line-height: 1.45;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.st-cookie-banner.st-cookie-banner--visible {
    display: block;
}
.st-cookie-banner__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px 20px;
}
.st-cookie-banner__text {
    flex: 1 1 280px;
    margin: 0;
}
.st-cookie-banner__text a {
    color: #5ed0d9;
    text-decoration: underline;
}
.st-cookie-banner__text a:hover {
    color: #7de4ec;
}
.st-cookie-banner__actions {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.st-cookie-banner__btn {
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.st-cookie-banner__btn--primary {
    background: #32c5d2;
    color: #fff;
}
.st-cookie-banner__btn--primary:hover {
    background: #2ab4c0;
}
.st-cookie-banner__btn--secondary {
    background: transparent;
    color: #cbd5db;
    border: 1px solid #5a6a7a;
}
.st-cookie-banner__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}
@media (max-width: 600px) {
    .st-cookie-banner__actions {
        width: 100%;
    }
    .st-cookie-banner__btn {
        flex: 1 1 auto;
        text-align: center;
    }
}
