.rcm-calendar-featured {
	width: 100%;
	margin: 0 0 43px;
}

.rcm-calendar-featured__shell {
	width: min(1263px, calc(100% - 32px));
	margin: 0 auto;
}

.rcm-calendar-featured__hero {
	position: relative;
	isolation: isolate;
	min-height: 463px;
	overflow: hidden;
	border-radius: 6px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.rcm-calendar-featured__hero-backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: inherit;
}

.rcm-calendar-featured__hero-media {
	position: absolute;
	inset: 0;
	background-color: #0e1626;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.015);
}

.rcm-calendar-featured__hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.78);
}

.rcm-calendar-featured__hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
	width: 800px;
	padding: 76px 20px 40px 55px;
	color: #fff;
	box-sizing: border-box;
}

.rcm-calendar-featured__hero-date {
	margin-bottom: 13px;
	font-family: Manrope, sans-serif;
	font-size: 19.295px;
	font-weight: 700;
	line-height: 1;
	color: #f2f2f2;
	text-transform: uppercase;
	word-break: break-word;
}

.rcm-calendar-featured__hero-title {
	width: 600px;
	max-width: 100%;
	margin: 0 0 25px;
	/* Adjusted to Figma */
	font-family: Manrope, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.12;
	/* 33.6px / 30px */
	color: #fff;
	word-break: break-word;
}

.rcm-calendar-featured__hero-meta {
	display: flex;
	align-items: stretch;
	gap: 23px;
	margin-bottom: 24px;
	width: 600px;
	max-width: 100%;
}

.rcm-calendar-featured__hero-meta-col {
	display: flex;
	flex-direction: column;
}

.rcm-calendar-featured__hero-divider {
	width: 1px;
	min-height: 52px;
	background: rgba(255, 255, 255, 0.18);
}

.rcm-calendar-featured__hero-venue,
.rcm-calendar-featured__hero-detail {
	font-family: Manrope, sans-serif;
	font-size: 23.755px;
	line-height: 1.428;
	/* 33.936px / 23.755px */
	color: #cbcbcb;
	white-space: normal;
	word-break: break-word;
}

.rcm-calendar-featured__hero-venue {
	font-weight: 600;
}

.rcm-calendar-featured__hero-detail {
	font-weight: 400;
}

.rcm-calendar-featured__hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 171.63px;
	min-width: 171.63px;
	height: 50px;
	border-radius: 13px;
	background: #7153b0;
	font-family: Manrope, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.rcm-calendar-featured__hero-button:hover,
.rcm-calendar-featured__hero-button:focus-visible {
	background: #6849aa;
	color: #fff;
}

.rcm-calendar-featured__section-head {
	width: 100%;
	max-width: 100%;
	margin: 17px auto 26px;
	padding-top: 50px;
}

.rcm-calendar-featured__section-head-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 9px;
}

.rcm-calendar-featured__section-title {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.344;
	color: #183354;
}

.rcm-calendar-featured__pager {
	display: none;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	padding: 4px 6px;
	border: 1px solid #e3e8f2;
	border-radius: 999px;
	background: #f8faff;
}

.rcm-calendar-featured__pager-label {
	min-width: 56px;
	color: #5e6880;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
}

.rcm-calendar-featured__pager-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d7deec;
	border-radius: 999px;
	background: #fff;
	color: #5e6880;
	text-decoration: none;
}

.rcm-calendar-featured__pager-btn[aria-disabled="true"] {
	background: #f6f7fb;
	border-color: #e2e7f2;
	color: #b6bfd2;
	pointer-events: none;
}

