/*
 * From the Market — curated section page.
 * The grids reuse .mp-cm-grid / .mp-cm-card from the plugin's catalog-public.css;
 * this file only spaces and titles the sections.
 */

.mp-market__intro {
	margin: 0 0 24px;
}

.mp-market__section {
	margin: 40px 0 8px;
}

.mp-market__section:first-of-type {
	margin-top: 24px;
}

.mp-market__section-title {
	font-family: var(--font-serif, "Playfair Display", Georgia, serif);
	font-size: 1.6rem;
	margin: 0 0 6px;
	color: var(--primary, var(--brand-forest, #1e3c2b));
}

.mp-market__section-subtitle {
	margin: 0 0 18px;
	color: #6b6b6b;
	font-size: 1rem;
}

.mp-market__empty {
	margin: 48px auto;
	max-width: 540px;
	text-align: center;
	padding: 8px 16px;
}

.mp-market__empty-title {
	font-family: var(--font-serif, "Playfair Display", Georgia, serif);
	font-size: 1.5rem;
	margin: 0 0 10px;
	color: var(--primary, var(--brand-forest, #1e3c2b));
}

.mp-market__empty-text {
	margin: 0 0 24px;
	color: #6b6b6b;
	font-size: 1.05rem;
	line-height: 1.5;
}

.mp-market__empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}
