/* <!-- Cookie Consent --> */
#webra-consent-root,
#webra-consent-root * {
    box-sizing: border-box;
}

.webra-consent-banner {
    align-items: center;
    background: #fff;
    border-top: 1px solid #dedede;
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .12);
    color: #202020;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    left: 0;
    padding: 20px max(24px, calc((100vw - 1180px) / 2));
    position: fixed;
    width: 100%;
    z-index: 2147483645;
}

.webra-consent-banner[hidden],
.webra-consent-overlay[hidden],
.webra-consent-reopen[hidden] {
    display: none !important;
}

.webra-consent-copy {
    max-width: 720px;
}

.webra-consent-copy h2,
.webra-consent-modal h2,
.webra-consent-category h3 {
    color: #202020;
    font-weight: 700;
    margin: 0;
}

.webra-consent-copy h2,
.webra-consent-modal h2 {
    font-size: 20px;
    line-height: 1.3;
}

.webra-consent-copy p,
.webra-consent-category p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin: 7px 0;
}

.webra-consent-policy {
    color: #202020;
    font: 600 13px/1.4 Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.webra-consent-actions {
    display: grid;
    flex: 0 0 190px;
    gap: 8px;
}

.webra-consent-actions button,
.webra-consent-modal-actions button {
    background: #202020;
    border: 1px solid #202020;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font: 600 14px/1.2 Arial, Helvetica, sans-serif;
    min-height: 42px;
    padding: 10px 14px;
    width: 100%;
}

.webra-consent-actions button:hover,
.webra-consent-actions button:focus,
.webra-consent-modal-actions button:hover,
.webra-consent-modal-actions button:focus {
    background: #444;
    border-color: #444;
    outline: 2px solid #777;
    outline-offset: 2px;
}

.webra-consent-overlay {
    align-items: center;
    background: rgba(0, 0, 0, .58);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 2147483646;
}

.webra-consent-modal {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 40px);
    max-width: 680px;
    overflow-y: auto;
    padding: 24px;
    width: 100%;
}

.webra-consent-modal-header,
.webra-consent-category {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.webra-consent-close {
    background: transparent;
    border: 0;
    color: #202020;
    cursor: pointer;
    font: 32px/1 Arial, Helvetica, sans-serif;
    padding: 0 4px;
}

.webra-consent-category {
    border-top: 1px solid #e7e7e7;
    padding: 18px 0;
}

.webra-consent-category h3 {
    font-size: 16px;
    line-height: 1.35;
}

.webra-consent-category p {
    margin-bottom: 0;
}

.webra-consent-always {
    color: #2f6b3a;
    flex: 0 0 auto;
    font: 600 12px/1.3 Arial, Helvetica, sans-serif;
}

.webra-consent-switch {
    flex: 0 0 auto;
    height: 26px;
    position: relative;
    width: 48px;
}

.webra-consent-switch input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.webra-consent-switch span {
    background: #aaa;
    border-radius: 20px;
    cursor: pointer;
    inset: 0;
    position: absolute;
    transition: background .2s ease;
}

.webra-consent-switch span:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform .2s ease;
    width: 20px;
}

.webra-consent-switch input:checked + span {
    background: #202020;
}

.webra-consent-switch input:checked + span:before {
    transform: translateX(22px);
}

.webra-consent-switch input:focus + span {
    outline: 2px solid #777;
    outline-offset: 2px;
}

.webra-consent-modal-actions {
    border-top: 1px solid #e7e7e7;
    padding-top: 18px;
}

.webra-consent-reopen {
    background: #fff;
    border: 1px solid #202020;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #202020;
    cursor: pointer;
    font: 600 12px/1 Arial, Helvetica, sans-serif;
    left: 12px;
    padding: 9px 12px;
    position: fixed;
    z-index: 2147483644;
}

body.webra-consent-modal-open {
    overflow: hidden;
}

body.webra-consent-open .whatsappmasaustu,
body.webra-consent-open .whatsappmobile {
    bottom: var(--webra-consent-height, 220px) !important;
}

@media (max-width: 767px) {
    .webra-consent-banner {
        align-items: stretch;
        display: block;
        max-height: 85vh;
        overflow-y: auto;
        padding: 18px;
    }

    .webra-consent-actions {
        margin-top: 14px;
    }

    .webra-consent-modal {
        padding: 20px;
    }

    .webra-consent-category {
        gap: 12px;
    }
}
