/* How To */
.schema-how-to .schema-how-to-total-time {
	font-weight: bold;
}
.schema-how-to .schema-how-to-steps {
	padding-left: 2.4rem;
}
.schema-how-to-steps .schema-how-to-step-name {
	font-size: 18px;
}

/* FAQ */
.schema-faq-section {
	margin-bottom: 2.4rem;
	background: #f6f6f6;
	border: 2px solid #e0e0e0;
	border-radius: 3px;
	color: #4a4a4a;
}
.schema-faq-question {
	cursor: pointer;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}
.schema-faq-question:after {
	width: 16px;
	height: 20px;
	display: inline-block;
	content: "+";
	margin-right: 5px;
	vertical-align: top;
	color: #418ad0;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
}
.schema-faq-question:hover {
	background-color: #e0e0e0;
}
.schema-faq-question.collapse {
	display: flex;
	background-color: #e0e0e0;
}
.schema-faq-question.collapse:after {
	content: "-";
}
.schema-faq-question:hover {
	opacity: 0.8;
}
.schema-faq-answer:not(.rich-text) {
	display: none;
	padding: 10px 15px;
}
.schema-faq-answer.collapse {
	padding: 10px 15px;
	background-color: white;
	margin-bottom: 0;
}
.schema-faq-answer.default {
	display: block;
}

/* Internal Linking */
.yoast-url-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.yoast-url-list li {
	margin: 0 10px 10px 0;
	background: white;
	box-shadow: 0px 1px 2px rgba(155, 155, 155, 0.7);
}
@media (max-width: 450px) {
	.yoast-url-list li {
		width: 100%;
	}
}
.yoast-url-list li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	font-weight: 700;
}
