/* LandTW Related Posts ("延伸閱讀") — internal-link list below single-post
 * content. Layout only; anchor colour/decoration inherit GeneratePress so
 * Customizer link settings stay effective. */

.landtw-related-posts {
	max-width: 1000px;
	margin: 1.5rem auto 0;
	padding: 1rem 0 0;
	border-top: 1px solid #e0e0e0;
}

.landtw-related-posts__title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	line-height: 1.3;
}

.landtw-related-posts__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.35rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.landtw-related-posts__item {
	margin: 0;
	padding: 0.25rem 0;
	list-style: none;
	line-height: 1.4;
}

@media (max-width: 600px) {
	.landtw-related-posts__list {
		grid-template-columns: 1fr;
	}
}
