/**
 * Auth / error flows: the default .site-footer is a full-width blue bar (#2563eb).
 * Users often read that as “the chat widget” or a second support strip. Here the same
 * markup stays, but the bar becomes a small text link so the footer does not compete
 * with Goftino’s default chat launcher (goftino-widget.css).
 */
.page-minimal-footer .site-footer {
  background: transparent !important;
  padding: 0.65rem max(1rem, env(safe-area-inset-right))
    max(0.85rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  margin-top: auto;
}

.page-minimal-footer .site-footer__inner {
  justify-content: center;
}

.page-minimal-footer .site-footer a {
  color: #1d4ed8 !important;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.08);
}

.page-minimal-footer .site-footer a:hover {
  background: rgba(37, 99, 235, 0.14);
  text-decoration: none;
  opacity: 1;
}
