.yaki-legal-footer {
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: #11151e;
    padding: 18px clamp(20px, 4vw, 56px);
}

.yaki-legal-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    max-width: 1480px;
    margin: 0 auto;
}

.yaki-legal-footer a,
.yaki-cookie-settings-link {
    color: #c9ced8;
    font: inherit;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.yaki-cookie-settings-link {
    display: inline;
    align-items: initial;
    justify-content: initial;
    min-height: 0;
    height: auto;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    line-height: 1.4;
    text-transform: none;
    vertical-align: baseline;
}

.yaki-legal-footer a:hover,
.yaki-cookie-settings-link:hover {
    color: #fff;
}

.yaki-cookie-banner[hidden] {
    display: none !important;
}

.yaki-cookie-banner {
    position: fixed;
    z-index: 2147483000;
    right: 24px;
    bottom: 24px;
    left: 24px;
    color: #f6f7fa;
}

.yaki-cookie-banner__inner {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #171c26;
    box-shadow: 0 18px 70px rgba(0, 0, 0, .45);
}

.yaki-cookie-banner__copy {
    flex: 1;
}

.yaki-cookie-banner__copy strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 18px;
}

.yaki-cookie-banner__copy p {
    margin: 0;
    color: #d7dae1;
    font-size: 14px;
    line-height: 1.55;
}

.yaki-cookie-banner__links {
    display: flex;
    gap: 18px;
    margin-top: 9px !important;
}

.yaki-cookie-banner__links a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.yaki-cookie-banner__actions {
    display: flex;
    gap: 10px;
}

.yaki-cookie-button {
    min-width: 132px;
    min-height: 46px;
    border: 1px solid #f51b3f;
    border-radius: 3px;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
}

.yaki-cookie-button--primary {
    color: #fff;
    background: #f51b3f;
}

.yaki-cookie-button--secondary {
    color: #fff;
    background: transparent;
}

.yaki-cookie-button:focus-visible,
.yaki-cookie-settings-link:focus-visible,
.yaki-legal-footer a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.yaki-pd-consent {
    margin-top: 14px !important;
}

.yaki-pd-consent label {
    line-height: 1.5;
}

@media (max-width: 760px) {
    .yaki-cookie-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .yaki-cookie-banner__inner,
    .yaki-cookie-banner__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .yaki-cookie-banner__inner {
        gap: 18px;
        max-height: calc(100vh - 24px);
        overflow-y: auto;
        padding: 18px;
    }

    .yaki-cookie-button {
        width: 100%;
    }
}
