/* Utfällbara stycken */
.hav-faq-text-expand-block {
	margin-top: 10px;
	border-bottom: solid 1px #c8c8c8;
	margin-right: 10px;
}
.hav-faq-text-expand-block>.hav-faq-open-text-expand {
	font-size: 16px;
	color: #006699;
	cursor: pointer;
	margin-bottom: 10px;
}

/*.hav-faq-text-expand-block>.hav-faq-open-text-expand div,*/
.hav-faq-text-expand-block>.hav-faq-open-text-expand p {
	display: inline !important;
	color: #006699 !important;
}

.hav-faq-text-expand-block>.hav-faq-open-text-expand div {
	position: relative;
	left: 20px;
	width: calc(100% - 20px);
	line-height: 21.6px;
}

.hav-faq-text-expand-block>.hav-faq-open-text-expand::before {
	content: "▸";
	position: absolute;
}

.hav-faq-text-expand-block>.hav-faq-open-text-expand.expanded::before {
	content: "▾";
}

.hav-faq-text-expand-block>.hav-faq-text-expand {
	display: none;
	position: relative;
	left: 20px;
	width: calc(100% - 42px);
}

.hav-faq-text-expand-block.expanded>.hav-faq-text-expand {
	display: block;
}

.hav-faq-innehall {
	padding: 0;
}
