.cmplz-cookiebanner,
.cmplz-cookiebanner-container,
.cmplz-manage-consent,
[id*="cmplz-cookiebanner"],
[id*="cmplz-manage-consent"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.ws-consent-open {
    overflow: hidden !important;
}

body.ws-consent-open > *:not(.ws-consent):not(.ws-consent-backdrop) {
    pointer-events: none !important;
}

.ws-consent-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2147483645 !important;
    display: none;
    pointer-events: auto !important;
}

.ws-consent {
    position: fixed !important;
    right: 24px;
    bottom: 24px;
    width: min(420px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: rgba(20, 20, 20, 0.96);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    padding: 20px 18px 18px;
    z-index: 2147483646 !important;
    font-family: inherit;
    display: none;
    pointer-events: auto !important;
    isolation: isolate;
}

.ws-consent.is-visible,
.ws-consent-backdrop.is-visible {
    display: block;
}

.ws-consent__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    pointer-events: auto !important;
}

.ws-consent__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.ws-consent__close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.ws-consent__text,
.ws-consent__details,
.ws-consent__footer-link {
    font-size: 15px;
    line-height: 1.55;
    color: #fff;
}

.ws-consent__details {
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 12px;
}

.ws-consent__categories {
    margin: 14px 0;
    display: grid;
    gap: 10px;
}

.ws-consent__row {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.03);
}

.ws-consent__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    pointer-events: auto !important;
}

.ws-consent__summary::-webkit-details-marker {
    display: none;
}

.ws-consent__summary-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ws-consent__arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #fff;
    opacity: 0.9;
    transition: transform 0.18s ease;
    flex: 0 0 auto;
}

details[open] .ws-consent__arrow {
    transform: rotate(90deg);
}

.ws-consent__label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.ws-consent__toggle-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.ws-consent__always {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.ws-consent__row p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.5;
}

.ws-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    pointer-events: auto !important;
}

.ws-consent__action-form {
    margin: 0;
    display: inline-flex;
}

.ws-consent__button {
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #fff;
    pointer-events: auto !important;
}

.ws-consent__button--primary {
    background: #ef2b2d;
    border-color: #ef2b2d;
}

.ws-consent__button--wide {
    min-width: 180px;
}

.ws-consent__footer-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    pointer-events: auto !important;
}

.ws-consent,
.ws-consent * {
    pointer-events: auto !important;
}

.ws-consent__footer-link:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .ws-consent {
        right: 12px;
        left: 12px;
        bottom: 12px;
        width: auto;
        max-height: calc(100vh - 24px);
        padding: 18px 16px 16px;
    }
}
