/* Unified tools panel: shares layout with the unified browser (sidebar + tab area). */

.sl-window-content:has(.v2-unified-tools) {
    padding: var(--content-padding, 0px);
    overflow: hidden;
}

/* Highlight the active tool's sidebar link / section header. */
.v2-unified-tools .v2-sidebar-section-header.active {
    background: rgba(88, 166, 255, 0.12);
    box-shadow: inset 2px 0 0 var(--accent);
}
