/**
 * Thủy Bích Vĩnh Long — Customizer Legacy Safe Bridge
 *
 * Path:
 * wp-content/themes/flatsome-child/css/tb-customizer-legacy.css
 *
 * Owner:
 * - Small legacy visual bridge for non-header/non-footer Customizer rules that are still safe.
 *
 * Not owner:
 * - Header layout/navigation. Use css/tb-header.css.
 * - Footer layout. Use css/tb-footer.css.
 * - Newsletter. Removed because it is not needed.
 * - Content tables. Use css/tb-content-table.css.
 * - Blog Hub / Blog Single / Blog Archive.
 * - PLP / PDP / Product Card.
 *
 * Phase 12G-FIX:
 * - Removed all header/nav spacing selectors from the previous Customizer bridge.
 * - Kept only low-risk visual helpers.
 */

/* Legacy slider image behavior. */
.slider {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.slider .title {
	font-weight: 700;
}

/* Legacy centered section/news title helper. */
.news-title {
	text-align: center;
	margin-bottom: 8px;
	position: relative;
	color: #000;
}

.news-title::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background-color: #a98a5e;
	border-radius: 2px;
	margin: 8px auto 0;
}
