.ca-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2147483647;
  padding: 10px 14px;
  border: 2px solid currentColor;
  border-radius: 10px;
  background: #ffffff;
  color: #020617;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 140ms ease;
}

.ca-skip-link:focus {
  transform: translateY(0);
}

.ca-site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1440px;
  margin: 28px auto 0;
  padding: 18px 24px 28px;
  color: #94a3b8;
  font-size: 0.9rem;
}

.ca-site-footer p {
  margin: 0;
}

.ca-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ca-site-footer a {
  color: #cbd5e1;
  text-underline-offset: 4px;
}

.ca-site-footer a:hover,
.ca-site-footer a:focus-visible {
  color: #ffffff;
}

@media (max-width: 700px) {
  .ca-site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ca-skip-link {
    transition: none;
  }
}
