ol.wp-block-list {
	list-style-type: numeric !important;
	padding-left: 22px;
}

ul.wp-block-list {
	list-style-type: disc !important;
	padding-left: 16px;
}

ul.wp-block-list.is-style-check-yellow {
 list-style-type: none !important;
 padding-left: 15px;

 li {
 	display: flex;
  gap: 8px;
  align-items: center;
 }

 li::before {
 	content: '';
	display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Cpath d='M6.03458 11.8562L1.98625 7.80792C1.53125 7.35292 0.79625 7.35292 0.34125 7.80792C-0.11375 8.26292 -0.11375 8.99792 0.34125 9.45292L5.21792 14.3296C5.67292 14.7846 6.40792 14.7846 6.86292 14.3296L19.2063 1.98625C19.6613 1.53125 19.6613 0.79625 19.2063 0.34125C18.7513 -0.11375 18.0162 -0.11375 17.5612 0.34125L6.03458 11.8562Z' fill='%23EFD52E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px 15px;
 }
}
