﻿#togglePassword i {
    display: inline-block;
    width: 0.8em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-wrap {
    width: 100% !important;
    display: block !important;
}

.btn-full {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    flex: 0 0 100% !important;
    -webkit-appearance: none;
}

/* Íconos biométricos */
.bio-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 16px;
    gap: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .bio-auth, .bio-auth img {
        outline: none !important;
        box-shadow: none !important;
    }

        .bio-auth img {
            user-select: none;
        }

#imgAndroid {
    height: 60px;
}

#imgApple {
    height: 45px;
}

/* Enlaces de prueba y WhatsApp (móvil por defecto) */
.trial-links {
    text-align: center;
    margin-top: 12px;
}

    .trial-links .try-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 8px;
        border-radius: 8px;
        line-height: 1.2;
        color: #1f6feb;
    }

        .trial-links .try-link:hover {
            text-decoration: underline;
        }

    .trial-links .btn-whatsapp {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 9999px;
        font-weight: 600;
        background: #25D366;
        color: #fff !important;
        border: none;
    }

        .trial-links .btn-whatsapp:active {
            filter: brightness(0.95);
        }

/* Separación base y ajuste solo en escritorio */
.cta-sep {
    margin-top: 8px;
}

@media (min-width: 992px) {
    .cta-sep {
        margin-top: 18px;
    }

    .trial-links {
        margin-top: 16px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

        .trial-links .btn-whatsapp {
            padding: 8px 14px;
            font-size: 0.95rem;
        }
}
