.is-style-svh-lead {
	color: #52635e;
	font-size: 1.24em;
	font-weight: 500;
	line-height: 1.5;
}

.is-style-svh-note {
	background: #edf6f2;
	border-left: 5px solid #08664f;
	border-radius: 0 14px 14px 0;
	padding: 18px 20px;
}

.is-style-svh-tip {
	background: #fff7d6;
	border-left: 5px solid #e8a600;
	border-radius: 0 14px 14px 0;
	padding: 18px 20px;
}

.is-style-svh-important {
	background: #fff0f0;
	border-left: 5px solid #c93636;
	border-radius: 0 14px 14px 0;
	padding: 18px 20px;
}

.is-style-svh-quote {
	border-left-color: #08664f;
	font-size: 1.18em;
	font-weight: 600;
}

.is-style-svh-heading-accent {
	border-bottom: 3px solid #08664f;
	padding-bottom: .3em;
}

.is-style-svh-checklist {
	list-style: none;
	padding-left: 0;
}

.is-style-svh-checklist li {
	margin: .45em 0;
	padding-left: 1.75em;
	position: relative;
}

.is-style-svh-checklist li::before {
	color: #08664f;
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.is-style-svh-rounded img,
.is-style-svh-gallery img {
	border-radius: 18px;
}

.is-style-svh-buttons .wp-block-button__link {
	background: #111;
	border-radius: 999px;
	font-weight: 750;
	padding: .8em 1.35em;
}

.is-style-svh-separator {
	border-color: #08664f;
	border-width: 3px 0 0;
	width: 80px;
}

.svh-text-underline {
	text-decoration: underline;
	text-decoration-thickness: .08em;
	text-underline-offset: .12em;
}

.svh-text-marker {
	background: #ffe57a;
	border-radius: .18em;
	box-decoration-break: clone;
	padding: .04em .14em;
}

.svh-text-green {
	color: #08664f;
	font-weight: 700;
}
