/* ─── CONTACTS PAGE (extends delivery.css layout) ─────────────────────────── */
.contacts-phone-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-phone-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f4f5f9;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  transition: background 0.15s, color 0.15s;
}

.contacts-phone-link .bi {
  color: #1a5c3a;
  font-size: 18px;
}

.contacts-phone-link:hover {
  background: #e8f5ec;
  color: #1a5c3a;
}

.contacts-phone-link--main {
  background: #e8f5ec;
  border: 1px solid #d4eadc;
}

.contacts-phone-link--main em {
  flex: 1 1 100%;
  margin-left: 28px;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

.contacts-schedule {
  padding-top: 4px;
  border-top: 1px solid #eee;
}

.contacts-social-block {
  margin: 16px 0 20px;
}

.contacts-social-block .contacts-social,
.contacts-social-block .social-links {
  margin-top: 0;
}

.contacts-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-delivery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  max-width: 280px;
  font-size: 14px;
  font-weight: 600;
}

.contacts-map-address {
  margin-bottom: 16px;
}

.contacts-page .contacts-map {
  min-height: 360px;
}

.contacts-page .contacts-map iframe {
  min-height: 360px;
}
