/* .block-editor .is-style-eyebrow-text {
    margin-bottom: 0;
} */

p.is-style-eyebrow-text {
	font-family: var(--wp--preset--font-family--begum);
	font-size: var(--wp--preset--font-size--intro);
	font-style: italic;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.4px;
}

p.is-style-eyebrow-text::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--honey);
}

.has-no-text-decoration {
	text-decoration: none !important;
}

.has-no-text-decoration > * {
	text-decoration: none !important;
}

.wp-block-list.is-style-checkmark {
	padding-left: 0;
}

.wp-block-list.is-style-checkmark li {
	position: relative;
	list-style: none;
	display: block;
	gap: 12px;
	padding-left: 32px;
	margin-bottom: 1em;
}

.wp-block-list.is-style-checkmark li::before {
	
	position: absolute;
	top: -2px;
	left: 0px;
	content: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.8096' r='12' stroke='%23C6E5DF'/%3E%3Cpath d='M18.0556 8.64258L10.4167 16.2815L6.94446 12.8092' stroke='%23FFD76D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.wp-block-list.is-style-checkmark-dark {
	padding-left: 0;
}

.wp-block-list.is-style-checkmark-dark li {
	position: relative;
	list-style: none;
	display: block;
	gap: 12px;
	padding-left: 32px;
	margin-bottom: 1em;
}


.wp-block-list.is-style-checkmark-dark li::before {
	
	position: absolute;
	top: -2px;
	left: 0px;
	content: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.8096' r='12' stroke='%23003F48'/%3E%3Cpath d='M18.0556 8.64258L10.4167 16.2815L6.94446 12.8092' stroke='%2379BDC8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
