/* BW Framework - Tabs Tag Helper Styles */
/* Auto-generated on first use - safe to customize */

/* Tab icon spacing */
.nav-link i {
    font-size: 1em;
}

/* Tab content padding */
.tab-content {
    padding: 1rem 0;
}

/* Vertical tabs spacing */
.nav-pills.flex-column .nav-link {
    margin-bottom: 0.5rem;
}

/* Tab transition */
.tab-pane {
    transition: opacity 0.15s linear;
}

/* Bottom tabs margin */
.nav-tabs + .tab-content,
.nav-pills + .tab-content {
    margin-bottom: 1rem;
}
