/*
 * B1 legacy title visual compatibility.
 *
 * The element is intentionally a div: the repeated body title is not a
 * second document heading. These rules preserve the imported title geometry
 * without hiding it or changing the canonical GeneratePress H1.
 */

.entry-content .ssom-b1-legacy-title {
	display: block;
	box-sizing: border-box;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: normal;
	color: #111827;
	margin: 0 0 20px;
}

.entry-content .ssom-b1-legacy-a2 {
	font-size: 34px;
	line-height: 1.3;
	letter-spacing: -1.4px;
	color: #111827;
	margin: 8px 0 16px;
}

.entry-content .ssom-b1-legacy-a3 {
	font-size: clamp(1.7rem, 4vw, 2.4rem);
	line-height: 1.4;
	letter-spacing: normal;
	color: #172a46;
	margin: 0.5rem 0 0.7rem;
}

.entry-content .ssom-b1-legacy-a5-32 {
	font-size: 32px;
	line-height: 1.35;
	letter-spacing: -0.04em;
	color: #111827;
	margin: 0 0 18px;
}

.entry-content .ssom-b1-legacy-a5-31 {
	font-size: 31px;
	line-height: 1.4;
	letter-spacing: -0.04em;
	color: #252525;
	margin: 0 0 18px;
}

@media (max-width: 600px) {
	.entry-content .ssom-b1-legacy-a2 {
		font-size: 27px;
		line-height: 1.32;
	}

	.entry-content .ssom-b1-legacy-a5-32,
	.entry-content .ssom-b1-legacy-a5-31 {
		font-size: 27px;
	}
}
