.k-consent-banner,
.k-consent-modal,
.k-consent-manage {
    direction: rtl;
    font-family: inherit;
}

.k-consent-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(119, 70, 151, 0.24);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(20, 13, 31, 0.2);
    color: #23182d;
}

.k-consent-banner[hidden],
.k-consent-modal[hidden],
.k-consent-manage[hidden] {
    display: none !important;
}

.k-consent-banner__content {
    display: grid;
    gap: 6px;
    line-height: 1.8;
}

.k-consent-banner__content strong {
    font-size: 1.05rem;
}

.k-consent-banner__content p {
    margin: 0;
    color: #5f5468;
    font-size: 0.92rem;
}

.k-consent-banner__content a,
.k-consent-modal a {
    width: fit-content;
    color: #684087;
    font-weight: 700;
    text-decoration: none;
}

.k-consent-banner__actions,
.k-consent-modal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.k-consent-button {
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #d7c9df;
    border-radius: 12px;
    background: #ffffff;
    color: #3d2b48;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.k-consent-button:hover,
.k-consent-button:focus-visible {
    border-color: #744697;
    outline: none;
}

.k-consent-button--primary {
    border-color: #684087;
    background: #684087;
    color: #ffffff;
}

.k-consent-button--text {
    border-color: transparent;
    background: transparent;
}

.k-consent-manage {
    position: fixed;
    bottom: 14px;
    left: 14px;
    z-index: 2147482900;
    padding: 8px 11px;
    border: 1px solid rgba(104, 64, 135, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 28px rgba(20, 13, 31, 0.16);
    color: #4c315f;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.k-consent-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483100;
    display: grid;
    place-items: center;
    padding: 18px;
}

.k-consent-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 11, 24, 0.62);
}

.k-consent-modal__panel {
    position: relative;
    width: min(100%, 560px);
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 22px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(16, 8, 25, 0.34);
    color: #281d30;
}

.k-consent-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.k-consent-modal__header h2 {
    margin: 0;
    font-size: 1.25rem;
}

.k-consent-modal__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f4eff6;
    color: #4c315f;
    font-size: 1.5rem;
    cursor: pointer;
}

.k-consent-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-top: 1px solid #eee7f1;
}

.k-consent-option strong {
    display: block;
    margin-bottom: 4px;
}

.k-consent-option p {
    margin: 0;
    color: #6b6072;
    font-size: 0.88rem;
    line-height: 1.7;
}

.k-consent-option input {
    width: 22px;
    height: 22px;
    accent-color: #684087;
}

.k-consent-required {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eee7f2;
    color: #684087;
    font-size: 0.75rem;
    font-weight: 700;
}

.k-consent-modal__actions {
    justify-content: space-between;
    margin-top: 18px;
}

.k-consent-modal-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .k-consent-banner {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        padding: 15px;
    }

    .k-consent-banner__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .k-consent-button--primary {
        grid-column: 1 / -1;
    }

    .k-consent-modal__panel {
        padding: 18px;
    }

    .k-consent-option {
        align-items: flex-start;
    }
}
/* G10_FOOTER_PRIVACY_TRIGGER_V1 */
.k-footer-consent-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.k-footer-consent-button:hover,
.k-footer-consent-button:focus-visible {
    color: #684087;
    outline: none;
}
