/**
 * Front-end de seções de conteúdo de destino (pa-geo).
 * Renderiza pares label/value vindos de pa_geo_section_data.
 */

.destination-section-fields {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 1.5rem;
}

/* Body prose das subsections — alinhado com .vnv-dest-map-prose. */
.destination-content-prose,
.destination-content-prose p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgb(71, 85, 105);
}

.destination-content-prose p {
  margin-top: 0;
  margin-bottom: 0.75em;
}

.pageo-front-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem 2rem;
  margin: 0;
}

.pageo-front-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pageo-front-field dt {
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(100, 116, 139);
  font-weight: 500;
}

.pageo-front-field dd {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgb(15, 23, 42);
  line-height: 1.3;
}

.pageo-front-field--longtext dd,
.pageo-front-field--text dd {
  font-weight: 400;
}

.pageo-front-field--array_strings,
.pageo-front-field--months_12 {
  grid-column: 1 / -1;
}

.pageo-front-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pageo-front-list li {
  background: rgba(15, 23, 42, 0.05);
  color: rgb(30, 41, 59);
  padding: 0.15rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 500;
}

.pageo-front-months {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.pageo-front-months th {
  font-weight: 500;
  color: rgb(100, 116, 139);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.pageo-front-months td {
  padding: 0.5rem 0.25rem;
  text-align: center;
  color: rgb(30, 41, 59);
  font-weight: 500;
}

@media (max-width: 640px) {
  .pageo-front-months {
    display: block;
    overflow-x: auto;
  }
}
