.wpame-faq {
	position: relative;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	font-weight: 300;
	color: #444444;
	padding: 1em 1.78em 1.5em;
	line-height: 1.78em;
}
.wpame-faq-title {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: .6em;
	font-family: Verdana;
	color: #909090;
	font-weight: 700;
	text-align: right;
	height: 22px;
	display: flex;
	align-items: center;
}
.wpame-faq-title .wpame-faq-icon {
	height: 22px;
	width: 22px;
	margin-left: 5px;
}
.wpame-faq-icon-fill {
	fill: #909090;
}
.wpame-icon-questionmark {
	fill: #FFF;
}
.wpame-faq-title .wpame-icon svg {
	height: 100%;
}
.wpame-faq-list-item {
	padding-top: 1.5em;
}
.wpame-faq-list-item:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1.5em;
}
.wpame-faq-question {
	font-size: 1.1em;
	font-weight: 600;
}
