/*
 * Verified front-end corrections only. The darker bronze is scoped to small
 * meaningful text on light backgrounds; decorative bronze on dark sections
 * remains unchanged.
 */
.gbs-fs-page .gbs-fs-process-grid article > span,
.gbs-fs-page .gbs-fs-content-toc a > span {
	color: #826746;
}

.gbs-fs-page .gbs-fs-article-meta .gbs-optimizer-author {
	align-items: center;
	display: inline-flex;
	gap: 0.3em;
}

.gbs-fs-page .gbs-fs-article-meta .gbs-optimizer-author a {
	color: #1a3553;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.gbs-fs-page .gbs-optimizer-office-hours {
	border-bottom: 1px solid #d8dcdd;
	border-top: 1px solid #d8dcdd;
	color: #1a3553;
	display: grid;
	gap: 4px;
	margin-top: 4px;
	padding: 16px 0;
}

.gbs-fs-page .gbs-optimizer-office-hours-label {
	color: #69747c;
	font-size: 0.69rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gbs-fs-page .gbs-optimizer-office-hours-value {
	font-size: 0.9rem;
	font-weight: 590;
}

.gbs-fs-page .gbs-optimizer-office-hours-value strong {
	display: block;
	font-weight: 720;
}
