/*
 Theme Name: barometre
 Theme URI: https://barometre.tercersector.cat/
 Description: Child Theme de Divi
 Author: Punt Zero
 Author URI: https://puntzero.cat/
 Template: Divi
 Version: 1.0.0
*/

/* Llegenda gràfics */
.sunburst-legend {
  margin: 1em 0;
  font-size: 0.95em;
  background: #f8f8f8;
  padding: 1em;
  border-radius: 8px;
  max-width: 400px;
}
.sunburst-legend ul {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0;
}
.sunburst-legend li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.sunburst-legend span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  border-radius: 3px;
}
.color-nivell-1 { background-color: #FFC75F; }
.color-nivell-2 { background-color: #F47251; }
.color-nivell-3 { background-color: #CD4949; }

#territori-chart-mobile {
  width: 350px !important;
  height: 320px !important;
  display: block;
}