.rcm-calendar-featured__pager-btn--next {
	background: linear-gradient(180deg, #7c61c6 0%, #6a4fb4 100%);
	border-color: #6a4fb4;
	color: #fff;
	box-shadow: 0 6px 14px rgba(113, 83, 176, 0.28);
}

.rcm-calendar-featured__pager-btn--next[aria-disabled="true"] {
	background: #f6f7fb;
	border-color: #e2e7f2;
	color: #b6bfd2;
	box-shadow: none;
}

.rcm-calendar-featured__pager-icon {
	width: 12px;
	height: 12px;
	display: inline-flex;
}

.rcm-calendar-featured__pager-icon::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.rcm-calendar-featured__pager-btn--prev .rcm-calendar-featured__pager-icon::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M10.78 2.97a.75.75 0 0 1 0 1.06L6.81 8l3.97 3.97a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 0z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M10.78 2.97a.75.75 0 0 1 0 1.06L6.81 8l3.97 3.97a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 0z'/%3E%3C/svg%3E");
}

.rcm-calendar-featured__pager-btn--next .rcm-calendar-featured__pager-icon::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5.22 13.03a.75.75 0 0 1 0-1.06L9.19 8 5.22 4.03a.75.75 0 1 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5.22 13.03a.75.75 0 0 1 0-1.06L9.19 8 5.22 4.03a.75.75 0 1 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0z'/%3E%3C/svg%3E");
}

