/* The existing class owns the typography; this marker prevents tag defaults from changing it. */
body.mcc-fix22-custom-orders-fr .chc-pps-title.mcc-fix22-demoted-title {
	display: block;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-content h3 {
	margin: 1.7rem 0 0.55rem;
	color: #0b2f4f;
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
	line-height: 1.3;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-content h3:first-child {
	margin-top: 0;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-content p,
body.mcc-fix22-custom-orders-fr .mcc-fix22-content li {
	line-height: 1.75;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-options {
	margin: 0.5rem 0 1.2rem;
	padding-left: 1.35rem;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-options li + li {
	margin-top: 0.35rem;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-action {
	margin: 1.8rem 0 0;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-button {
	display: inline-block;
	padding: 0.85rem 1.15rem;
	border-radius: 6px;
	background: #0b2f4f;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

body.mcc-fix22-custom-orders-fr .mcc-fix22-button:hover,
body.mcc-fix22-custom-orders-fr .mcc-fix22-button:focus-visible {
	background: #174f7d;
	color: #fff;
	transform: translateY(-1px);
}
