﻿.cookie-banner {
    position: fixed;
    inset: auto 0rem 7px auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px 24px;
    display: none;
    gap: 12px;
    align-items: right;
    z-index: 9999999;
    direction: rtl;
    width: 100%;
    flex-direction: row;
    Font-size: 1.125rem;
    line-height: 1.875rem;
    border-radius: 6px;
}
.chb {
    font-size: 13px;
    color: #000
}
.toastTitle img {margin-left:1rem}
.toastTitle {
    font-weight: 600;
    font-size: 18px;
}
.cookie-banner .text, .cookie-banner .text div {
    flex: 1;
    font-size: 1rem;
    color: #000;
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    align-content: space-between;
    flex-direction: row;
    line-height: 1.475rem;
    margin-bottom: 0;
    align-items: center;
}
    .cookie-banner .text a, .cookie-banner .text p > a {
        color: #343a3f;
        text-decoration: underline;
    }
   
.cookie-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.c_btn {
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

a.btn-primaryc {
    background: #b69f73;
    color: #FFF !important;
}
    a.btn-primaryc:hover, a.btn-primaryc:active {
        padding: 8px 12px;
        cursor: pointer;
        font-weight: 400;
        background: #fff;
        color: #343a3f !important;
        transform: none;
        border: 1px solid #343a3f;
    }

.btn-ghost {
    background: transparent;
    color: #343a3f;
    border: 1px solid #343a3f;
}
    .btn-ghost:hover {
        background: #343a3f;
        color: #fff !important;
        border: 1px solid #343a3f;
    }

.link {
    background: transparent;
    border: none;
    color: #343a3f;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.prefs-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: rgba(10,10,12,0.35);
    padding: 20px;
}

.prefs-panel {
    background: #fff;
    width: 100%;
    max-width: 580px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(10,20,40,0.12);
    direction: rtl;
}

.cookie-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px dashed #eee;
}

    .cookie-row:first-of-type {
        border-top: none;
    }

.cookie-banner footer {
    padding: 20px;
    text-align: center;
    color: #343a3f;
}
.prefs-panel > a {
    display: block;
    margin-top: 10px;
    color: #343a3f;
    font-weight: 400
}
    .prefs-panel>a:hover {
        text-decoration: underline;
    }
.debug-reset, .debug-reset:active, .debug-reset:hover {
    position: fixed;
    left: 38px;
    bottom: 119px;
    background: #fff;
    border: 1px solid #343a3f;
    padding: 8px 10px 6px 10px;
    border-radius: 50%;
    font-size: 13px;
    z-index: 11;
    box-shadow: 0 0 7px #b69f73;
    cursor: pointer
}
    i {
    font-size: 20px;
    font-style: normal;
}
.toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 26px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

.toggle input:checked + .slider {
    background-color: #b69f73;
}

    .toggle input:checked + .slider:before {
        transform: translateX(24px);
    }
body[data-wcaglang="ltr"] .cookie-row > div {
    text-align: left;
    max-width: 90%;
}
body[data-wcaglang="ltr"] .prefs-panel {
    direction: ltr;
}
body[data-wcaglang="ltr"] .cookie-banner {direction: ltr;}
@media (max-width:520px) {
    .cookie-banner .text {
              flex-direction: column;
      }
        .debug-reset {
            left: auto !important;
            right: 3px !important;
            bottom: 29px !important;
        }
        .cookie-banner {
            flex-direction: column;
            align-items: stretch;
            max-width: 95%;
            text-align: right;
            inset: auto auto 12px 12px;
        }

        .cookie-actions {
            justify-content: center;
        }
        .contact-sticky {
            left: 14px !important;
            bottom: 14px !important;
        }
    }
    