.visual-asset-list, .removable-review {
background-color: #F8F9FA;
border: 1px dashed #E0E0E0;
padding: 15px;
margin-bottom: 25px;
font-size: 0.9rem;
}
.visual-placement {
background-color: #EAEAEA;
border-left: 4px solid #4682B4;
padding: 15px;
margin: 20px 0;
font-style: italic;
}
.visual-placement strong {
font-style: normal;
}
.callout {
background-color: #EBF3FA;
border-left: 4px solid #4682B4;
padding: 15px;
margin: 20px 0;
}
.important-box {
background-color: #FFF3CD;
border: 1px solid #FFECB5;
border-left: 4px solid #FFC107;
padding: 15px;
margin: 20px 0;
}
.toc {
/*background-color: #F8F9FA;
border: #2px solid #45585f;
padding: 20px;
border-radius: 5px;*/
margin-top: 30px;
}
.toc ul {
list-style-type: none;
padding-left: 0;
}
.toc li {
margin-bottom: 8px;
}
.faq-item {
margin-bottom: 20px;
}
.faq-question {
font-weight: bold;
color: var(--primary-color);
}
.review-note {
background-color: #FFE6E6;
border-left: 4px solid #D9534F;
padding: 10px 15px;
margin: 15px 0;
font-weight: bold;
}
.guide_sections {
    margin-top: 40px;
}
.guide_single h1{
    padding-bottom: 10px;
	font-weight: 500;
    font-size: 26px;
}
.guide_single h2{
    padding-bottom: 10px;
	font-weight: 500;
    font-size: 22px;
}
.guide_single h3 {
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #45585f;
	text-shadow: none;
	text-transform: none;
}
.guide_single p{
 	font-size: 15px;
	margin-bottom: 15px;
}
.guide_single .mkd-content li {
    line-height: 30px;
    font-size: 15px;
}
.guide_single .mkd-content ul {
    padding-bottom: 20px;
}
.guide_single em{
 	font-size: 15px;
	margin-bottom: 15px !important;
}
.guide_single .wpb_single_image {
    padding: 10px 0px;
}
.gl_content_table tr th {
	background-color: #45585f;
	color: #FFFFFF;
	padding: 15px 10px;
	border: 1px solid #45585f;
}
.gl_content_table tr td {
	padding: 15px 10px;
	border: 1px solid #45585f;
}