.rcm-calendar-featured__rule {
	position: relative;
	height: 5px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.rcm-calendar-featured__rule-accent {
	position: absolute;
	left: 0;
	top: -1px;
	width: 40px;
	height: 5px;
	background: #7153b0;
}

.rcm-calendar-featured__rule-notch {
	position: absolute;
	left: 36px;
	top: -1.5px;
	width: 10px;
	height: 6px;
	background: #fff;
	-webkit-mask-image: url('../../assets/images/notch-mask.svg');
	mask-image: url('../../assets/images/notch-mask.svg');
	-webkit-mask-size: 10px 6px;
	mask-size: 10px 6px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}

.rcm-calendar-featured__grid {
	display: grid;
	grid-template-columns: 1fr 2.1fr 1fr;
	gap: 22px;
	align-items: start;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.rcm-calendar-featured__column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rcm-calendar-featured__card {
	min-width: 0;
	min-height: 0;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 21px 34px rgba(18, 42, 73, 0.06);
}

.rcm-calendar-featured__card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.rcm-calendar-featured__card-image {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	min-width: 0;
	min-height: 200px;
	flex-shrink: 0;
	background-color: #dde3ea;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4.863px 4.863px 0 0;
}

.rcm-calendar-featured__card-image--large {
	width: 100%;
	height: 410px;
	min-height: 410px;
	border-radius: 10.181px 10.181px 0 0;
}

/* Beat Elementor `.elementor img { height: auto; max-width: 100% }` — fill frame, cover crop */
.elementor img.rcm-calendar-featured__card-thumb,
.rcm-calendar-featured .rcm-calendar-featured__card-image .rcm-calendar-featured__card-thumb {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
}

.rcm-calendar-featured__eyebrow {
	display: none;
	margin: 0;
}

.rcm-calendar-featured__large-venue-plain {
	display: none;
	margin: 0;
}

.rcm-calendar-featured__card-body {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 33px 24px 18.43px 18px;
	min-height: 127px;
	margin-top: -13px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.rcm-calendar-featured__card-body--large {
	grid-template-columns: 55px minmax(0, 1fr);
	gap: 29px;
	padding: 43px 49px 43.4px 39px;
	min-height: 266px;
	margin-top: -39px;
}

.rcm-calendar-featured__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2px;
}

.rcm-calendar-featured__date--large {
	padding-top: 10px;
}

.rcm-calendar-featured__date-month {
	font-family: Manrope, sans-serif;
	font-size: 9.217px;
	font-weight: 700;
	line-height: 1.333;
	color: #7153b0;
	text-transform: uppercase;
}

.rcm-calendar-featured__date-day {
	font-family: Manrope, sans-serif;
	font-size: 23.042px;
	font-weight: 700;
	line-height: 1;
	color: #183354;
}

.rcm-calendar-featured__date--large .rcm-calendar-featured__date-month {
	font-size: 19.295px;
	line-height: 1.333;
}

.rcm-calendar-featured__date--large .rcm-calendar-featured__date-day {
	font-size: 48.239px;
}

.rcm-calendar-featured__copy {
	min-width: 0;
}

.rcm-calendar-featured__card-title {
	margin: 0 0 6px;
	font-family: Manrope, sans-serif;
	font-size: 14.589px;
	font-weight: 700;
	line-height: 1.222;
	/* 17.831 / 14.589 */
	color: #183354;
	word-break: break-word;
}

.rcm-calendar-featured__card-title--large {
	width: 410px;
	max-width: 100%;
	margin-bottom: 22px;
	font-size: 32px;
	line-height: 1.12;
	word-break: break-word;
}

.rcm-calendar-featured__venue,
.rcm-calendar-featured__meta {
	font-family: Manrope, sans-serif;
	font-size: 11.347px;
	line-height: 1.428;
	/* 16.21px / 11.347px */
	color: #6d757f;
	word-break: break-word;
}

.rcm-calendar-featured__venue {
	margin-bottom: 1px;
	font-weight: 600;
}

.rcm-calendar-featured__meta {
	font-weight: 400;
}

.rcm-calendar-featured__large-meta {
	display: flex;
	align-items: stretch;
	gap: 30px;
}

.rcm-calendar-featured__large-meta-col {
	display: flex;
	flex-direction: column;
}

.rcm-calendar-featured__large-divider {
	width: 1px;
	min-height: 65px;
	background: #d9d9d9;
}

.rcm-calendar-featured__large-venue,
.rcm-calendar-featured__large-detail {
	font-family: Manrope, sans-serif;
	font-size: 24.5px;
	line-height: 1.4;
	color: #6d757f;
	word-break: break-word;
}

.rcm-calendar-featured__large-venue {
	margin-bottom: 1px;
	font-weight: 600;
}

.rcm-calendar-featured__large-detail {
	font-weight: 400;
}

@media (max-width: 1279px) {
	.rcm-calendar-featured__shell {
		width: min(1236px, calc(100% - 24px));
	}

	.rcm-calendar-featured__section-head,
	.rcm-calendar-featured__grid {
		width: 100%;
	}

	.rcm-calendar-featured__grid {
		grid-template-columns: 1fr 1.65fr 1fr;
	}
}

@media (max-width: 991px) {
	.rcm-calendar-featured {}

	.rcm-calendar-featured__hero {
		min-height: 320px;
		background: #fbf9f9;
	}

	.rcm-calendar-featured__hero-overlay {
		display: none;
	}

	.rcm-calendar-featured__hero-copy {
		padding: 40px 20px 50px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		box-sizing: border-box;
		background: #fff;
		color: #111;
		border-radius: 12px;
		box-shadow: 0 6px 24px rgba(18, 42, 73, 0.1);
	}

	.rcm-calendar-featured__hero-date {
		color: #6b7280;
	}

	.rcm-calendar-featured__hero-title {
		width: auto;
		font-size: 26px;
		color: #111;
	}

	.rcm-calendar-featured__hero-meta {
		flex-wrap: wrap;
		gap: 14px 18px;
	}

	.rcm-calendar-featured__hero-divider {
		display: none;
	}

	.rcm-calendar-featured__hero-venue,
	.rcm-calendar-featured__hero-detail {
		white-space: normal;
		font-size: 18px;
		color: #374151;
	}

	.rcm-calendar-featured__section-head {
		margin-top: 0px;
	}

	/* Narrow card grid: see max-width 1024px rules (vertical list). */

	.rcm-calendar-featured__date--large {
		padding-top: 2px;
	}

	.rcm-calendar-featured__date--large .rcm-calendar-featured__date-month {
		font-size: 9.217px;
	}

	.rcm-calendar-featured__date--large .rcm-calendar-featured__date-day {
		font-size: 23.042px;
	}

	.rcm-calendar-featured__card-title--large {
		font-size: 16px;
		margin-bottom: 6px;
		line-height: 1.25;
	}

	.rcm-calendar-featured__large-meta {
		flex-direction: column;
		gap: 0;
	}

	.rcm-calendar-featured__large-venue,
	.rcm-calendar-featured__large-detail {
		font-size: 11.347px;
		line-height: 1.428;
	}

	.rcm-calendar-featured__large-venue {
		margin-bottom: 1px;
	}

	.rcm-calendar-featured__large-divider {
		display: none;
	}
}

@media (max-width: 640px) {
	.rcm-calendar-featured__shell {
		width: calc(100% - 20px);
	}

	/* Hero slider: poster + white detail card (mobile) */
	.rcm-calendar-featured__slider {
		min-height: 0;
		background: #fbf9f9;
		overflow: visible;
		box-sizing: border-box;
		padding-bottom: 0;
		border-radius: 0;
	}

	.rcm-calendar-featured__slide:not(.rcm-calendar-featured__slide--active) .rcm-calendar-featured__hero {
		height: 100%;
		min-height: 0;
	}

	.rcm-calendar-featured__slide:not(.rcm-calendar-featured__slide--active) .rcm-calendar-featured__hero-backdrop {
		flex: 1 1 auto;
		min-height: 200px;
		aspect-ratio: unset;
		max-height: none;
	}

	.rcm-calendar-featured__slide--active .rcm-calendar-featured__hero {
		height: auto;
		min-height: 0;
	}

	.rcm-calendar-featured__hero {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		min-height: 0;
		border-radius: 12px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 10px 30px rgba(18, 42, 73, 0.08);
	}

	.rcm-calendar-featured__hero-backdrop {
		position: relative;
		inset: auto;
		z-index: 0;
		width: 100%;
		flex: 0 0 auto;
		aspect-ratio: 3 / 4;
		max-height: 58vh;
		min-height: 200px;
		overflow: hidden;
		border-radius: 0;
	}

	.rcm-calendar-featured__hero-media {
		transform: none;
		border-radius: 0;
	}

	.rcm-calendar-featured__hero-overlay {
		display: none;
	}

	.rcm-calendar-featured__hero-copy {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: none;
		padding: 18px 16px 20px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		box-sizing: border-box;
		background: #fff;
		color: #111;
	}

	.rcm-calendar-featured__hero-date {
		margin-bottom: 8px;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.06em;
		color: #6b7280;
		text-transform: uppercase;
	}

	.rcm-calendar-featured__hero-title {
		width: 100%;
		max-width: none;
		margin: 0 0 16px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.25;
		color: #111;
	}

	.rcm-calendar-featured__hero-meta {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 14px;
		width: 100%;
		max-width: none;
		margin-bottom: 18px;
	}

	.rcm-calendar-featured__hero-meta-col {
		flex: 1;
		min-width: 0;
		gap: 0;
	}

	.rcm-calendar-featured__hero-meta-col .rcm-calendar-featured__hero-venue + .rcm-calendar-featured__hero-detail {
		margin-top: 4px;
	}

	.rcm-calendar-featured__hero-divider {
		display: block !important;
		flex: 0 0 1px;
		width: 1px;
		min-width: 1px;
		align-self: stretch;
		min-height: 3.5em;
		background: #e5e1db;
	}

	.rcm-calendar-featured__hero-venue,
	.rcm-calendar-featured__hero-detail {
		font-size: 14px;
		line-height: 1.35;
		color: #111;
		white-space: normal;
	}

	.rcm-calendar-featured__hero-venue {
		font-weight: 600;
	}

	.rcm-calendar-featured__hero-detail {
		font-weight: 400;
	}

	.rcm-calendar-featured__hero-button {
		align-self: stretch;
		width: 100%;
		max-width: none;
		min-width: 0;
		height: 48px;
		border-radius: 12px;
		font-size: 16px;
		font-weight: 700;
	}

	.rcm-calendar-featured__section-title {
		font-size: 22px;
	}

	.rcm-calendar-featured__grid {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		scroll-padding-left: 10px;
		scroll-padding-right: 10px;
	}

	.rcm-calendar-featured__card-body,
	.rcm-calendar-featured__card-body--large {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
		flex: 1 1 auto;
		overflow: hidden;
		margin-top: 0;
		border-radius: 0;
	}

}

/* --- Slider & Hero Subtitle Enhancements --- */

.rcm-calendar-featured__hero-subtitle {
	margin-bottom: 12px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	background: rgba(113, 83, 176, 0.85);
	/* brand purple */
	padding: 6px 16px;
	border-radius: 30px;
	/* pill shape */
	display: inline-block;
	text-transform: uppercase;
	backdrop-filter: blur(4px);
	word-break: break-word;
	max-width: 100%;
	box-sizing: border-box;
}

.rcm-calendar-featured__slider {
	position: relative;
	border-radius: 6px;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}

@media (min-width: 641px) {
	.rcm-calendar-featured__slider {
		overflow: hidden;
		min-height: 463px;
		background: #000;
	}
}

.rcm-calendar-featured__slider-track {
	position: relative;
	width: 100%;
	height: 100%;
}

.rcm-calendar-featured__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
	z-index: 1;
}

.rcm-calendar-featured__slide--active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

/* Dot row under hero image (desktop / tablet only — see --in-copy for mobile) */
.rcm-calendar-featured__slider-dots--docked {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	z-index: 10;
}

.rcm-calendar-featured__slider-dots--in-copy {
	display: none;
}

.rcm-calendar-featured__slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rcm-calendar-featured__slider-dot:focus {
	outline: none;
}

.rcm-calendar-featured__slider-dot:focus-visible {
	outline: 2px solid #c4b5e8;
	outline-offset: 3px;
	box-shadow: 0 0 0 2px rgba(113, 83, 176, 0.35);
}

.rcm-calendar-featured__slider-dot--active {
	background: #fff;
	width: 28px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.rcm-calendar-featured__slider-dot--active:focus-visible {
	outline-color: #fff;
	box-shadow: 0 0 0 2px rgba(113, 83, 176, 0.55), 0 0 8px rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
	.rcm-calendar-featured__slider-dots--docked {
		bottom: 16px;
	}
}

@media (max-width: 640px) {
	.rcm-calendar-featured__hero-subtitle {
		font-size: 14px;
	}

	.rcm-calendar-featured__slider-dots--docked {
		display: none !important;
	}

	.rcm-calendar-featured__slider-dots--in-copy {
		display: flex;
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
		z-index: 3;
		margin-top: 16px;
		align-self: stretch;
		width: 100%;
		max-width: none;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 8px 16px;
		min-height: 36px;
		box-sizing: border-box;
		background: #f3f4f8;
		border: 1px solid rgba(24, 51, 84, 0.12);
		border-radius: 999px;
		box-shadow: none;
		flex-wrap: wrap;
	}

	.rcm-calendar-featured__slider-dots--in-copy .rcm-calendar-featured__slider-dot {
		flex-shrink: 0;
		width: 9px;
		height: 9px;
		background: #9ca8bc;
		opacity: 1;
	}

	.rcm-calendar-featured__slider-dots--in-copy .rcm-calendar-featured__slider-dot:focus-visible {
		outline: 2px solid #7153b0;
		outline-offset: 2px;
		box-shadow: 0 0 0 2px rgba(113, 83, 176, 0.25);
	}

	.rcm-calendar-featured__slider-dots--in-copy .rcm-calendar-featured__slider-dot--active {
		width: 24px;
		height: 9px;
		border-radius: 999px;
		background: #7153b0;
		box-shadow: none;
	}

	.rcm-calendar-featured__slider-dots--in-copy .rcm-calendar-featured__slider-dot--active:focus-visible {
		outline-color: #4a3482;
		box-shadow: 0 0 0 2px rgba(113, 83, 176, 0.35);
	}
}

/* Mobile / tablet: event-app style rows — thumbnail, copy, heart */
@media (max-width: 1024px) {
	.rcm-calendar-featured {
		margin-bottom: 28px;
	}

	.rcm-calendar-featured__shell {
		border-radius: 0;
		padding: 8px 12px 20px;
		box-sizing: border-box;
	}

	.rcm-calendar-featured__section-head {
		padding-top: 24px;
		margin-bottom: 16px;
	}

	.rcm-calendar-featured__section-head-top {
		align-items: flex-start;
	}

	.rcm-calendar-featured__pager {
		display: none !important;
	}

	.rcm-calendar-featured__eyebrow {
		display: block;
		margin: 0 0 4px;
		font-family: Manrope, sans-serif;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.35;
		color: #6b7280;
	}

	.rcm-calendar-featured__large-venue-plain {
		display: block;
		margin: 0 0 4px;
		font-family: Manrope, sans-serif;
		font-size: 14px;
		line-height: 1.35;
		color: #6b7280;
	}

	.rcm-calendar-featured__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 0;
		padding: 0;
		overflow: visible;
		scroll-snap-type: none;
	}

	.rcm-calendar-featured__column {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.rcm-calendar-featured__card,
	.rcm-calendar-featured__card--large {
		flex: initial;
		max-width: none;
		border: none;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		border-bottom: 1px solid #e5e1db;
	}

	.rcm-calendar-featured__card-link {
		display: grid;
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 12px;
		align-items: center;
		padding: 14px 0;
		box-sizing: border-box;
	}

	.rcm-calendar-featured__card-image,
	.rcm-calendar-featured__card-image--large {
		display: block;
		box-sizing: border-box;
		width: 100px;
		height: 100px;
		min-width: 100px;
		min-height: 100px;
		flex-shrink: 0;
		border-radius: 10px;
		overflow: hidden;
	}

	.rcm-calendar-featured__card-body,
	.rcm-calendar-featured__card-body--large {
		display: flex;
		flex-direction: column;
		gap: 4px;
		grid-template-columns: unset;
		padding: 0;
		margin: 0;
		min-height: 0;
		background: transparent;
	}

	.rcm-calendar-featured__date,
	.rcm-calendar-featured__date--large {
		display: none !important;
	}

	.rcm-calendar-featured__card-title,
	.rcm-calendar-featured__card-title--large {
		order: 1;
		width: auto;
		max-width: none;
		margin: 0 0 4px;
		color: #111;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
	}

	.rcm-calendar-featured__copy .rcm-calendar-featured__eyebrow,
	.rcm-calendar-featured__copy--large .rcm-calendar-featured__eyebrow {
		order: 2;
	}

	.rcm-calendar-featured__venue,
	.rcm-calendar-featured__meta,
	.rcm-calendar-featured__large-venue,
	.rcm-calendar-featured__large-detail {
		order: 3;
		color: #6b7280;
		font-size: 14px;
		line-height: 1.35;
	}

	.rcm-calendar-featured__copy--large .rcm-calendar-featured__large-venue-plain {
		order: 3;
	}

	.rcm-calendar-featured__meta {
		display: none;
	}

	.rcm-calendar-featured__large-meta {
		display: none !important;
	}

	.rcm-calendar-featured__large-divider {
		display: none;
	}

	.rcm-calendar-featured__copy,
	.rcm-calendar-featured__copy--large {
		display: flex;
		flex-direction: column;
		min-width: 0;
	}
}

@media (min-width: 1025px) {
	.rcm-calendar-featured__pager {
		display: none !important;
	}
}

@media (max-width: 767px) {
	/* Extra space before the “All Events” list (calendar second section) */
	.rcm-calendar-featured {
		margin-bottom: 48px;
	}

	.rcm-calendar-featured__card-title,
	.rcm-calendar-featured__card-title--large {
		font-size: 18px;
	}
}
