.rcm-weekend-roundup,
.rcm-weekend-roundup * {
	box-sizing: border-box;
}

.rcm-weekend-roundup {
	padding: 18px 0 80px;
	background: #fff;
}

.rcm-weekend-roundup__shell {
	width: calc(100% - 32px) !important;
	max-width: 1441px !important;
	margin: 0 auto !important;
}

.rcm-weekend-roundup__hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 486px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #0e1626;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rcm-weekend-roundup__hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.76);
}

.rcm-weekend-roundup__hero-copy {
	position: relative;
	z-index: 2;
	width: min(420px, 100%);
	padding: 40px 20px 40px 56px;
	color: #fff;
}

.rcm-weekend-roundup__hero-date {
	margin: 0 0 7px;
	font-family: Manrope, sans-serif;
	font-size: 19.3px;
	font-weight: 700;
	line-height: 1;
}

.rcm-weekend-roundup__hero-title {
	margin: 0 0 9px;
	font-family: Manrope, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0.01em;
}

.rcm-weekend-roundup__hero-venue,
.rcm-weekend-roundup__hero-meta {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 23.75px;
	line-height: 1.428;
	color: #f2f2f2;
}

.rcm-weekend-roundup__hero-venue {
	font-weight: 600;
}

.rcm-weekend-roundup__hero-meta {
	margin-top: 2px;
	font-weight: 400;
}

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

.rcm-weekend-roundup__hero-button:hover,
.rcm-weekend-roundup__hero-button:focus {
	background: #6344a8;
	color: #fff;
}

.rcm-weekend-roundup__intro {
	padding: 25px 20px 14px;
	text-align: center;
}

.rcm-weekend-roundup__intro-title {
	margin: 26px 0 26px;
	color: #242565;
	font-family: Manrope, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.08;
}

.rcm-weekend-roundup__intro-copy {
	width: min(711px, 100%);
	margin: 0 auto;
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-transform: capitalize;
}

