.association-modal {
  padding: 60px 0;
}

.association-modal .association-logo-banner {
  width: 100%;
  background: rgba(6, 12, 34, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.association-modal .association-logo-banner img {
  max-width: 180px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.6));
}

.association-modal .association-social {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
}

.association-modal .association-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease;
}

.association-modal .association-social a:hover {
  transform: translateY(-1px);
}

.association-modal .association-social .instagram-icon {
  width: 28px;
  height: 28px;
  display: block;
  transition: transform 180ms ease;
}

.association-modal .association-social a:hover .instagram-icon,
.association-modal .association-social a:focus-visible .instagram-icon {
  transform: scale(1.05);
}

.association-modal .details h2,
.association-modal .details h3,
.association-modal .details p,
.association-modal .details li,
.association-modal .details .slot-content a,
.association-modal .details span,
.association-modal .details strong,
.association-modal .details em,
.association-modal .association-members-title,
.association-modal .association-members-list li {
  color: #112363;
  font-family: "Open Sans", sans-serif;
}

.association-modal .details h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.association-modal .slot-content h2 {
  margin: 22px 10px 14px;
  font-size: 28px;
  color: #0f2a6f;
  font-weight: 800;
  line-height: 1.3;
}

.association-modal .slot-content h3 {
  margin: 20px 10px 12px;
  font-size: 22px;
  color: #123b7a;
  font-weight: 700;
  line-height: 1.3;
}

.association-modal .slot-content p {
  font-size: 18px;
  margin: 0 10px 20px 10px;
  line-height: 1.5;
}

.association-modal .slot-content ul,
.association-modal .slot-content ol {
  margin: 0 10px 20px 30px;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}

.association-modal .slot-content li {
  margin-bottom: 10px;
}

.association-modal .slot-content a {
  color: #1f57b6;
  text-decoration: underline;
  word-break: break-word;
}

.association-modal .association-members {
  margin: 20px 0;
  text-align: center;
}

.association-modal .association-members-title {
  color: #112363;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.association-modal .association-members-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.association-modal .association-members-list li {
  margin-bottom: 8px;
  color: #112363;
}

.association-modal .association-addresses {
  margin-top: 20px;
}

.association-modal .association-address {
  border-top: 1px solid #e2e6f3;
  padding-top: 20px;
  margin-top: 20px;
}

.association-modal .association-address h3 {
  color: #112363;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}

.association-modal .association-address p {
  margin: 0 0 12px 0;
  font-family: "Open Sans", sans-serif;
}

.association-modal .association-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.association-modal .association-phone span {
  color: #112363;
}

.association-modal .association-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #25d366;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease;
}

.association-modal .association-whatsapp:hover,
.association-modal .association-whatsapp:focus-visible {
  transform: translateY(-1px);
  color: #1ebe5d;
}


.association-modal .association-classes {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}

.association-modal .association-classes li {
  margin-bottom: 8px;
  color: #112363;
}

.association-modal .association-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 6px;
}

.association-modal .association-map-consent-placeholder {
  height: 260px;
  border-radius: 6px;
  background: #f4f6fc;
  border: 1px dashed #cad2ec;
  color: #4a567a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
}
