.weather-region {
  max-width: 74rem;
  margin: 0;
}

.weather-region__chart {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  height: 12rem;
  margin: 2rem 0;
}

.weather-region__bar-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.weather-region__bar-track {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.weather-region__bar {
  width: 100%;
  border: 1px solid #ccc;
}

.weather-region__bar-value {
  font-size: 0.7rem;
  margin-bottom: 0.15rem;
}

.weather-region__month-label {
  margin-top: 0.4rem;
  font-size: 0.8rem;
}

.weather-region__season-label {
  font-size: 0.65rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.weather-region__box {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
}

.weather-region__table {
  border-collapse: collapse;
  width: 100%;
}

.weather-region__table th,
.weather-region__table td {
  text-align: left;
  padding: 0.3rem 0.5rem;
  font-size: 0.85rem;
}

.weather-region__table thead th {
  border-bottom: 1px solid #ccc;
  color: #888;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
}

.weather-region__attribution {
  font-size: 0.8rem;
  color: #888;
}