.rcm-weekend-roundup__intro-copy a {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.rcm-weekend-roundup__intro-calendar-label {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.rcm-weekend-roundup__intro-note {
	margin: 32px 0 0;
	color: #7153b0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	line-height: 22px;
}

.rcm-weekend-roundup__section {
	margin-top: 32px;
}

.rcm-weekend-roundup__section + .rcm-weekend-roundup__section {
	margin-top: 72px;
}

.rcm-weekend-roundup__section-head {
	margin-bottom: 22px;
}

.rcm-weekend-roundup__section-head-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.rcm-weekend-roundup__section-title {
	margin: 0 0 0px;
	color: #242565;
	font-family: "Proxima Nova", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

/* JS sets [hidden] on desktop (>1024px); display must not override native hidden */
.rcm-weekend-roundup__pager:not([hidden]) {
	display: inline-flex;
}

.rcm-weekend-roundup__pager[hidden] {
	display: none !important;
}

.rcm-weekend-roundup__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-weekend-roundup__pager-btn {
	width: 34px;
	height: 34px;
	border: 1px solid #d7deec;
	border-radius: 999px;
	background: #fff;
	color: #5e6880;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
}

.rcm-weekend-roundup__pager-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.rcm-weekend-roundup__pager-btn:hover {
	border-color: #bec8dc;
	background: #f4f7fe;
}

.rcm-weekend-roundup__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-weekend-roundup__pager-btn--next:hover {
	background: linear-gradient(180deg, #866cce 0%, #7158bb 100%);
	border-color: #7158bb;
}

.rcm-weekend-roundup__pager-btn.is-disabled {
	background: #f6f7fb;
	border-color: #e2e7f2;
	color: #b6bfd2;
	opacity: 1;
	pointer-events: none;
	box-shadow: none;
}

.rcm-weekend-roundup__rule {
	margin-top: 29px;
	margin-bottom: 67px;
	position: relative;
	height: 5px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

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

.rcm-weekend-roundup__rule-notch {
	position: absolute;
	top: -1.5px;
	left: 36px;
	width: 10px;
	height: 6px;
	background: #fff;
	-webkit-mask-image: url('../images/notch-mask.svg');
	mask-image: url('../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-weekend-roundup__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	max-width: 1085px;
	margin: 0 auto;
}

.rcm-weekend-roundup__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 20px 24px;
	border-radius: 10px;
	background: #fff;
	color: #6d757f;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 1.428;
}

.rcm-weekend-roundup__card {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 42, 73, 0.06);
	overflow: hidden;
}

.rcm-weekend-roundup__card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.rcm-weekend-roundup__card-image {
	position: relative;
	overflow: hidden;
	height: 234px;
	background: #e7ebef center / cover no-repeat;
}

.rcm-weekend-roundup__card-thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rcm-weekend-roundup__eyebrow {
	display: none;
	margin: 0;
}

.rcm-weekend-roundup__card-body {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 20px;
	padding: 21px 29px 23px 20px;
	min-height: 157px;
}

.rcm-weekend-roundup__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3px;
}

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

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

.rcm-weekend-roundup__card-title {
	margin: 0 0 10px;
	color: #183354;
	font-family: Manrope, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.222;
}

.rcm-weekend-roundup__venue,
.rcm-weekend-roundup__meta {
	color: #6d757f;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 1.428;
}

.rcm-weekend-roundup__venue {
	font-weight: 600;
}

.rcm-weekend-roundup__meta {
	font-weight: 400;
}

.rcm-weekend-roundup__ad {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(920px, 100%);
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	background: #f1f1f1;
}

.rcm-weekend-roundup__ad--below-hero {
	margin-top: 40px;
	margin-bottom: 40px;
}

.rcm-weekend-roundup__ad--below-content {
	margin-top: 58px;
	margin-bottom: 0;
}

.rcm-weekend-roundup__ad-slot {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-height: 70px;
	padding: 0 8px;
	overflow: hidden;
}

.rcm-weekend-roundup__ad-slot .g,
.rcm-weekend-roundup__ad-slot > a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.rcm-weekend-roundup__ad-slot img {
	max-width: 100%;
	height: auto;
	max-height: 70px;
	object-fit: contain;
}

.rcm-weekend-roundup__ad span {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 28.59px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.rcm-weekend-roundup__hero-copy {
		padding-left: 34px;
	}

	.rcm-weekend-roundup__hero-title {
		font-size: 42px;
	}

	.rcm-weekend-roundup__grid {
		gap: 20px;
	}
}

@media (max-width: 991px) {
	.rcm-weekend-roundup__section-title {
		font-size: 34px;
	}

	.rcm-weekend-roundup__pager-btn {
		width: 32px;
		height: 32px;
	}

	.rcm-weekend-roundup__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rcm-weekend-roundup__hero {
		min-height: 400px;
	}

}

@media (max-width: 767px) {
	.rcm-weekend-roundup {
		padding: 10px 0 58px;
	}

	.rcm-weekend-roundup__shell {
		width: calc(100% - 20px);
	}

	.rcm-weekend-roundup__hero {
		min-height: 310px;
	}

	.rcm-weekend-roundup__hero-copy {
		width: 100%;
		padding: 32px 18px 32px;
	}

	.rcm-weekend-roundup__hero-title {
		font-size: 26px;
	}

	.rcm-weekend-roundup__hero-venue,
	.rcm-weekend-roundup__hero-meta {
		font-size: 16px;
		line-height: 1.4;
	}

	.rcm-weekend-roundup__hero-button {
		width: 146px;
		height: 44px;
		margin-top: 18px;
		font-size: 16px;
	}

	.rcm-weekend-roundup__intro {
		padding: 24px 8px 8px;
	}

	.rcm-weekend-roundup__intro-title {
		font-size: 24px;
		line-height: 1.2;
	}

	.rcm-weekend-roundup__intro-copy,
	.rcm-weekend-roundup__intro-note {
		font-size: 15px;
		line-height: 1.6;
	}

	.rcm-weekend-roundup__section {
		margin-top: 24px;
	}

	.rcm-weekend-roundup__section + .rcm-weekend-roundup__section {
		margin-top: 44px;
	}

	.rcm-weekend-roundup__section-title {
		font-size: 30px;
	}

	.rcm-weekend-roundup__section-head-top {
		align-items: flex-start;
	}

	.rcm-weekend-roundup__pager-label {
		min-width: 50px;
		font-size: 12px;
	}

	.rcm-weekend-roundup__grid {
		grid-template-columns: 1fr;
	}

	.rcm-weekend-roundup__card-body {
		padding: 18px 18px 20px;
	}

	.rcm-weekend-roundup__ad {
		height: 60px;
		margin-top: 34px;
	}

	.rcm-weekend-roundup__ad.rcm-weekend-roundup__ad--below-hero {
		margin-top: 40px;
	}

	.rcm-weekend-roundup__ad.rcm-weekend-roundup__ad--below-content {
		margin-top: 40px;
	}

	.rcm-weekend-roundup__ad span {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	.rcm-weekend-roundup__section {
		padding: 16px 12px 14px;
		margin-top: 26px;
		border-radius: 16px;
		background: #ffffff;
		box-shadow: 0 8px 24px rgba(18, 42, 73, 0.04);
	}

	.rcm-weekend-roundup__section + .rcm-weekend-roundup__section {
		margin-top: 34px;
	}

	.rcm-weekend-roundup__section-head {
		margin-bottom: 16px;
	}

	.rcm-weekend-roundup__section-title {
		color: #242565;
	}

	.rcm-weekend-roundup__rule {
		margin-top: 29px;
		margin-bottom: 30px;
		height: 5px;
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
	}

	.rcm-weekend-roundup__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		max-width: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.rcm-weekend-roundup__card {
		border: none;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		border-bottom: 1px solid #e5e1db;
	}

	.rcm-weekend-roundup__card:last-child {
		border-bottom: none;
	}

	.rcm-weekend-roundup__card-link {
		display: grid;
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		padding: 14px 0;
		box-sizing: border-box;
	}

	.rcm-weekend-roundup__card-image {
		display: block !important;
		width: 88px;
		height: 88px;
		min-height: 88px;
		border-radius: 10px;
		overflow: hidden;
	}

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

	.rcm-weekend-roundup__date {
		display: none !important;
	}

	.rcm-weekend-roundup__copy {
		display: flex;
		flex-direction: column;
		min-width: 0;
	}

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

	.rcm-weekend-roundup__card-title {
		order: 1;
		margin: 0 0 4px;
		color: #111;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
	}

	.rcm-weekend-roundup__venue {
		order: 3;
		color: #6b7280;
		font-size: 14px;
		line-height: 1.35;
		font-weight: 400;
	}

	.rcm-weekend-roundup__meta {
		display: none !important;
	}

	.rcm-weekend-roundup__pager {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.rcm-weekend-roundup__card-title {
		font-size: 18px;
	}
}
