/* VISTA Lab ownership credit in the public landing footer. */
.landing-footer-copyright {
  grid-column: 1 / -1;
  width: 100%;
  margin: 2px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e2e7ef;
  color: #687389;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.landing-footer-copyright a {
  color: #3f35a8;
  font-weight: 760;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 150ms ease;
}

.landing-footer-copyright a:hover {
  color: #6756e8;
  text-decoration: underline;
}

.landing-footer-copyright a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(103, 86, 232, 0.28);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .landing-footer-copyright {
    margin-top: 4px;
    padding-top: 16px;
    font-size: 12.5px;
    text-align: left;
  }
}
