#AS_FAQ { 
	width: 100%;
	max-width: 700px;
	margin: 15px auto; 
}

#AS_FAQ .faq-item {

}

#AS_FAQ .faq-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

#AS_FAQ .faq-item .head {
	padding: 10px;
	padding-left: 50px;
	position: relative;
}

#AS_FAQ .faq-item .head h4 {
	font-size: 15px !important;
	font-weight: normal !important;
	margin: 0 !important;
	line-height: 24.27px !important;
	padding: 0 !important;
	cursor: default;
}

#AS_FAQ .faq-item .head .toggle-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 5px;
	border-radius: 100%;
	cursor: pointer;
	transform: translateY(-50%);
}

#AS_FAQ .faq-item .head .toggle-icon:after {
	content: '';
	display: block;
	position: absolute;
	border: 7px solid transparent;
	border-top-color: #777;
	border-right-width: 5px;
	border-left-width: 5px;
	top: 10px;
	right: 7px;
}

#AS_FAQ .faq-item .head.open .toggle-icon:after {
	border-bottom-color: #777;
	border-top-color: transparent;
	top: 2px;
}

#AS_FAQ .faq-item .entry {
	background: #f3f3f3;
	padding: 10px;
}

#AS_FAQ .faq-item .entry p {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 22.65px !important;
}

#AS_FAQ.accordion .faq-item .entry {
	display: none;
}