input[type="checkbox"].gdpr-service-switch:checked{
    box-shadow: inset 20px 0px 0px 0px #022239;
    border: 1px solid #022239;
}	
.wordpress-gdpr-popup-small.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container{
    bottom: 1rem;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    max-width: 95%;
    left: 50%;
    translate: -50%
}

.wordpress-gdpr-privacy-settings-trigger-container{
    width: 50px;
    height: 50px;
}
.wordpress-gdpr-privacy-settings-trigger {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wordpress-gdpr-popup-text {
    text-align: center;
    max-width: 1211px;
    margin: 0 auto;
}	
.wordpress-gdpr-popup-actions-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 10px !important;
    flex-wrap: wrap;
}

.wordpress-gdpr-popup-agree {
    margin-right: 0px;
}

.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-preferences {
    font-size: 14px;
    line-height: 16.9px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wordpress-gdpr-popup p{
    font-size: 16px;
}
.wordpress-gdpr-popup .cookie-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.wordpress-gdpr-popup p:last-child {
    margin-bottom: 36px;
    max-height: 65px;
    overflow-y: auto;
}
.wordpress-gdpr-popup-actions {
    max-width: 200px;
    margin: 0 auto;
}
.wordpress-gdpr-privacy-settings-popup-close svg {
    width: 15px;
    height: 15px;
    fill: #f3f3f3;
}
.wordpress-gdpr-privacy-settings-trigger-container {
    width: 40px;
    height: 40px;
}
.wordpress-gdpr-privacy-settings-trigger-bottom-right {
    right: 1em;
}

.gdpr-clear {
    display: none !important;
}

@media (max-width: 768px) {
    .wordpress-gdpr-privacy-settings-popup-logo {
        width: 20% !important;
    }
}

@media (min-width: 568px){
    .wordpress-gdpr-popup-small.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container{
        bottom: 2rem;
        margin-right: 0;
        padding: 24px;
        left: 2rem;
        width: 470px;
        translate: 0%;
    }
    
    .wordpress-gdpr-privacy-settings-popup-services-buttons{
        margin-top: 30rem !important;
    }
    
    .wordpress-gdpr-popup-actions-buttons {
        display: flex;
        justify-content: center;
        gap: 50px;
        flex-wrap: nowrap;
    }
    .wordpress-gdpr-popup-actions {
    max-width: 100%;
    }
}	

.wordpress-gdpr-privacy-settings-popup-header,
.wordpress-gdpr-privacy-settings-popup-services-container {
    border: 0;
}
.wordpress-gdpr-privacy-settings-popup-services-container a {
    width: 100%;
}		

input[type="checkbox"]:focus.gdpr-service-switch {
    box-shadow: inset -20px 0px 0px 1px rgba(192, 192, 192, 0.5);
    border: unset;
}