input[type="checkbox"].gdpr-service-switch:checked{
    box-shadow: inset 20px 0px 0px 0px #FFCB05;
    border: 1px solid #FFCB05;
}	
.wordpress-gdpr-popup-small.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container{
    width: 100%;
    bottom: 0;
    margin-right: 0;
}
.wordpress-gdpr-popup-small{
    width: 100%;
    margin-right: 0;
}
.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-agree.wordpress-gdpr-privacy-settings-popup-services-accept-all.button.btn.button-secondary.theme-btn,
.wordpress-gdpr-popup-decline.wordpress-gdpr-privacy-settings-popup-services-decline-all.button.btn.button-secondary.theme-btn{
    border-radius: 1px;
}
.wordpress-gdpr-popup-text {
    text-align: center;
    max-width: 1211px;
    margin: 0 auto;
}	
.wordpress-gdpr-popup-actions-buttons {
    display: flex;
    justify-content: center;
    gap: 0px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    text-align: 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;
}
@media (min-width: 1024px){
    .wordpress-gdpr-popup-actions-buttons {
        display: flex;
        justify-content: center;
        gap: 50px;
        flex-direction: row-reverse;
    }
    .wordpress-gdpr-popup-actions {
    max-width: 100%;
    }
}