.updated-date span {
	display: inline-block;
	background-color: #F4F4F6;
	padding: 12px 20px 12px 50px;
	background-image: url("https://www.stairliftsreviews.co.uk/wp-content/uploads/2023/01/orange-calendar-icon.png");
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 12px center;
	white-space: nowrap;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.faq-wrap .wpb_wrapper {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
}
.faq-wrap .vc_toggle_title {
	text-align: left;
	padding-left: 0 !important;
}
.faq-wrap .vc_toggle_title h4 {
	font-size: 18px;
}
.faq-wrap .vc_toggle_title .vc_toggle_icon {
	right: 0;
	left: auto !important;
}
.faq-wrap .vc_toggle {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	margin-bottom: 0 !important;
}
.faq-wrap .vc_toggle:last-child {
	border-bottom: none;
}
.faq-wrap .vc_toggle_content {
	margin-bottom: 0;
}
.faq-wrap .vc_toggle_content p {
	margin-bottom: 15px !important;
}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {
	div#ez-toc-container p.ez-toc-title {
		font-size: 16px;
	}
	#ez-toc-container {
		margin: 0 auto;
	}
	.updated-date {
		text-align: center;
	}
	.updated-date span {
		font-size: 16px;
		line-height: 1.4;
		background-size: 24px auto !important;
		max-width: 220px;
		padding: 6px 15px 6px 45px !important;
		white-space: normal !important;
	}
	.updated-date span strong {
    	display: inline-block;
    	width: 100%;
    }
}

/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {

}