/* Shared across both AfterTick hosts. Verification is for stealth.health. */
.footer-trust {
  display: grid;
  justify-items: start;
  align-content: start;
  width: fit-content;
  max-width: 100%;
  margin-top: 1.25rem;
  color: #17352e;
}

.site-footer .footer-trust {
  color: #dce6df;
}

.footer-trust a {
  text-underline-offset: 0.2em;
}

.footer-trust .footer-trust__verification {
  display: grid;
  justify-items: start;
  gap: 0.375rem;
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.4;
  text-decoration: none;
}

.footer-trust__verification img {
  display: block;
  width: 73px;
  height: 79px;
  max-width: 100%;
  object-fit: contain;
}

.footer-trust .footer-trust__powered {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  font-size: 0.6875rem;
  line-height: 1.5;
  text-decoration: underline;
}

.footer-trust__verification:hover span {
  text-decoration: underline;
}

.footer-trust a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.intake-footer .footer-trust {
  flex-basis: 100%;
  width: 100%;
  margin-top: 0.75rem;
}
