.bianca-offline-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 10px 16px;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    background: #1e3d34;
    color: #f7f3ee;
}

.bianca-offline-banner.is-offline {
    background: #5c1215;
}

.bianca-offline-banner.is-error {
    background: #7f1d1d;
    color: #fff;
}

.bianca-offline-banner.is-syncing {
    background: #1e3d34;
}

html.bianca-offline-mode .site-header {
    top: 0;
}
