ul[class="wp-block-list"]:not(.alignfull),
ol[class="wp-block-list"]:not(.alignfull) {
	padding-left: 25px !important;
}

.single-post .entry-content ul:not(.wp-block-list),
.single-post .entry-content ol:not(.wp-block-list) {
	padding-left: 25px !important;
}

.wp-block-list [class^="heading"] {
	margin-bottom: 10px;
}

.wp-block-list {
	text-align: left;
}

body .wp-block-list li:first-child {
	margin-top: 0;
}

.is-style-default li {
	display: block;
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.is-style-default li::before {
	content: '';
	background: var(--wp--preset--color--3);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}

.is-style-list-2 li {
	position: relative;
	border-bottom: 1px dashed var(--wp--preset--color--6);
    margin: 0 0 30px;
    padding: 0 0 30px 35px;
	list-style-type: none;
}

.is-style-list-2 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.is-style-list-2 li:before {
	content: '';
	display: block;
	background: url(../images/list-arrow.svg) no-repeat;
	width: 24px;
	height: 15px;
	position: absolute;
	top: 7px;
	left: 0;
}

.is-style-list-2 li h5.heading5 {
    font-weight: 700;
}

.is-style-question-mark li {
	position: relative;
	background: var(--wp--preset--color--1);
	padding: 15px 25px 15px 80px;
	list-style-type: none;
	box-shadow: 0 20px 20px 0 rgba(0, 64, 83, 0.10);
	letter-spacing: 0.44px;
	margin: 0 0 16px;
}

.is-style-question-mark li:before {
	content: '';
	display: block;
	background: url(../images/list-quest-icon.svg) no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 25px;
	top: 50%;
    transform: translateY(-50%);
}

.is-style-list-3 li {
	position: relative;
	border-bottom: 1px dashed var(--wp--preset--color--6);
    margin: 0 0 15px;
    padding: 0 0 10px 35px;
	list-style-type: none;
}

.is-style-list-3 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.is-style-list-3 li:before {
	content: '';
	display: block;
	background: url(../images/list-2-good-icon.svg) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 7px;
	left: 0;
}

.is-style-list-4 li {
	position: relative;
    margin: 0;
    padding: 0 0 5px 30px;
	list-style-type: none;
}

.is-style-list-4 li:before {
	content: '';
	display: block;
	background: url(../images/angle-circle.svg) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 7px;
	left: 0;
}

.is-style-list-5 li {
	position: relative;
	border-bottom: 1px dashed var(--wp--preset--color--6);
    margin: 0 0 15px;
    padding: 0 0 10px 35px;
	list-style-type: none;
}

.is-style-list-5 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.is-style-list-5 li:before {
	content: '';
	display: block;
	background: url(../images/list-cross-icon.svg) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 7px;
	left: 0;
}