.site-footer-credit {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #64748b;
    letter-spacing: 0.01em;
}

.site-footer-credit__label {
    opacity: 0.92;
}

.site-footer-credit__link {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.site-footer-credit__link:hover,
.site-footer-credit__link:focus-visible {
    color: var(--shell-brand-600, #0d9488);
    border-bottom-color: currentColor;
    outline: none;
}

.app-shell__footer-inner,
.lp-footer__bottom .lp-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1.25rem;
    width: 100%;
}

.app-shell__footer-inner > span:first-child,
.lp-footer__bottom-copy {
    margin: 0;
}

.pending-gate-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
}

.dark .site-footer-credit {
    color: #94a3b8;
}

.dark .site-footer-credit__link:hover,
.dark .site-footer-credit__link:focus-visible {
    color: #2dd4bf;
}

.lp-footer__bottom .site-footer-credit {
    color: #94a3b8;
}

.lp-footer__bottom .site-footer-credit__link:hover,
.lp-footer__bottom .site-footer-credit__link:focus-visible {
    color: #5eead4;
}
