/**
 * Shared listing page hero — matches Canvas listing pages (galleries, artists, events).
 */

.au-list-hero.cnvs-block-section-with-background-color {
	margin-top: var(--au-listing-hero-pull, -50px);
	padding-top: var(--au-listing-hero-padding-top, 5.25rem);
	padding-bottom: var(--au-listing-hero-padding-bottom, 7.5rem);
	background-color: var(--au-breadcrumbs-hero-bg, #f8f8f8);
	border-bottom: 1px solid var(--au-breadcrumbs-border, #eee);
}

.au-list-hero .cnvs-block-section-content-inner {
	text-align: center;
}

.au-list-hero__title {
	margin: 0;
	color: var(--au-breadcrumbs-fg-current, #000);
	font-weight: 400;
	line-height: 1.15;
}

.au-list-hero__subtitle {
	margin: var(--au-listing-hero-subtitle-gap, 0.85rem) 0 0;
	color: var(--au-breadcrumbs-fg, #666);
	font-weight: 400;
	line-height: 1.5;
}

.au-list-hero__description {
	max-width: 42rem;
	margin: 1rem auto 0;
	color: var(--au-breadcrumbs-fg, #666);
	font-size: 1rem;
	line-height: 1.65;
}

/* Pull list section up to meet hero, like gallery listing pages. */
.au-listing-section,
.au-editorial-list-section {
	margin-top: var(--au-listing-section-overlap, -20px);
}

@media (max-width: 719px) {
	.au-list-hero.cnvs-block-section-with-background-color {
		margin-top: var(--au-listing-hero-pull-mobile, -30px);
		padding-bottom: var(--au-listing-hero-padding-bottom-mobile, 5.5rem);
	}
}
