.container-home .lg-map-wrapper .info_table .pharmacie_numbers td {
  background-color: transparent;
  border: none;
  padding: 10px;
  text-align: center;
}

.container-home .lg-map-wrapper .info_table .pharmacie_numbers td .numbers {
  color: #58c5c3;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.container-home .lg-map-wrapper .info_table .pharmacie_numbers td .pharmacie_captions {
  color: #58c5c3;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  padding-bottom: 40px;
}

.container-home .lg-map-wrapper #portugal-map {
  max-height: 340px;
}

.container-home .lg-map-wrapper .lg-map {
  height: 340px !important;
  width: 340px !important;
}

.container-home .lg-map-wrapper .lg-map svg {
  max-height: 340px;
  max-width: 340px;
}

.container-home .lg-map-wrapper .lg-map svg path {
  fill: #56d1ce;
}

/*  Fix madeira region  */
.container-home .lg-map .regionB18,
.regionA18 {
  transform: scale(1.25);
}

/*  Fix açores region  */
.container-home .lg-map .regionB19,
.regionA19 {
  transform: scale(5);
}

.legend-portugal .container-legend .row .col {
  width: 100%;
}

.legend-portugal .container-legend .row .district-data .title {
  color: #5ebfbf;
  font-family: "NexaSlab Black", Sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  margin: 0;
  text-transform: uppercase;
}

.legend-portugal .container-legend .row .district-data .district-data-values {
  margin-top: 40px;
}

.legend-portugal .container-legend .row .district-data .district-data-values .pharmacie_numbers td {
  background-color: transparent;
  border: none;
  text-align: center;
}

.legend-portugal .container-legend .row .district-data .district-data-values .pharmacie_numbers td .numbers {
  color: #5ebfbf;
  font-family: "NexaSlab Black", Sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 34px;
}

.legend-portugal .container-legend .row .district-data .district-data-values .pharmacie_numbers td .pharmacie_captions {
  color: #5ebfbf;
  font-family: "NexaSlab Black", Sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  padding-bottom: 40px;
}

.legend-portugal .container-legend .row .district-data .back-button ul {
  list-style-type: none;
  padding: 0;
}

.legend-portugal .container-legend .row .district-data .back-button ul .back-link {
  color: #5ebfbf;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.legend-portugal .container-legend .row .district-entities .table {
  background-color: #eff7f7;
  margin-top: 40px;
}

.legend-portugal .container-legend .row .district-entities .table .table_headers th {
  border: none;
  color: #212529;
  font-size: 14px;
  font-family: "Karla", Sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.legend-portugal .container-legend .row .district-entities .table tr td {
  background-color: transparent;
  border: none;
  color: #212529;
  font-size: 16px;
  font-family: "Karla", Sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.legend-portugal .container-legend .row .district-entities .table tr td .pagination-wrapper .pagination {
  gap: 16px;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.legend-portugal .container-legend .row .district-entities .table tr td .pagination-wrapper .pagination .page-link {
  background-color: transparent;
  border: none;
  color: #5ebfbf;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

/* media queries */
@media (min-width: 768px) {
  .container-home .lg-map-wrapper .info_table .pharmacie_numbers td .numbers {
    font-size: 48px;
    line-height: 48px;
  }

  .container-home .lg-map-wrapper #portugal-map {
    max-height: 550px;
  }

  .container-home .lg-map-wrapper .lg-map {
    height: 550px !important;
    width: 550px !important;
  }

  .container-home .lg-map-wrapper .lg-map svg {
    max-height: 550px;
    max-width: 550px;
  }

  .legend-portugal .container-legend .row .district-data .district-data-values .pharmacie_numbers td .numbers {
    font-size: 50px;
    line-height: 54px;
  }
}

@media (min-width: 1024px) {
  .container-home .lg-map-wrapper .info_table .pharmacie_numbers td .numbers {
    font-size: 38px;
    line-height: 44px;
  }

  .container-home .lg-map-wrapper {
    display: flex;
  }

  .legend-portugal .container-legend .row {
    display: flex;
    gap: 40px;
  }

  .legend-portugal .container-legend .row .col {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .container-home .lg-map-wrapper .info_table .pharmacie_numbers td .numbers {
    font-size: 58px;
    line-height: 60px;
  }
}
