/*
 * Portable defaults for the Tabs content block.
 *
 * The visual identity of the tab strip (colours, Oswald font, icon offset) lives
 * in the project build (Build/Bootstrap5/src/scss/_Custom.scss — `.nav-tabs …`,
 * `.tabs li svg`) and is deliberately not duplicated here. This file only
 * carries what the element needs to look sane in a plain Bootstrap 5
 * installation, and it must not change the existing rendering of this project.
 */

.cb-tabs .nav-tabs .nav-link svg {
    width: var(--cb-tabs-icon-size, 1em);
    height: var(--cb-tabs-icon-size, 1em);
}
