.ak-pwa-install {
    display: none;
}

.ak-pwa-install.is-available {
    display: inline-flex;
}

.ak-pwa-update {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2147482999;
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: min(420px, calc(100% - 36px));
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    background: var(--ak-brand, #0b2f16);
    box-shadow: 0 12px 28px rgba(8, 37, 15, 0.28);
    color: #fff;
    font: 600 0.9rem/1.35 Inter, system-ui, sans-serif;
}

.ak-pwa-update button {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    background: #fff;
    color: var(--ak-brand, #0b2f16);
    cursor: pointer;
    font: inherit;
}

.ak-pwa-login-install {
    width: 100%;
    margin-top: 12px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 650;
}

@media screen and (max-width: 520px) {
    .ak-pwa-update {
        right: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
    }
}
