/* Product pages: body is flex — footer must not be injected (see site-chrome.js) */
body[data-seo-blurb] .site-seo-footer {
  display: none !important;
}

.site-seo-footer {
  margin: 24px auto 32px;
  padding: 16px 20px;
  max-width: 720px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #5c6b7f;
}

.site-seo-footer a {
  color: #1e5a8a;
  font-weight: 600;
  text-decoration: none;
}

.site-seo-footer a:hover {
  text-decoration: underline;
}

.site-seo-footer p {
  margin: 0 0 8px;
}

:root[data-theme="dark"] .site-seo-footer {
  color: #9aa8cc;
}

:root[data-theme="dark"] .site-seo-footer a {
  color: #5aa3e0;
}
