#pwaInstallNav .pwa-install-btn {
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
#pwaInstallNav .pwa-install-btn:hover {
    color: #fff !important;
    opacity: 0.9;
}

.pwa-ios-hint {
    background: linear-gradient(90deg, #1B6B2A, #2E7D32);
    color: #fff;
    font-size: 0.85rem;
    padding: 0.55rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.pwa-ios-hint__text {
    line-height: 1.35;
}
.pwa-ios-hint__close {
    flex-shrink: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
