input[type="checkbox"].gdpr-service-switch:checked{
    box-shadow: inset 20px 0px 0px 0px #000;
    border: 1px solid #000;
}	
.wordpress-gdpr-popup-small.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container{
    bottom: 1rem;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    max-width: 95%;
    border-radius: 12px;
    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-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: 12px;
}
.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 {
    border-radius: 8px !important;
    font-size: 14px;
    line-height: 16.9px !important;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D6A528 !important;
}

.wordpress-gdpr-popup-preferences {
    background: #F9F9F9 !important;
}

.wordpress-gdpr-popup p{
    font-size: 14px;
}
.wordpress-gdpr-popup .cookie-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.wordpress-gdpr-popup p:last-child {
    margin-bottom: 36px;
    /*max-height: 105px;*/
}
.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;
        border-radius: 12px;
        translate: 0%;
    }
    
    .wordpress-gdpr-privacy-settings-popup-services-buttons {
        margin-top: 30rem !important;
        padding-top: 20px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .wordpress-gdpr-privacy-settings-popup-services-buttons > div.button {
        float: unset !important;
        margin: 0px;
        border-radius: 8px !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 {
    border: 0;
}

.wordpress-gdpr-privacy-settings-popup-services-container {
    border: 0;
}

.wordpress-gdpr-popup-decline {
    border-radius: 8px !important;
    color: #000 !important;
    background: #F9F9F9 !important;
    line-height: 16.9px !important;
}

.wordpress-gdpr-popup-preferences,
.wordpress-gdpr-popup-agree,
.wordpress-gdpr-popup-decline.wordpress-gdpr-privacy-settings-popup-services-decline-all  {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
}

.wordpress-gdpr-privacy-settings-popup {
  font-size: 14px;
}

.wordpress-gdpr-popup-privacy-settings-services-content-title {
    margin-right: 10px;
}

.wordpress-gdpr-privacy-settings-popup-services {
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .wordpress-gdpr-privacy-settings-popup-service-categories {
    margin: 20px 0px 10px;
  }
}

/*
.wordpress-gdpr-popup-privacy-settings-services-content-cookies {
    font-size: 12px;
}				
*/

.wordpress-gdpr-popup-privacy-settings-open-service-category.wordpress-gdpr-popup-privacy-settings-service-category-active {
    background: #D8D8D8;
}

.wordpress-gdpr-privacy-settings-popup-service-categories .wordpress-gdpr-popup-privacy-settings-service-category-active + .wordpress-gdpr-popup-privacy-settings-service-category-active {
    background: transparent;
}

.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-decline, .wordpress-gdpr-popup-preferences {
    text-transform: inherit;
}	

.wordpress-gdpr-popup-privacy-settings-services-content hr {
    margin: 10px 0 !important;
}

.wordpress-gdpr-popup-privacy-settings-service-category-description,
.wordpress-gdpr-privacy-settings-popup-description{
    line-height: 1.2;
}