/* Shared footer contact emails — flex gaps instead of middot separators */
.site-contact-emails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  margin: 0;
  padding: 0;
}

.site-contact-email {
  white-space: nowrap;
  text-decoration: none;
}

.site-contact-email:hover {
  text-decoration: underline;
}

/* Contact page */
.site-contact-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 0 32px;
}

.site-contact-breadcrumb {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px;
}

.site-contact-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.site-contact-breadcrumb a:hover {
  text-decoration: underline;
}

.site-contact-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0 0 10px;
  line-height: 1.15;
}

.site-contact-intro {
  margin: 0 0 24px;
  color: #555;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 62ch;
}

.site-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.site-contact-card {
  background: #fff;
  border: 1px solid #d8dee6;
  border-left: 4px solid #c41230;
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.theme-timecom .site-contact-card {
  border-left-color: #E90606;
}

.theme-herald .site-contact-card {
  border-left-color: #0a3d6b;
}

.site-contact-card-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.3;
}

.site-contact-card-desc {
  margin: 0 0 14px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.site-contact-card-email {
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  word-break: break-word;
}

.theme-timecom .site-contact-card-email { color: #E90606 !important; }
.theme-mylondon .site-contact-card-email { color: #c41230 !important; }
.theme-herald .site-contact-card-email { color: #0a3d6b !important; }

.site-contact-card-email:hover {
  text-decoration: underline;
}

.site-contact-page-link {
  margin: 0 0 10px;
  font-size: 13px;
}

.site-contact-page-link a {
  font-weight: 700;
  text-decoration: none;
}

.site-contact-page-link a:hover {
  text-decoration: underline;
}

.site-contact-empty {
  color: #666;
}

/* trade-news.net hub footer */
.site-footer .footer-brand .site-contact-emails {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  margin-top: 0.85rem;
}

.site-footer .footer-brand .site-contact-email {
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 500;
}

.site-footer .footer-brand .site-contact-email:hover {
  color: #fff;
}

/* trade-news.uk / MyLondon footer */
.ml-footer-bottom {
  border-top: 1px solid #333;
  padding-top: 12px;
}

.ml-footer-bottom .ml-footer-meta {
  border-top: none;
  padding-top: 10px;
  margin: 0;
}

.ml-footer .site-contact-emails {
  gap: 6px 18px;
}

.ml-footer .site-contact-email {
  color: #bbb;
  font-size: 12px;
}

.ml-footer .site-contact-email:hover {
  color: #fff;
}

/* Pool themes — emails above sitemap row */
.theme-footer-meta {
  margin: 12px 0 0;
  font-size: 12px;
  color: #888;
}

.theme-footer-meta .site-contact-emails {
  margin-bottom: 10px;
}

.ff-footer .site-contact-emails,
.eco-footer .site-contact-emails,
.nyt-footer .site-contact-emails,
.times-footer .site-contact-emails {
  margin-bottom: 10px;
}

.ff-footer .site-contact-email { color: #9ec5de; font-size: 12px; }
.cnn-footer .site-contact-emails { margin-bottom: 10px; }
.cnn-footer .site-contact-email { color: #ddd; font-size: 12px; }
.eco-footer .site-contact-email,
.nyt-footer .site-contact-email,
.times-footer .site-contact-email { color: #555; font-size: 12px; }

.hub-footer .site-contact-emails {
  justify-content: center;
  margin: 8px 0 10px;
  gap: 8px 16px;
}

.hub-footer .site-contact-email {
  color: #ffcc33;
  font-size: 10px;
}
