/*
 Theme Name: Circell
 Template: Divi
 Author: Circell
 Description: Tema fill de Divi amb personalitzacions bàsiques.
 Version: 1.1
*/

/* --- BÀNER DE COOKIES - Inici --- */
.wcc-consent-bar .wcc-notice-btn-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.wcc-consent-bar .wcc-notice-des {
  font-size: 14px;
  line-height: 1.4;
  max-width:700px;
}

.wcc-notice-des {
    max-width:750px;
}

.wcc-notice-btn-wrapper button {
    width:150px;
}   

@media screen and (min-width:500px) and (max-width:1249px){
    .wcc-notice-group {
        flex-direction:column;
        gap:30px;
    }
    .wcc-consent-bar .wcc-notice-des {
        max-width:100%;
    }
}

@media screen and (max-width:500px){
    .wcc-notice-des * {
        font-size: 12px!important;
    }
    .wcc-consent-bar .wcc-notice-btn-wrapper {
        gap: 0;
    }
}
/* --- BÀNER DE COOKIES - Final --- */