.empleo-chart-wrapper {
  margin: 2rem 0 2.5rem;
}

.empleo-chart-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.25rem;
  color: #212529;
  line-height: 1.4;
}

.empleo-chart-subtitle {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 1rem;
}

.empleo-provincial-chart {
  width: 100%;
  min-height: 360px;
}
@media (max-width: 576px) {
  .empleo-provincial-chart {
    min-height: 320px;
  }
}

.empleo-chart-source {
  font-size: 11px;
  color: #868e96;
  margin-top: 0.75rem;
}

.empleo-chart-annotation {
  background: #f8f9fa;
  border-left: 3px solid #7ABD94;
  padding: 12px 16px;
  margin-top: 1.25rem;
  font-size: 13px;
  color: #495057;
  line-height: 1.5;
}
.empleo-chart-annotation strong {
  color: #212529;
}

.hipotecas-chart-wrapper {
  margin: 2rem 0 2.5rem;
}

.hipotecas-chart-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.25rem;
  color: #212529;
  line-height: 1.4;
}

.hipotecas-chart-subtitle {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 1rem;
}

.hipotecas-chart {
  width: 100%;
  min-height: 280px;
}
@media (max-width: 576px) {
  .hipotecas-chart {
    min-height: 220px;
  }
}

.hipotecas-chart-source {
  font-size: 11px;
  color: #868e96;
  margin-top: 0.75rem;
}

.hipotecas-chart-annotation {
  background: #f8f9fa;
  border-left: 3px solid #48B9E5;
  padding: 12px 16px;
  margin-top: 1.25rem;
  font-size: 13px;
  color: #495057;
  line-height: 1.5;
}
.hipotecas-chart-annotation strong {
  color: #212529;
}

.sau-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
  -webkit-overflow-scrolling: touch;
}

.sau-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 14px;
}
.sau-table thead th {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  padding: 12px 10px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #495057;
  white-space: nowrap;
}
.sau-table tbody td {
  padding: 12px 10px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}
.sau-table tbody tr:hover {
  background: #f8f9fa;
}
.sau-table .col-tipo {
  font-weight: 500;
}
.sau-table .col-numero {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.sau-table .col-pct {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.sau-table .col-destacado {
  font-weight: 600;
  color: #212529;
}
.sau-table .row-total {
  background: #f8f9fa;
  font-weight: 600;
}
.sau-table .row-total td {
  border-top: 2px solid #dee2e6;
}

.sau-table-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #212529;
}

.sau-table-source {
  font-size: 11px;
  color: #868e96;
  margin-top: 0.5rem;
}

.compraventas-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
  -webkit-overflow-scrolling: touch;
}

.compraventas-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 13px;
}
.compraventas-table thead th {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  padding: 10px 8px;
  text-align: left;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #495057;
  white-space: nowrap;
}
.compraventas-table tbody td {
  padding: 10px 8px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}
.compraventas-table tbody tr:hover {
  background: #f8f9fa;
}
.compraventas-table .col-provincia {
  font-weight: 500;
  white-space: nowrap;
}
.compraventas-table .col-numero {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.compraventas-table .col-pct {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.compraventas-table .col-positivo {
  color: #7ABD94;
  font-weight: 600;
}
.compraventas-table .col-negativo {
  color: #FF7954;
  font-weight: 600;
}
.compraventas-table .row-total {
  background: #f8f9fa;
  font-weight: 600;
}
.compraventas-table .row-total td {
  border-top: 2px solid #dee2e6;
}

.compraventas-table-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #212529;
}

.compraventas-table-source {
  font-size: 11px;
  color: #868e96;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .empleo-chart-title,
  .hipotecas-chart-title,
  .sau-table-title,
  .compraventas-table-title {
    font-size: 15px;
  }
  .empleo-chart-subtitle,
  .hipotecas-chart-subtitle {
    font-size: 13px;
  }
  .sau-table,
  .compraventas-table {
    font-size: 12px;
  }
  .sau-table thead th,
  .sau-table tbody td,
  .compraventas-table thead th,
  .compraventas-table tbody td {
    padding: 8px 6px;
  }
  .empleo-chart-annotation,
  .hipotecas-chart-annotation {
    padding: 10px 12px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .sau-table {
    min-width: 400px;
  }
  .compraventas-table {
    min-width: 500px;
  }
}
.number-3 {
  font-family: "Rubik", sans-serif !important;
  font-weight: 700;
  font-size: clamp(36px, 20px + 3.2vw, 64px) !important;
  color: #2ab20b;
  line-height: 1.1;
  display: block;
  margin-bottom: 10px;
}

.dato-subtitulo {
  display: block;
  font-weight: bold;
  font-size: clamp(1.1rem, 0.7rem + 1vw, 2rem);
  color: #2ab20b;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.dato-descripcion {
  font-weight: bold;
  font-size: clamp(0.95rem, 0.6rem + 0.7vw, 1.5rem);
  color: #000;
  line-height: 1.2;
  margin-top: 0.5rem;
}
