.pwa-notice {
    align-items: center;
    background: #102247;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    bottom: 16px;
    box-shadow: 0 12px 30px rgba(16, 34, 71, .25);
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    left: 50%;
    line-height: 1.35;
    max-width: min(560px, calc(100vw - 28px));
    padding: 9px 10px 9px 13px;
    position: fixed;
    transform: translateX(-50%);
    width: max-content;
    z-index: 1200;
}

.pwa-notice-offline { background: #75571a; }
.pwa-notice button {
    background: #fff;
    border: 0;
    border-radius: 7px;
    color: #0b6f68;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    min-height: 28px;
    padding: 4px 9px;
    white-space: nowrap;
}
.pwa-notice button:focus-visible { outline: 3px solid #ffc857; outline-offset: 2px; }

@media (max-width: 640px) {
    .pwa-notice { bottom: 10px; font-size: 11px; max-width: calc(100vw - 20px); }
}
