/*
Theme Name: Seocomb
*/


.single-post h2, .single-post h3, .single-post h4, .single-post h5 {
	margin-top: 15px;
}

.single-post p {
	margin-bottom: 10px;
}

.single-post ul, .single-post ol {
	margin-bottom: 10px;
}

.single-post li {
	margin-bottom: 10px;
	font-size: 14px;
}

.single-post blockquote {
	margin-bottom: 10px;
}

.single-post ol {
	list-style: none;
	font-size: 14px;
	padding: 0!important;
	counter-reset: num;
}
.single-post ol li {
	padding: 0 0 0 40px;
	line-height: 20px;
	position: relative;
	counter-increment: num;
	min-height: 25px;
	display: flex;
    align-items: center;
}
.single-post ol li::before {
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	border-radius: 50%;
	content: counter(num);
	background: var(--gradient-orange-1);
	color: #fff;
}

.section-advn .section-advn-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.svg-figure {
	height: 140px;
}