/* Visible SEO keyphrase index — hub pages only */
.seo-keyphrase-index {
	margin: 2rem 0 3rem;
	padding: 1.5rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seo-keyphrase-index__title {
	font-size: 1.35rem;
	margin-bottom: 0.5rem;
}

.seo-keyphrase-index__intro {
	color: #555;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
}

.seo-keyphrase-index__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1rem;
}

.seo-keyphrase-index__item {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	padding: 1rem 1.1rem;
	background: #fafafa;
}

.seo-keyphrase-index__item h2 {
	font-size: 1rem;
	line-height: 1.35;
	margin: 0 0 0.5rem;
}

.seo-keyphrase-index__item h2 a {
	color: inherit;
	text-decoration: none;
}

.seo-keyphrase-index__item h2 a:hover {
	color: #007bff;
	text-decoration: underline;
}

.seo-keyphrase-index__item p {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.5;
}

@media (max-width: 575px) {
	.seo-keyphrase-index__list {
		grid-template-columns: 1fr;
	}
}
