/* ===== Asociaciones y Agremiaciones ===== */

.asociaciones-page {
  padding-bottom: 2rem;
}

/* --- Intro text --- */
.asociaciones-page .organigrama-intro {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4b4b4b;
  margin-bottom: 1.5rem;
}

.asociaciones-page .organigrama-intro p {
  margin: 0;
}

/* --- Accordion body content --- */
.asociacion-contacto {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.asociacion-campo {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.asociacion-label {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.asociacion-value {
  color: #555;
  word-break: break-word;
}

.asociacion-value a {
  color: #0943b5;
  text-decoration: underline;
}

.asociacion-value a:hover {
  color: #072d7a;
}

/* --- Empty state --- */
.asociaciones-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
  font-size: 1.05rem;
  background: #f8f9fa;
  border-radius: 6px;
}
