.event-spotlight {
	margin: 30px 0;
	font-size: inherit;
	line-height: inherit;
	--event-spotlight-actions-col-width: 340px;
}

.event-spotlight__title {
	margin: 0 0 12px;
	text-align: left;
}

.event-spotlight__list {
	background: #fff;
	padding: 0 24px 16px;
	box-sizing: border-box;
}

.event-spotlight__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--event-spotlight-actions-col-width);
	align-items: center;
	gap: 24px;
	padding: 22px 0;
	border-top: 1px solid #e5e5e5;
}

.event-spotlight__item:first-child {
	border-top: 0;
	padding-top: 12px;
}

.event-spotlight__event-title {
	margin: 0 0 10px;
	text-align: left;
	font-size: inherit;
	line-height: inherit;
}

.event-spotlight__content {
	text-align: left;
	min-width: 0;
	max-width: 860px;
}

.event-spotlight__meta {
	margin: 0;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.event-spotlight__actions {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: var(--event-spotlight-actions-col-width);
}

.event-spotlight__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 8px;
	font-size: 12px;
	line-height: inherit;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	min-width: 60px;
	border: 1px solid #0a0203;
	border-radius: 4px;
	transition: all .2s ease;
	box-sizing: border-box;
}

.event-spotlight__button--secondary {
	background: transparent;
	color: #0a0203;
}

.event-spotlight__button--secondary:hover {
	background: rgba(10, 2, 3, .06);
}

.event-spotlight__button--primary {
	background: #0a0203;
	border-color: #0a0203;
	color: #fff;
}

.event-spotlight__button--primary:hover {
	background: #3a2d33;
	border-color: #3a2d33;
	color: #fff;
}

@media (max-width: 900px) {
	.event-spotlight__list {
		padding: 12px 16px;
	}

	.event-spotlight__item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.event-spotlight__actions {
		justify-content: flex-start;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   Event Spotlight Landing Page template
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────────────────────── */
.esp-hero {
position: relative;
width: 100%;
height: 540px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-color: #2d3b28;
margin-bottom: -80px;
}
.esp-hero--no-image {
height: 80px;
margin-bottom: 0;
background-color: transparent;
}
.esp-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(0,0,0,.08) 0%, rgba(0,0,0,.30) 100%);
}

