.seogeo-faq {
	margin: 24px 0;
}
.seogeo-faq-item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.seogeo-faq-item:last-child {
	border-bottom: none;
}
.seogeo-faq-question {
	font-size: 1.1em;
	margin: 0 0 6px;
}
.seogeo-faq-answer p {
	margin: 0;
}

.seogeo-breadcrumbs {
	font-size: 0.9em;
	margin: 12px 0;
	color: #666;
}
.seogeo-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 6px;
}
.seogeo-breadcrumbs a {
	text-decoration: none;
}
.seogeo-breadcrumbs a:hover {
	text-decoration: underline;
}
.seogeo-breadcrumb-sep {
	color: #ccc;
}
