.gestor-pwa-install {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dce3ec;
    border-left: 4px solid #134069;
    border-radius: 6px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    box-shadow: 0 16px 36px rgba(15, 35, 66, .22);
    display: none;
    gap: 12px;
    left: 50%;
    max-width: 460px;
    padding: 16px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    z-index: 1040;
}

.gestor-pwa-install.is-visible {
    display: flex;
}

.gestor-pwa-install__icon {
    align-items: center;
    background: #e8f1fb;
    border-radius: 6px;
    color: #134069;
    display: flex;
    flex: 0 0 44px;
    font-size: 1.25rem;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.gestor-pwa-install__content {
    min-width: 0;
}

.gestor-pwa-install__content strong {
    color: #172b4d;
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.gestor-pwa-install__content p {
    color: #5d6b82;
    font-size: .86rem;
    line-height: 1.45;
    margin: 4px 0 0;
}

.gestor-pwa-install__instruction {
    background: #f4f7fb;
    border-radius: 4px;
    color: #344563 !important;
    padding: 9px 10px;
}

.gestor-pwa-install__actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.gestor-pwa-install__actions .btn {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    min-height: 44px;
}

@media (max-width: 991px) {
    .frentista-body .gestor-pwa-install {
        bottom: calc(78px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 480px) {
    .gestor-pwa-install {
        padding: 14px;
    }

    .gestor-pwa-install__actions {
        flex-direction: column;
    }

    .gestor-pwa-install__actions .btn {
        min-height: 48px;
        width: 100%;
    }
}
