.cecile-events,
.cecile-event-single {
	--cecile-ink: var(--e-global-color-vamtam_accent_1, #191919);
	--cecile-paper: var(--e-global-color-vamtam_accent_4, #fefcf5);
	--cecile-panel: var(--e-global-color-vamtam_accent_5, #fff);
	--cecile-line: var(--e-global-color-vamtam_accent_7, rgba(0, 0, 0, .16));
	--cecile-soft: var(--e-global-color-vamtam_accent_2, #eeebe2);
	--cecile-chip-cream: rgba(250, 245, 236, .68);
	--cecile-chip-sage: rgba(213, 220, 186, .64);
	--cecile-chip-sand: rgba(218, 194, 158, .62);
	--cecile-chip-ink: rgba(48, 38, 27, .94);
	--cecile-font-title: var(--e-global-typography-vamtam_h2-font-family, Philosopher), Georgia, serif;
	--cecile-font-body: var(--e-global-typography-vamtam_primary_font-font-family, Helvetica), Arial, sans-serif;
	color: var(--cecile-ink);
	font-family: var(--cecile-font-body);
}

body.post-type-archive-cecile_event #sub-header,
body.single-cecile_event #sub-header,
body.cecile-events-page #sub-header {
	display: none;
}

.cecile-events {
	margin: 0 auto;
	max-width: min(1280px, calc(100% - 40px));
	padding: clamp(48px, 7vw, 110px) 0;
}

.cecile-events-kicker,
.cecile-event-single-kicker {
	border-top: 1px solid var(--cecile-ink);
	display: inline-flex;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1;
	margin-bottom: 18px;
	padding-top: 12px;
	text-transform: uppercase;
}

.cecile-events-heading {
	display: block;
	margin-bottom: clamp(34px, 5vw, 62px);
	max-width: 1120px;
}

.elementor-shortcode .cecile-events-listing .cecile-events-heading {
	margin-bottom: clamp(28px, 4vw, 46px);
}

/* Element 31052f4 */
#main .hentry .elementor-element-31052f4 {
	display: none;
}

.cecile-events-heading h2,
.cecile-event-single h1 {
	color: var(--cecile-ink);
	font-family: var(--cecile-font-title);
	font-size: clamp(38px, 6vw, 86px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: .96;
	margin: 0;
	text-transform: uppercase;
}

.cecile-events-heading p {
	color: rgba(25, 25, 25, .76);
	font-size: clamp(14px, 1.12vw, 16px);
	line-height: 1.72;
	margin: clamp(18px, 2.2vw, 28px) 0 0;
	max-width: 820px;
	padding: 0;
}

.cecile-event-filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 clamp(36px, 5vw, 64px);
}

.cecile-filter-mark {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	margin-right: 8px;
	min-height: 42px;
	width: 38px;
}

.cecile-filter-mark i {
	background: var(--cecile-ink);
	display: block;
	height: 1px;
	width: 100%;
}

.cecile-filter-mark i:nth-child(2) {
	width: 70%;
}

.cecile-filter-mark i:nth-child(3) {
	width: 42%;
}

.cecile-event-filters a {
	background-image: none !important;
	background: var(--cecile-panel);
	border: 1px solid var(--cecile-line);
	border-radius: 5px;
	box-shadow: none !important;
	color: var(--cecile-ink);
	display: inline-flex;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .11em;
	line-height: 1;
	padding: 14px 16px;
	text-decoration: none !important;
	text-decoration-line: none !important;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.cecile-event-filters a:hover,
.cecile-event-filters a.is-active {
	background-image: none !important;
	background: var(--cecile-ink);
	border-color: var(--cecile-ink);
	box-shadow: none !important;
	color: var(--cecile-panel);
	text-decoration: none !important;
	text-decoration-line: none !important;
	transform: translateY(-1px);
}

.cecile-event-filters a *,
.cecile-event-filters a:hover *,
.cecile-event-filters a.is-active * {
	background-image: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.cecile-events-tabs {
	display: grid;
	gap: clamp(26px, 4vw, 46px);
}

.cecile-events-tablist {
	border-radius: 5px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
}

.cecile-events-tablist button {
	appearance: none;
	background: var(--cecile-ink) !important;
	border: 1px solid var(--cecile-ink) !important;
	border-radius: 5px !important;
	color: #fff !important;
	cursor: pointer;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
	padding: 14px 17px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, text-decoration-color .2s ease, opacity .2s ease;
}

.cecile-events-tablist button:hover {
	background: #302018 !important;
	border-color: #302018 !important;
	color: #fff !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transform: translateY(-1px) scale(1.015);
}

.cecile-events-tablist button.is-active {
	background: var(--cecile-ink) !important;
	border-color: var(--cecile-ink) !important;
	color: #fff !important;
	opacity: 1;
	transform: translateY(-1px);
}

.cecile-events-tablist button:not(.is-active) {
	background: var(--cecile-ink) !important;
	color: #fff !important;
	opacity: .78;
}

.cecile-events-tab-panel[hidden] {
	display: none;
}

.cecile-events-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(18px, 2.2vw, 30px);
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cecile-event-card {
	background: var(--cecile-panel);
	border: 0;
	border-radius: 5px !important;
	height: 100%;
	margin: 0;
	min-width: 0;
	overflow: clip;
	position: relative;
	transition: transform .28s ease, box-shadow .28s ease;
}

.cecile-event-card:nth-child(3n + 2) {
	transform: none;
}

.cecile-event-card:hover {
	box-shadow: 0 24px 60px rgba(25, 25, 25, .09);
	transform: translateY(-4px);
}

.cecile-event-card:nth-child(3n + 2):hover {
	transform: translateY(-4px);
}

.cecile-event-card-link {
	color: inherit;
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
}

.cecile-event-card-media-link,
.cecile-event-card-title-link {
	color: inherit;
	display: block;
	text-decoration: none !important;
}

.cecile-event-card-media-link {
	height: 100%;
	position: relative;
	width: 100%;
}

.cecile-event-card-title-link:hover,
.cecile-event-card-title-link:focus {
	color: inherit;
	text-decoration: none !important;
}

.cecile-event-card-media {
	aspect-ratio: 4 / 3;
	background: var(--cecile-soft);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.cecile-event-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform .5s ease;
	width: 100%;
}

.cecile-event-card:hover .cecile-event-card-media img {
	transform: scale(1.06);
}

.cecile-event-card-media-badge {
	background: rgba(25, 25, 25, .72);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: #fff;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	padding: 8px 11px;
	position: absolute;
	right: 16px;
	text-transform: uppercase;
	top: 16px;
	z-index: 3;
}

.cecile-event-card-placeholder {
	align-items: center;
	color: rgba(25, 25, 25, .46);
	display: flex;
	font-family: var(--cecile-font-title);
	font-size: 22px;
	height: 100%;
	justify-content: center;
	text-transform: uppercase;
}

.cecile-event-card-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
	padding: 26px 24px 24px;
}

.cecile-event-meta {
	color: rgba(25, 25, 25, .62);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 600;
	gap: 8px 14px;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.cecile-event-meta span + span::before {
	content: "/";
	margin-right: 14px;
}

.cecile-event-card h3 {
	color: var(--cecile-ink);
	font-family: var(--cecile-font-title);
	font-size: clamp(20px, 1.8vw, 27px);
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
	text-transform: uppercase;
}

.cecile-event-production,
.cecile-event-excerpt {
	margin: 0;
}

.cecile-event-production {
	font-weight: 600;
}

.cecile-event-excerpt {
	color: rgba(25, 25, 25, .72);
	line-height: 1.65;
}

.cecile-event-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.cecile-event-badges-overlay {
	bottom: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	left: 16px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.cecile-chip {
	-webkit-backdrop-filter: blur(14px) saturate(1.08);
	align-items: center;
	backdrop-filter: blur(14px) saturate(1.08);
	border-radius: 5px;
	box-shadow: 0 12px 30px rgba(25, 25, 25, .08);
	display: inline-flex;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 9px;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	letter-spacing: .11em;
	line-height: 1;
	min-height: 32px;
	min-width: 0;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

a.cecile-chip:hover,
a.cecile-chip:focus {
	color: inherit;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.cecile-chip__label {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cecile-chip svg {
	fill: currentColor;
	flex: 0 0 auto;
	height: 15px;
	width: 15px;
}

.cecile-chip--service {
	background: var(--cecile-chip-cream);
	border: 1px solid rgba(255, 255, 255, .42);
	color: #31281d;
}

.cecile-chip--service:nth-child(3n + 2) {
	background: var(--cecile-chip-sage);
	color: #27301d;
}

.cecile-chip--service:nth-child(3n + 3) {
	background: var(--cecile-chip-sand);
	color: #342719;
}

.cecile-event-badges-overlay .cecile-chip {
	border-color: rgba(255, 255, 255, .34);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
	font-size: 9px;
	height: 32px;
	padding: 8px 10px;
}

.cecile-event-badges-overlay .cecile-chip--service:nth-child(3n + 2) {
	background: rgba(213, 220, 186, .66);
}

.cecile-event-badges-overlay .cecile-chip--service:nth-child(3n + 3) {
	background: rgba(218, 194, 158, .66);
}

.cecile-chip--location {
	background: var(--cecile-chip-ink);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fbf5ec !important;
}

.cecile-chip--context {
	background: rgba(250, 245, 236, .68);
	border: 1px solid rgba(74, 59, 42, .18);
	color: #32281d;
}

.cecile-event-card-facts {
	align-items: end;
	bottom: 16px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	left: 16px;
	position: absolute;
	right: 16px;
	z-index: 3;
}

.cecile-event-card-facts.has-location:not(.has-context) .cecile-event-location-overlay {
	grid-column: 2;
}

.cecile-event-card-facts.has-context:not(.has-location) .cecile-event-context-overlay {
	grid-column: 1;
}

.cecile-event-location-overlay {
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
	color: #fbf5ec !important;
	font-size: 10px;
	height: 38px;
	justify-self: end;
	max-width: 100%;
	padding: 9px 11px;
	width: auto;
}

.cecile-event-context-overlay {
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
	font-size: 11px;
	height: 52px;
	width: 100%;
}

.cecile-event-location-single {
	background: var(--cecile-chip-ink);
	border-color: rgba(48, 38, 27, .22);
	color: #fbf5ec !important;
	font-size: 9px;
	height: 34px;
	max-width: min(100%, 520px);
	min-height: 34px;
	padding: 8px 10px;
}

.cecile-event-context-single {
	background: #d6bf9d;
	border-color: rgba(74, 59, 42, .18);
	color: #342719;
	max-width: min(100%, 520px);
}

.cecile-event-single-chipboard {
	display: grid;
	gap: 14px;
	margin-top: clamp(24px, 3vw, 40px);
}

.cecile-event-badges-single {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	max-width: 760px;
}

.cecile-event-badges-single .cecile-chip {
	height: 34px;
}

.cecile-event-single-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	max-width: 540px;
}

.cecile-event-single-facts .cecile-chip {
	height: 34px;
}

.cecile-chip--location svg,
.cecile-chip--location .cecile-chip__label,
a.cecile-chip--location,
a.cecile-chip--location:hover,
a.cecile-chip--location:focus {
	color: #fbf5ec !important;
	fill: currentColor;
	text-decoration: none !important;
}

.cecile-event-card-cta,
.cecile-event-back {
	align-items: center;
	color: var(--cecile-ink);
	display: inline-flex;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: .03em;
	margin-top: auto;
	text-decoration: none !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: color .22s ease, transform .22s ease, text-decoration-color .22s ease;
}

.cecile-event-card-cta:hover,
.cecile-event-card-cta:focus,
.cecile-event-back:hover,
.cecile-event-back:focus {
	color: var(--cecile-ink);
	text-decoration: underline !important;
	transform: translateY(-1px);
}

.cecile-event-card-cta::after,
.cecile-event-back::before {
	content: "";
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	display: inline-block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
}

.cecile-event-back::before {
	transform: rotate(-135deg);
}

.cecile-events-empty {
	background: var(--cecile-panel);
	border: 1px solid var(--cecile-line);
	padding: 28px;
}

.cecile-event-single {
	background: linear-gradient(180deg, var(--cecile-paper), var(--cecile-panel) 58%, var(--cecile-paper));
	padding: clamp(36px, 6vw, 82px) 0 clamp(60px, 8vw, 120px);
}

.cecile-event-single-inner {
	margin: 0 auto;
	max-width: min(1280px, calc(100% - 40px));
}

.cecile-event-hero {
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(0, .95fr) minmax(320px, .82fr);
	margin-bottom: clamp(44px, 7vw, 96px);
	min-height: clamp(520px, 62vw, 760px);
}

.cecile-event-hero.is-text-only {
	grid-template-columns: 1fr;
	min-height: 0;
}

.cecile-event-hero-copy {
	align-self: center;
}

.cecile-event-back {
	margin-bottom: 28px;
}

.cecile-event-single .cecile-event-meta {
	margin: 20px 0 0;
}

.cecile-event-single-description {
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.75;
	margin-top: 28px;
	max-width: 660px;
}

.cecile-event-cover {
	align-self: stretch;
	background: var(--cecile-soft);
	border-radius: 3px;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.cecile-event-cover img,
.cecile-event-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cecile-event-cover-video,
.cecile-event-cover-video .cecile-event-media-item,
.cecile-event-cover-video .cecile-event-video-frame,
.cecile-event-cover-video iframe,
.cecile-event-cover-video video {
	height: 100%;
}

.cecile-event-cover-video .cecile-event-media-item {
	margin: 0;
}

.cecile-event-media-sections {
	display: grid;
	gap: clamp(40px, 6vw, 74px);
}

.cecile-event-media-section {
	min-width: 0;
}

.cecile-event-gallery-heading {
	align-items: end;
	border-top: 1px solid var(--cecile-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-top: 24px;
}

.cecile-event-gallery-heading h2 {
	font-family: var(--cecile-font-title);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.cecile-event-gallery-heading span {
	color: rgba(25, 25, 25, .58);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.cecile-event-gallery {
	display: grid;
	gap: clamp(8px, 1vw, 14px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cecile-event-gallery a {
	background: var(--cecile-soft);
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.cecile-event-video-grid {
	display: grid;
	gap: clamp(12px, 1.4vw, 18px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cecile-event-media-item {
	background: #141414;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}

.cecile-event-media-item {
	aspect-ratio: 16 / 9;
}

.cecile-event-media-item.is-wide {
	grid-column: 1 / -1;
}

.cecile-event-media-item a,
.cecile-event-video-frame,
.cecile-event-video-frame > div,
.cecile-event-video-frame .wp-video,
.cecile-event-video-frame .wp-video-shortcode,
.cecile-event-video-frame .mejs-container,
.cecile-event-video-frame .mejs-inner,
.cecile-event-video-frame .mejs-mediaelement,
.cecile-event-video-frame iframe,
.cecile-event-video-frame video {
	display: block;
	height: 100%;
	width: 100%;
}

.cecile-event-video-frame .wp-video,
.cecile-event-video-frame .wp-video-shortcode,
.cecile-event-video-frame .mejs-container {
	height: 100% !important;
	max-width: none !important;
	width: 100% !important;
}

.cecile-event-video-frame iframe,
.cecile-event-video-frame .mejs-mediaelement video,
.cecile-event-video-frame video {
	border: 0;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.cecile-event-video-frame .mejs-overlay,
.cecile-event-video-frame .mejs-poster {
	height: 100% !important;
	width: 100% !important;
}

.cecile-event-video-frame--embed iframe {
	height: 100% !important;
	width: 100% !important;
}

.cecile-event-video-fallback {
	align-items: center;
	background: linear-gradient(180deg, rgba(25, 25, 25, .92), rgba(25, 25, 25, .78));
	color: #fff;
	display: flex;
	font-family: "Inter Tight", var(--cecile-font-body);
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: .06em;
	padding: 24px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.cecile-event-gallery a {
	aspect-ratio: 4 / 5;
}

.cecile-event-gallery img {
	transition: transform .45s ease, filter .45s ease;
}

.cecile-event-gallery a:hover img {
	filter: saturate(1.04) contrast(1.03);
	transform: scale(1.045);
}

.cecile-lightbox {
	align-items: center;
	background: rgba(15, 15, 15, .92);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

.cecile-lightbox.is-open {
	display: flex;
}

.cecile-lightbox figure {
	margin: 0;
	max-height: 92vh;
	max-width: min(1120px, 86vw);
}

.cecile-lightbox img {
	display: block;
	max-height: 84vh;
	max-width: 100%;
	object-fit: contain;
}

.cecile-lightbox figcaption {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

.cecile-lightbox button {
	background: #fff;
	border: 0;
	color: #191919;
	cursor: pointer;
	font-size: 34px;
	height: 48px;
	line-height: 1;
	padding: 0;
	position: absolute;
	width: 48px;
}

.cecile-lightbox-close {
	right: 22px;
	top: 22px;
}

.cecile-lightbox-prev {
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.cecile-lightbox-next {
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.cecile-lightbox-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.cecile-events-heading,
	.cecile-event-hero {
		grid-template-columns: 1fr;
	}

	.cecile-event-hero {
		min-height: 0;
	}

	.cecile-events-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cecile-event-card:nth-child(3n + 2),
	.cecile-event-card:nth-child(3n + 2):hover {
		transform: none;
	}

	.cecile-event-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cecile-event-video-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cecile-event-badges-single {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.cecile-events {
		max-width: calc(100% - 28px);
		overflow-wrap: anywhere;
		padding: 42px 0;
	}

	.cecile-events-heading {
		gap: 18px;
		margin-bottom: 26px;
	}

	.cecile-events-description {
		max-width: 100%;
	}

	.cecile-events-grid,
	.cecile-event-gallery,
	.cecile-event-video-grid {
		grid-template-columns: 1fr;
	}

	.cecile-event-media-item,
	.cecile-event-media-item.is-wide {
		grid-column: auto;
	}

	.cecile-event-card,
	.cecile-event-card-link,
	.cecile-event-featured,
	.cecile-event-hero {
		min-width: 0;
	}

	.cecile-event-card-body {
		padding: 18px;
	}

	.cecile-event-badges-overlay,
	.cecile-event-card-facts,
	.cecile-event-badges-single,
	.cecile-event-single-facts {
		grid-template-columns: 1fr;
	}

	.cecile-event-card-facts.has-location:not(.has-context) .cecile-event-location-overlay,
	.cecile-event-card-facts.has-context:not(.has-location) .cecile-event-context-overlay {
		grid-column: auto;
	}

	.cecile-event-badges-overlay .cecile-chip,
	.cecile-event-location-overlay,
	.cecile-event-context-overlay {
		height: 40px;
		max-width: 100%;
	}

	.cecile-event-gallery-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cecile-lightbox-prev,
	.cecile-lightbox-next {
		bottom: 22px;
		top: auto;
		transform: none;
	}

	.cecile-event-card-cta,
	.cecile-event-back {
		justify-content: center;
		text-align: center;
	}
}
