.post-expert-analysis-content h2, .expert-analysis-intro h2,
.post-expert-analysis-content h3, .expert-analysis-intro h3,
.post-expert-analysis-content h4, .expert-analysis-intro h4,
.post-expert-analysis-content h5, .expert-analysis-intro h5,
.post-expert-analysis-content h6, .expert-analysis-intro h6{
	font-family: "Lato", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: 700;
}
.post-expert-analysis-content .article-body-wrap h3, .expert-analysis-intro h3 {
	font-size: 24px;
	line-height: 30px;
}
.post-expert-analysis-content .article-body-wrap h4, .expert-analysis-intro h4 {
	font-size: 20px;
	line-height: 24px;
}	
.post-expert-analysis-content .article-body-wrap h5, .expert-analysis-intro h5 {
	font-size: 18px;
	line-height: 24px;
}
.post-expert-analysis-content .article-body-wrap h6, .expert-analysis-intro h6 {
	font-size: 16px;
	line-height: 20px;
}
.post-expert-analysis-content h2, .expert-analysis-intro h2 {
 	margin-top: 60px;
}
.post-expert-analysis-content h3, .expert-analysis-intro h3 {
	margin-top: 40px;
}
@media(max-width:767px){
	.post-expert-analysis-content h2, .expert-analysis-intro h2{
		font-size: 28px;
		line-height: 30px;
	}
}
@media(min-width:768px){
 	.post-expert-analysis-content h2, .expert-analysis-intro h2{
		font-size: 35px;
		line-height: 40px;
	}
}
.post-expert-analysis-content img {
	margin-top: 60px;
    padding-top: 15px;
    border-top: 2px solid #E9EDF0;
}s
.post-expert-analysis .post-info {
	margin-bottom: 15px;
}
.expert-analysis-intro {
	margin-bottom: 48px;
}
  /* --------------------------------------------
 	About
  -------------------------------------------- */
.post-m-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
	padding: 24px;
	background-color: #E8F4FA;
	border-top: 4px solid #1B38A5;
	border-bottom: 2px solid #DEEBFC;
}
.post-m-container > div {
		display: flex;
		flex-direction: column;
	}
.post-m-container .social-proof
.featured-card-desc .social-proof {
	display:flex;
	flex-direction: column;
	font-weight: 700;
}
.post-m-container h2 {
	margin-top: 0px;
	font-size: 20px;
    line-height: 25px;
	font-weight: 700;
}

.post-m-container .social-list,
.featured-card-desc .social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
    margin-bottom: 16px;
}
.post-m-container .social-list div,
.featured-card-desc .social-list div {
	display: flex;
	gap:4px;
}
i.check-mark {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/wp-content/assets/icons/tick-circle-solid-green.svg');
    background-repeat: no-repeat;
}
i.star-mark {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/wp-content/assets/icons/social-star-1-gold.svg');
    background-repeat: no-repeat;
}
.trustpilot-rating {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.trustpilot-rating img{
	max-height: 24px;
}
.post-m-container a, a.button-hi {
	display: flex;
	justify-content: center;
	min-width: 155px;
	max-height: 45px;
	gap: 4px;
	background-color: #F86818;
	padding:12px 30px;
	border-radius: 8px;
	color:#FFFFFF;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(248,104,24,0.54); 
	box-shadow: 0px 0px 12px -2px rgba(248,104,24,0.54);
}
.post-m-container a:hover, a.button-hi:hover {
	padding-left: 30px;
	padding-right: 22px;
	gap: 12px;
	background-color: #F68445;
	color:#FFFFFF;
}
.post-m-container a:focus, a.button-hi:focus {
	color:#FFFFFF;
}
.post-m-rewards.card-inpost .fc-img {
 	padding: 0px;
 	margin-bottom: 12px;
 }
@media(min-width:480px){
	a.button-hi {
		max-width:190px;
	}
}



@media(min-width:992px){
	.post-m-container {
		flex-direction: row;
		align-items: center;
		gap: 24px;
	}
	.post-m-container a {
		justify-content: left;
		padding-left: 24px;
		padding-right: 8px;
	}
	.post-m-container a:hover {
		padding-left: 24px;
		padding-right: 8px;
	}
}
@media(min-width:1200px){

}

.widget .recent-posts-list>li {
    display: flex;
    align-items: center;
    justify-items: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 10px;
}
ul.recent-posts-list li .recent-post-details {
    margin-left: 0px;
}
.recent-posts-list a img {
	min-width: 90px;
}