.yw-cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    box-sizing: border-box;
    padding: 16px;
    background: #2b2a4a;
    color: #f4f3fb;
    box-shadow: 0 -4px 24px rgba(24, 22, 48, 0.28);
    font-family: Montserrat, 'Arial Rounded MT', Arial, sans-serif;
}

.yw-cookie-consent__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.yw-cookie-consent__content {
    flex: 1 1 auto;
    min-width: 0;
}

.yw-cookie-consent__title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.yw-cookie-consent__text {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #dcd9f0;
}

.yw-cookie-consent__text:last-child {
    margin-bottom: 0;
}

.yw-cookie-consent__link {
    color: #ffb36a;
    text-decoration: underline;
    font-weight: 600;
}

.yw-cookie-consent__link:hover,
.yw-cookie-consent__link:focus {
    color: #ffffff;
}

.yw-cookie-consent__actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
}

.yw-cookie-consent__actions .hww-btn {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    min-width: 148px;
    padding: 12px 28px;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.yw-cookie-consent__actions .hww-btn-primary {
    background: #E63312;
    color: #ffffff;
}

.yw-cookie-consent__actions .hww-btn-primary:hover,
.yw-cookie-consent__actions .hww-btn-primary:focus {
    background: #D42A0F;
    color: #ffffff;
}

.yw-cookie-consent__actions .hww-btn-secondary {
    background: #E8F1FF;
    color: #333333;
}

.yw-cookie-consent__actions .hww-btn-secondary:hover,
.yw-cookie-consent__actions .hww-btn-secondary:focus {
    background: #D6E7FF;
    color: #333333;
}

.yw-cookie-consent__actions .hww-btn:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

body.yw-cookie-banner-visible .fl-footer-b {
    padding-bottom: 240px;
}

body.yw-cookie-banner-visible .yw-footer {
    padding-bottom: 240px;
    background: #474381;
}

.fl-footer-cookie-settings,
.yw-footer-cookie-settings {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: none;
    color: #bab7e3;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
}

.fl-footer-cookie-settings:hover,
.fl-footer-cookie-settings:focus,
.yw-footer-cookie-settings:hover,
.yw-footer-cookie-settings:focus {
    color: #ffffff;
    outline: none;
}

.fl-footer-cookie-settings:focus-visible,
.yw-footer-cookie-settings:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .yw-cookie-consent {
        padding: 14px 12px 16px;
    }

    .yw-cookie-consent__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .yw-cookie-consent__actions {
        flex-direction: column;
        width: 100%;
    }

    .yw-cookie-consent__actions .hww-btn {
        width: 100%;
        min-width: 0;
    }

    body.yw-cookie-banner-visible .fl-footer-b,
    body.yw-cookie-banner-visible .yw-footer {
        padding-bottom: 360px;
    }
}
