.laerry-auth-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    color: rgba(100, 116, 139, .86);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .82rem;
    font-weight: 750;
    pointer-events: none;
}

.laerry-auth-footer a,
.laerry-auth-footer button {
    border: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    pointer-events: auto;
}

.laerry-auth-footer a:hover,
.laerry-auth-footer button:hover {
    color: #5b3ff2;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .laerry-auth-footer {
        position: static;
        flex-wrap: wrap;
        padding: 18px 20px 24px;
    }
}
