.pwa-install-launcher {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
}

.pwa-install-button {
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(254, 159, 67, 0.28);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
}

.pwa-install-modal {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
}

.pwa-install-logo {
    align-items: center;
    background: rgba(254, 159, 67, 0.12);
    border-radius: 1rem;
    display: inline-flex;
    height: 4rem;
    justify-content: center;
    padding: 0.75rem;
    width: 4rem;
}

.pwa-install-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bg-soft-warning {
    background: rgba(254, 159, 67, 0.14);
}

.pwa-install-panel {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pwa-install-panel-item {
    align-items: center;
    background: #f8f9fa;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    justify-content: center;
    min-height: 102px;
    padding: 1rem 0.75rem;
    text-align: center;
}

.pwa-install-panel-item i {
    color: #fe9f43;
    font-size: 1.35rem;
}

.pwa-install-panel-item span {
    color: #495057;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 575.98px) {
    .pwa-install-launcher {
        left: 1rem;
        right: 1rem;
    }

    .pwa-install-button {
        justify-content: center;
        width: 100%;
    }

    .pwa-install-panel {
        grid-template-columns: 1fr;
    }
}
