.pcs-privacy-wrap{display:flex;align-items:center;gap:8px;margin:10px 0;padding:10px 12px;}
.pcs-privacy-wrap.pcs-error{box-shadow:0 0 0 2px #ff3b30 inset}
.pcs-privacy-label{display:flex;align-items:center;gap:8px;font-size:14px}
.pcs-privacy-label a{text-decoration:underline}
.pcs-privacy-label .check-box {
    margin-top: 2px;
}
.pcs-privacy-label .check-box input {
    display: none;
}
.pcs-privacy-label .check-box .check-block {
    position: relative;
    border-radius: 2px;
    border: 1px solid #000;
    background: #000;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.pcs-privacy-label input:checked + .check-block {
    background-image: url("/wp-content/plugins/privacy-compliance-suite/assets/checked.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.pcs {
    counter-reset: h2-counter;
}
.pcs {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 120px;
}
.pcs-modal-backdrop .pcs-btns {
    min-width: fit-content;
}
.pcs .pcs-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}
.pcs .title {
    font-size: 46px;
    font-weight: 600;
    color: #373737;
    text-align: center;
    margin: 20px 0 14px;
}
.pcs .description {
    font-size: 20px;
    font-weight: 700;
    color: #373737;
    padding: 0 16px 16px;
    text-align: center;
    border-bottom: 1px solid #036EFF;
    margin-bottom: 34px;
}
.pcs .pcs-container {
    padding: 0 32px 32px;
}
.pcs h2 {
    counter-increment: h2-counter;
    font-size: 25px;
    font-weight: 700;
    color: #373737;
    margin: 30px 0 18px;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
}
.pcs h2::before {
    content: counter(h2-counter) ". ";
    font-size: 25px;
    font-weight: 700;
    color: #373737;
}
.pcs h3 {
    font-size: 22px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 18px;
}
.pcs p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #373737;
    margin-bottom: 14px;
}
.pcs ul {
    list-style: none;
    margin: 16px 0 20px;
}
.pcs ul li {
    position: relative;
    padding-right: 28px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #373737;
    margin-bottom: 4px;
}
.pcs ul li:last-child {
    margin-bottom: 0;
}
.pcs ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #373737;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 12px;
}
.pcs .pcs-container a {
    border-bottom: 1px solid #373737;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.pcs .pcs-container a:hover {
    border-bottom-color: transparent;
}
.pcs-toc {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 15px 24px;
}
.pcs-toc .name {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #373737;
    border-bottom: 1px solid #373737;
}
.pcs-toc .accordion {
    margin-top: 12px;
}
.pcs-toc .accordion .item {
    margin-bottom: 8px;
}
.pcs-toc .accordion .item:last-child {
    margin-bottom: 0;
}
.pcs-toc .accordion .item .link {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    color: #373737;
    cursor: pointer;
}
.pcs-toc.fixed {
    position: fixed;
    z-index: 2;
}
.pcs-toc.fixed .accordion, .pcs-toc.mob .accordion {
    display: none;
}
.pcs-toc.fixed.open .accordion, .pcs-toc.mob.open .accordion {
    display: block;
}
.pcs-toc.fixed .name, .pcs-toc.mob .name {
    position: relative;
    display: block;
    border-bottom: 0;
    cursor: pointer;
}
.pcs-toc.fixed .name:before, .pcs-toc.mob .name:before {
    content: '';
    background-image: url("/wp-content/plugins/privacy-compliance-suite/assets/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.pcs-toc.fixed.open .name:before {
    transform: rotate(180deg);
}

#pcs-popup {
    transition: all 0.3s
    ease-in-out;
    -webkit-transition: all 0.3s
    ease-in-out;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
#pcs-popup popup {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: fit-content;
    padding: 0;
    margin: auto;
    max-width: 794px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 0px 84px 0px rgba(83, 103, 118, 0.3);
}
#pcs-popup popup .close {
    background-image: url("/wp-content/plugins/privacy-compliance-suite/assets/close-popup.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    border: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}
#pcs-popup popup .title {
    font-size: 42px;
    font-weight: 600;
    color: #373737;
    text-align: center;
    margin: 26px 0 12px;
}
#pcs-popup popup .description {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 16px 14px;
    border-bottom: 1px solid #036EFF;
    margin-bottom: 10px;
}
#pcs-popup popup .buttons {
    display: flex;
    justify-content: center;
    padding: 18px 28px;
    border-top: 1px solid #DFDFDF;
    margin-top: 10px;
}
#pcs-popup popup .buttons .btn {
    display: block;
    width: 100%;
    line-height: 44px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #036EFF;
    cursor: pointer;
}
#pcs-popup .popup-content {
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto;
    padding: 0 32px 0 8px;
}
#pcs-popup .popup-content .pcs {
    overflow-y: auto;
    width: calc(100% - 14px);
    max-height: 59vh;
    padding-left: 14px;
    margin: 0;
}
#pcs-popup .popup-content .pcs::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}
#pcs-popup .popup-content .pcs::-webkit-scrollbar-thumb {
    background: #E6E6E6;
    border-radius: 7px;
}
#pcs-popup .popup-content .pcs h2 {
    font-size: 24px;
}
#pcs-popup .popup-content .pcs h3 {
    font-size: 24px;
}
#pcs-popup .popup-content .pcs p, #pcs-popup .popup-content .pcs li {
    font-size: 19px;
}
@media (max-width: 1272px) {
    .pcs {
        max-width: calc(100% - 32px);
    }
}
@media (max-width: 832px) {
    popup .pcs-toc.fixed {
        position: absolute;
    }
    .pcs .pcs-content {
        max-width: 100%;
        border: 0;
    }
    .pcs h2 {
        font-size: 24px;
        margin: 21px 0 16px;
    }
    .pcs h3 {
        font-size: 23px;
    }
    .pcs p, .pcs ul li {
        font-size: 17px;
    }
    .pcs .title {
        font-size: 38px;
    }
    .pcs .description {
        font-size: 18px
    }
    .pcs .pcs-container {
        padding: 0;
    }
    .pcs-toc {
        padding: 12px 16px;
        border-radius: 4px;
    }
    .pcs-toc .name {
        font-size: 18px;
    }
    .pcs-toc .accordion .item .link {
        font-size: 17px;
        line-height: 1.4;
    }
    #pcs-popup popup {
        max-width: calc(100% - 20px);
    }
    #pcs-popup popup .title {
        font-size: 30px;
        margin: 20px 0 12px;
    }
    #pcs-popup popup .description {
        font-size: 18px;
    }
    #pcs-popup .popup-content {
        padding: 0 12px 0 7px;
    }
    #pcs-popup .popup-content .pcs {
        width: calc(100% - 16px);
        max-width: calc(100% - 16px);
        max-height: 64dvh;
        padding-left: 12px;
    }
    #pcs-popup .popup-content .pcs::-webkit-scrollbar {
        background: #E6E6E6;
        width: 4px;
        border-radius: 4px;
    }
    #pcs-popup .popup-content .pcs::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 4px;
    }
}