/**
 * Bouton pilule — installation PWA sur l'écran de connexion.
 */

#auth-install-app-wrap {
    width: 100%;
    margin-top: 0.875rem;
}

.auth-install-app-btn {
    border-radius: 9999px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.14);
}

.auth-install-app-btn i {
    font-size: 1.25rem;
}

#auth-install-ios-actions {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 0.75rem;
    width: 100%;
}

#auth-install-ios-actions[hidden] {
    display: none !important;
}

.auth-install-hint {
    margin: 0.65rem 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.auth-install-hint[hidden] {
    display: none !important;
}
