.notebook-browser-notice {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px 14px;
    width: 100%;
    padding: var(--type-space-compact) var(--type-space-content);
    border-top: 1px solid var(--theme-divider-soft);
    border-bottom: 1px solid var(--theme-divider-soft);
    background: var(--theme-warning-bg);
    color: var(--theme-warning-text);
    font-size: var(--code-display-font-size);
    line-height: 1.4;
}

.notebook-browser-notice.is-unsupported {
    background: var(--theme-error-surface);
    color: var(--theme-critical-text);
}
