:root {
  --colore1: #90e0ef;
  --colore1-testo: #ffffff;
  --colore2: #199eca;
  --colore2-testo: #ffffff;
}

h1 {
  max-width: 670px;
}

.selettore-settore {
  width: 202px;
}

.selettore-anno {
  width: 100px;
}

.grafico-1 {
  width: 100%;
  height: 1100px;
}

.grafico-2 {
  width: 100%;
  height: 600px;
}

.grafico-credit {
  width: 100%;
  margin-top: 4px !important;
  text-align: right !important;
}

#legend {
  width: fit-content;
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding-right: 10px;
}

@media only screen and (min-width: 481px) {
  .no_mobile {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #legend {
    padding-right: 0;
  }

  .grafico-1 {
    width: 100%;
    height: 70vh;
  }

  .grafico-2 {
    width: 100%;
    height: 70vh;
  }

  .grafico-credit {
    width: calc(100% - 20px);
  }

  .firma_data {
    max-width: 190px;
  }

  .no_desktop {
    display: none;
  }
}
