.dist-chile-wrapper {
  background: #e4f1ff; /* azul muy pálido */
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #c0d7f0;
}

.dist-chile-wrapper h3 {
  text-align: center;
  margin-top: 0;
}

.dist-chile-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.dist-chile-container select {
  width: 220px;
  height: 300px;
  font-size: 13px;
}

.dist-chile-container button {
  height: 60px;
  margin-top: 120px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
}

#dist-chile-resultado {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;              /* más grande */
  font-weight: bold;
  background: #F26F03;          /* fondo naranja */
  color: white;                 /* letras blancas */
  padding: 15px;
  border-radius: 6px;
}

