.contacts-card {
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 1.3rem 1.5rem;
}

.contacts-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.contacts-value {
  font-size: 0.97rem;
  font-weight: 600;
}

.map-placeholder {
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 10% 20%, #1e293b, transparent 55%),
    radial-gradient(circle at 90% 80%, #0f766e, transparent 50%);
  position: relative;
  overflow: hidden;
  color: #e5e7eb;
  min-height: 240px;
  padding: 1.5rem;
}

.map-placeholder-inner {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.map-title {
  font-weight: 700;
  font-size: 1.05rem;
}

.map-note {
  font-size: 0.85rem;
}

.contact-form-label {
  font-size: 0.85rem;
  font-weight: 600;
}

.contact-form-helper {
  font-size: 0.8rem;
  color: #9ca3af;
}
