.tanduva-site-credit {
  display: block;
  flex: 0 0 100%;
  grid-column: 1 / -1;
  margin: 16px auto 0;
  padding: 0 16px 2px;
  width: 100%;
  box-sizing: border-box;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
}
.tanduva-site-credit--inline { flex: 0 1 auto; width: auto; margin: 0; padding: 0; }
.tanduva-site-credit--dark { color: #9ca3af; }
.tanduva-site-credit a {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tanduva-site-credit a:hover { text-decoration-thickness: 2px; }
.tanduva-site-credit a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}
@media print { .tanduva-site-credit { display: none; } }
