.pwa-install-float {
    position: fixed;
    right: 1rem;
    bottom: 5.2rem;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1rem;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(13, 110, 253, 0.3);
}

.pwa-install-float:hover {
    background: #0b5ed7;
    color: #fff;
}

.pwa-install-float.is-hidden {
    display: none !important;
}

.pwa-install-modal .modal-content {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(23, 32, 51, 0.18);
}

.pwa-install-steps {
    padding-left: 1.15rem;
    color: #475569;
    line-height: 1.6;
}

.pwa-install-steps li + li {
    margin-top: 0.45rem;
}

@media (max-width: 575.98px) {
    .pwa-install-float {
        right: 0.75rem;
        bottom: 4.8rem;
        padding: 0.62rem 0.85rem;
        font-size: 0.875rem;
    }
}
