/* İletişim Bilgileri sayfasına özel stiller */
.contact-card .info-card h5 {
  margin-bottom: 0.45rem;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.contact-link:hover {
  color: #d6f0ff;
}

.contact-address {
  max-width: 72ch;
}

.contact-map-link {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d4efff;
  text-decoration: none;
  font-weight: 700;
}

.contact-map-link:hover {
  color: #ffffff;
}

.map-card h5 {
  margin-bottom: 0.7rem;
}

.map-embed-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.map-embed-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
