/* Notes toolbar — compact fit-content override */
.notes-toolbar.notes-toolbar {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    height: auto;
    min-height: unset;
    padding: 4px 8px;
    gap: 2px;
    border-bottom: none;
    border-radius: 10px;
    margin: 6px 0 6px 8px;
    background: color-mix(in srgb, var(--bg-primary, #0d1117) 60%, transparent);
    overflow-x: visible;
}

.notes-toolbar.notes-toolbar .toolbar-btn {
    width: 28px;
    height: 28px;
}

.notes-toolbar.notes-toolbar .toolbar-btn svg {
    width: 14px;
    height: 14px;
}

.notes-toolbar.notes-toolbar .toolbar-divider {
    height: 18px;
    margin: 0 4px;
    opacity: 0.4;
}

.notes-toolbar.notes-toolbar .toolbar-font-select {
    max-width: 110px;
    height: 28px;
    font-size: 11px;
    padding: 2px 6px;
}
