/* VELTRION PWA Installed Status Fix Phase 39 */
html.veltrion-pwa-running .vpwa-status-fixed-card,
html.veltrion-pwa-installed .vpwa-status-fixed-card,
body.veltrion-pwa-running .vpwa-status-fixed-card,
body.veltrion-pwa-installed .vpwa-status-fixed-card {
    border-color: rgba(237, 190, 94, .72) !important;
    box-shadow: 0 0 0 1px rgba(237, 190, 94, .18), 0 14px 38px rgba(0, 0, 0, .34) !important;
}

.vpwa-status-fixed-card {
    position: relative;
}

.vpwa-status-fixed-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(236, 185, 88, .42);
    background: linear-gradient(180deg, rgba(236,185,88,.18), rgba(76,45,14,.18));
    color: #f9df9a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.vpwa-status-fixed-card button.vpwa-status-disabled,
.vpwa-status-fixed-card .vpwa-status-disabled {
    cursor: default !important;
    opacity: .92 !important;
    filter: saturate(.96) !important;
}

.vpwa-status-fixed-card .vpwa-status-primary {
    color: #ffe7a6 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.45) !important;
}

.vpwa-status-fixed-card .vpwa-status-muted {
    color: rgba(244, 232, 204, .74) !important;
}

body.veltrion-pwa-running [data-vpwa-hide-when-running="1"],
body.veltrion-pwa-installed [data-vpwa-hide-when-installed="1"] {
    display: none !important;
}