/* Shared contact strip — Store settings → Customer service */
.cx-contact-footer {
  margin: 28px 0 8px;
  padding: 14px 18px;
  border: 1px solid #e8ecf4;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  box-shadow: 0 2px 10px rgba(30, 45, 84, 0.05);
}
.cx-contact-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}
.cx-contact-footer__label {
  font-weight: 700;
  font-size: 0.88rem;
  color: #1e2d54;
  white-space: nowrap;
}
.cx-contact-footer__label i {
  color: #c9a227;
  margin-right: 6px;
}
.cx-contact-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  flex: 1;
  min-width: 0;
}
.cx-contact-footer__link,
.cx-contact-footer__meta {
  font-size: 0.82rem;
  color: #647196;
  text-decoration: none;
}
.cx-contact-footer__link:hover {
  color: #1e2d54;
}
.cx-contact-footer__link i,
.cx-contact-footer__meta i {
  margin-right: 5px;
  color: #c9a227;
}
.cx-contact-footer__link--primary {
  font-weight: 700;
  color: #1e2d54;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.35);
}
.cx-contact-footer__link--primary:hover {
  background: rgba(201, 162, 39, 0.2);
}

.cx-contact-help {
  margin-top: 0;
}
.cx-contact-help__title {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #1e2d54;
}
.cx-contact-help__lead {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: #647196;
  line-height: 1.5;
}
.cx-contact-help__list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  line-height: 1.65;
}
.cx-contact-help__list li {
  margin-bottom: 6px;
}
.cx-contact-help__list i {
  width: 18px;
  color: #c9a227;
  margin-right: 4px;
}
.cx-contact-help__list a {
  color: #1e2d54;
  font-weight: 600;
  text-decoration: none;
}
.cx-contact-help__list a:hover {
  text-decoration: underline;
}

.cx-contact-landing {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: min(100%, 420px);
}
.cx-contact-landing__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c9a227;
}
.cx-contact-landing__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
.cx-contact-landing__links a {
  font-size: 0.78rem;
  color: #e8c347;
  text-decoration: none;
}
.cx-contact-landing__links a:hover {
  color: #fff;
  text-decoration: underline;
}
.cx-contact-landing__links span {
  font-size: 0.78rem;
  color: #9aa5c4;
}
.cx-contact-landing__links i {
  margin-right: 5px;
  opacity: 0.85;
}

.cx-contact-mini {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8f9fc;
  border: 1px solid #e2e6f0;
}
.cx-contact-mini__label {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e2d54;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cx-contact-mini__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
.cx-contact-mini__links a,
.cx-contact-mini__links span {
  font-size: 0.82rem;
  color: #5a6580;
  text-decoration: none;
}
.cx-contact-mini__links a:hover {
  color: #1e2d54;
  text-decoration: underline;
}
.cx-contact-mini__links i {
  color: #c9a227;
  margin-right: 4px;
}

@media (max-width: 640px) {
  .cx-contact-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cx-contact-footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cx-contact-landing {
    min-width: 100%;
  }
}
