/**
 * Trihead Section Title widget styles.
 * Defaults match the dark-on-light section heading; colors, typography,
 * alignment and the accent line are overridable from the Style tab.
 */

.trihead-section-title {
	box-sizing: border-box;
}

.trihead-section-title * {
	box-sizing: border-box;
}

/* Eyebrow / section name */
.trihead-section-title__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #d4561e;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 16px;
}

/* Short accent line before the eyebrow text */
.trihead-section-title__line {
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #d4561e;
	flex: 0 0 auto;
}

/* Main title */
.trihead-section-title__title {
	margin: 0;
	color: #222222;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.05;
}

/* Accented word(s) inside the title */
.trihead-section-title__accent {
	color: #d4561e;
}
