.mytheme-promotion-terms {
	margin-top: 2.5rem;
	padding: clamp(1.1rem, 3vw, 2rem);
	border: 1px solid #d9e2e8;
	border-top: 6px solid #14785f;
	background: #f8fbfa;
	color: #1d252c;
}

.mytheme-promotion-terms__header {
	margin-bottom: 1.6rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #d9e2e8;
}

.mytheme-promotion-terms__eyebrow {
	margin: 0 0 0.35rem;
	color: #14785f;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mytheme-promotion-terms h2 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.45rem, 3vw, 2.05rem);
	line-height: 1.15;
}

.mytheme-promotion-terms h3 {
	margin: 1.6rem 0 0.7rem;
	font-size: 1.08rem;
	line-height: 1.3;
}

.mytheme-promotion-terms p,
.mytheme-promotion-terms li {
	font-size: 0.94rem;
	line-height: 1.65;
}

.mytheme-promotion-terms ol {
	margin: 0;
	padding-left: 1.35rem;
}

.mytheme-promotion-terms li + li {
	margin-top: 0.45rem;
}

@media (max-width: 600px) {
	.mytheme-promotion-terms {
		margin-inline: -0.35rem;
	}
}
