/* 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;
}

/* 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;
}
