/* Discreet authorship footer shared by Cards and the materials gateway. */
body .ela-signature {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 18px;
  padding: 10px 20px;
  border: 0;
  background: transparent;
  color: #51475d;
  opacity: .8;
  font: 400 .75rem/1.5 Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
body .ela-signature:hover, body .ela-signature:focus-within { opacity: 1; }
body .ela-signature * { box-sizing: border-box; }
body .ela-signature__identity { display: flex; align-items: center; gap: 4px; min-width: 0; }
body .ela-signature__mark { display: none; }
body .ela-signature__credit { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 4px; min-width: 0; }
body .ela-signature__label, body .ela-signature__name { display: inline; color: inherit; font: inherit; overflow-wrap: anywhere; }
body .ela-signature__rights { margin: 0; color: inherit; font: inherit; }
body .ela-signature__rights span { display: inline; }
body .ela-signature__rights span + span::before { content: ' '; }
body .ela-signature__link { display: inline-flex; align-items: center; min-height: 32px; padding: 0; color: inherit; font: inherit; text-decoration: none; }
body .ela-signature__link:hover { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
body .ela-signature__link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 2px; }
body .footer-signature span { color: #b6a9c6; opacity: .72; font-size: .52rem; font-weight: 400; letter-spacing: normal; white-space: normal; }
@media (max-width: 600px) {
  body .ela-signature { flex-direction: column; gap: 2px; padding: 10px 16px; }
  body .ela-signature__identity { max-width: 100%; }
}
@media print { body .ela-signature { display: none !important; } }
