.silva-connection-banner {
    position: sticky;
    top: 0;
    z-index: 900;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.silva-connection-banner--offline {
    background: #fef3c7;
    color: #92400e;
    border-bottom: 1px solid #fcd34d;
}

.silva-connection-banner--stale {
    background: #eff6ff;
    color: #1e40af;
    border-bottom: 1px solid #bfdbfe;
}
