.ddm-staff-pwa-banner {
    position: sticky;
    top: 0;
    z-index: 45;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    padding-top: max(12px, env(safe-area-inset-top));
    background: linear-gradient(90deg, #1e293b, #2563eb);
    color: #fff;
    font-family: sans-serif;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.15);
}

.ddm-staff-pwa-banner strong {
    display: block;
    font-size: 14px;
}

.ddm-staff-pwa-banner p {
    margin: 4px 0 0;
    font-size: 12px;
    opacity: 0.92;
    line-height: 1.35;
}

.ddm-staff-pwa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-shrink: 0;
}

.ddm-staff-pwa-btn {
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.ddm-staff-pwa-btn-install {
    background: #fff;
    color: #1d4ed8;
}

.ddm-staff-pwa-btn-dismiss {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

body.ddm-mobile-staff .ddm-staff-pwa-banner {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: calc(68px + env(safe-area-inset-bottom));
    border-radius: 12px 12px 0 0;
}

body.ddm-mobile-staff .main-content[data-v-fcdb0107] {
    padding-bottom: 0;
}

body.ddm-mobile-staff.has-staff-pwa-banner .content-body[data-v-fcdb0107] {
    padding-bottom: calc(150px + env(safe-area-inset-bottom));
}

body.ddm-mobile-staff [data-ddm-push-staff-banner] {
    bottom: calc(132px + env(safe-area-inset-bottom)) !important;
}

.ddm-mobile-user-card .btn-install-pwa-mobile {
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    cursor: pointer;
}
