.hs-pwa-install {
    position: fixed;
    left: 14px;
    bottom: 14px;
    z-index: 9999;
    border: 0;
    border-radius: 12px;
    background: #1d4ed8;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.25);
    cursor: pointer;
    display: none;
}

.hs-pwa-install:hover {
    background: #1e40af;
}

.hs-pwa-ios-tip {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 66px;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #d7e3f2;
    box-shadow: 0 12px 26px rgba(31, 42, 68, 0.14);
    color: #1f2a44;
    font-size: 12px;
    line-height: 1.8;
}

.hs-pwa-ios-tip button {
    border: 0;
    border-radius: 10px;
    background: #e8eefc;
    color: #1e3a8a;
    padding: 6px 10px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .hs-pwa-install {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
    }
    .hs-pwa-ios-tip {
        left: 10px;
        right: 10px;
        bottom: 58px;
    }
}
