/**
 * TechBBQ Tab Scroll — overflow-safe horizontal tab rows.
 *
 * Tab rows stay centered when they fit. When they overflow, align left so the
 * first tab remains fully visible at scrollLeft 0.
 */

.techbbq-tab-scroll.is-overflowing {
	text-align: left;
}
