/* Related explanations block — sits after the post content on single posts.
   Kept deliberately plain: it is a reading aid, not a promotion. */

.agm-related {
	margin: 2.5em 0 0;
	padding: 1.25em 1.5em 1.5em;
	background: #f5f8fa;
	border: 1px solid #dfe5ec;
	border-radius: 4px;
}

.agm-related-hub {
	margin: 0 0 1em;
	font-size: 0.95em;
}

.agm-related-hub a {
	font-weight: 600;
}

.agm-related-title {
	margin: 0 0 0.6em;
	font-size: 1.05em;
	line-height: 1.3;
}

.agm-related-list {
	margin: 0;
	padding: 0 0 0 1.1em;
	list-style: disc;
}

.agm-related-list li {
	margin: 0 0 0.45em;
	line-height: 1.4;
}

.agm-related-list a {
	text-decoration: none;
}

.agm-related-list a:hover,
.agm-related-list a:focus {
	text-decoration: underline;
}

.agm-related-service {
	margin: 1.1em 0 0;
	padding-top: 0.9em;
	border-top: 1px solid #dfe5ec;
	font-size: 0.95em;
}

.agm-related-service a {
	font-weight: 600;
}

@media (max-width: 600px) {
	.agm-related {
		padding: 1em 1.1em 1.2em;
	}
}

/* Reference note under the heading on retired topics (geometry). Deliberately quiet:
   it explains why the questions are still here, it is not a warning. */
.agm-related-retired {
	margin: -0.3em 0 0.8em;
	font-size: 0.86em;
	font-style: italic;
	opacity: 0.75;
}