/* ── Breadcrumbs (overlaid at hero bottom) ─────────────────────────────── */
.esp-breadcrumbs {
position: absolute;
bottom: 14px;
left: 0;
right: 0;
z-index: 2;
}
.esp-breadcrumbs__inner {
display: flex;
align-items: center;
gap: 8px;
padding: 0 48px;
flex-wrap: wrap;
font-family: "Poppins", sans-serif;
font-size: 13px;
}
.esp-breadcrumbs__link {
color: rgba(255,255,255,.85);
text-decoration: none;
}
.esp-breadcrumbs__link:hover { color: #fff; text-decoration: underline; }
.esp-breadcrumbs__sep { color: rgba(255,255,255,.55); }
.esp-breadcrumbs__current { color: rgba(255,255,255,.75); }
.esp-hero--no-image .esp-breadcrumbs { bottom: auto; top: 50%; transform: translateY(-50%); }
.esp-hero--no-image .esp-breadcrumbs__link,
.esp-hero--no-image .esp-breadcrumbs__sep,
.esp-hero--no-image .esp-breadcrumbs__current { color: #555; }
.esp-hero--no-image .esp-breadcrumbs__link:hover { color: #815374; }

/* ── Intro two-column section ──────────────────────────────────────────── */
.esp-intro {
background: transparent;
position: relative;
z-index: 2;
padding: 0 0 48px;
}
.esp-intro__wrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 48px;
max-width: 1280px;
margin: 0 auto;
padding: 0 48px;
}
.esp-page--with-hero .esp-intro {
margin-top: -160px;
z-index: 3;
}
.esp-page--with-hero .esp-intro__wrap {
background: linear-gradient(to bottom, lch(98.02 1.72 79.39 / .85), rgba(255, 255, 255, 0));
border: 1px solid #B08A4F;
backdrop-filter: blur(2.5px);
-webkit-backdrop-filter: blur(2.5px);
padding-top: 70px;
padding-bottom: 34px;
}
.esp-page--no-hero .esp-intro {
padding-top: 56px;
}
.esp-intro__left { flex: 1 1 0; min-width: 0; }
.esp-intro__right {
flex: 0 0 360px;
width: 360px;
background: #FBF9F6;
border: 1px solid #B08A4F;
padding: 34px 40px 32px;
}
.esp-intro__title {
font-family: "Poppins", sans-serif;
flex: 0 0 100%;
width: 100%;
font-weight: 200;
font-size: 48px;
line-height: 1.15;
color: #0a0203;
margin: 0 0 28px;
max-width: 100%;
}
.esp-intro__subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    max-width: 100%;
    color: #815374;
    margin: -16px 0 20px;
    font-weight: 500;
}
.esp-intro__description {
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 1.7;
color: #0a0203;
max-width: 100%;
}

.esp-intro__spotlight {
margin-top: 32px;
flex: 0 0 100%;
width: 100%;
}

.esp-intro__spotlight .event-spotlight {
margin: 0;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}

.esp-intro__spotlight .event-spotlight__list {
width: 100%;
max-width: 100%;
}

.esp-intro__spotlight .event-spotlight__content {
max-width: none;
}

.esp-content__wrap .event-spotlight {
width: 100%;
max-width: 100%;
}

.esp-intro__spotlight .event-spotlight__title {
margin-bottom: 12px;
}

/* ── Buttons ───────────────────────────────────────────────────────────── */
.esp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 22px;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: .04em;
text-decoration: none;
transition: background .2s ease;
border-radius: 4px;
cursor: pointer;
border: none;
}
.esp-btn--primary { background: #0a0203; color: #fff; }
.esp-btn--primary:hover { background: #3a3a3a; color: #fff; }
.esp-btn--dark {
background: #815374;
color: #fff;
width: 100%;
text-align: center;
display: block;
padding: 16px 20px;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
line-height: 1.35;
letter-spacing: .08em;
border-radius: 2px;
}
.esp-btn--dark:hover { background: #6f4465; color: #fff; }

/* ── Info badge ────────────────────────────────────────────────────────── */
.esp-info-badge {
display: inline-block;
background: #815374;
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.15;
letter-spacing: 0;
padding: 12px 20px;
margin: 0 0 24px -40px;
}

/* ── Info card ─────────────────────────────────────────────────────────── */
.esp-info-card {
background: transparent;
border: 0;
padding: 0;
text-align: center;
}
.esp-info-card__title {
font-family: "Poppins", sans-serif;
font-size: 46px;
font-weight: 200;
line-height: 1.1;
color: #1f3142;
margin: 0 0 30px;
text-align: center;
}
.esp-info-card__meta-label {
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: .12em;
text-transform: uppercase;
color: #1f3142;
margin: 0 0 10px;
}
.esp-info-card__dates {
font-family: "Poppins", sans-serif;
font-size: 34px;
font-weight: 200;
line-height: 1.25;
color: #1f3142;
margin: 0 0 34px;
}
.esp-info-card__cta {
display: inline-block;
width: auto;
min-width: 290px;
margin: 0 0 30px;
}
.esp-info-card__phone a {
font-family: "Poppins", sans-serif;
font-size: 34px;
font-weight: 200;
line-height: 1.2;
color: #1f3142;
text-decoration: none;
}
.esp-info-card__phone a:hover { text-decoration: underline; }

/* ── Content section (Gutenberg blocks) ────────────────────────────────── */
.esp-content {
background: #fff;
padding: 0 0 60px;
}
.esp-content__wrap {
max-width: 1280px;
margin: 0 auto;
padding: 0 48px;
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
.esp-page--with-hero .esp-intro { margin-top: -130px; }
.esp-page--with-hero .esp-intro__wrap { padding-top: 32px; padding-bottom: 28px; }
.esp-intro__title { font-size: 36px; }
.esp-intro__right { flex: 0 0 300px; width: 300px; padding: 20px; }
.esp-info-badge { margin-left: -20px; }
}
@media (max-width: 768px) {
.esp-hero { height: 220px; margin-bottom: 0; }
.esp-hero--no-image { height: 48px; }
.esp-breadcrumbs__inner { padding: 0 20px; }
.esp-intro { padding: 32px 0; }
.esp-page--with-hero .esp-intro { margin-top: 0; }
.esp-page--with-hero .esp-intro__wrap {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: none;
-webkit-backdrop-filter: none;
padding-top: 0;
padding-bottom: 0;
}
.esp-intro__wrap { flex-direction: column; padding: 0 20px; gap: 32px; }
.esp-intro__right { flex: none; width: 100%; }
.esp-info-badge { margin-left: -20px; }
.esp-intro__title { font-size: 28px; }
.esp-content__wrap { padding: 0 20px; }
}