.rcm-event-detail,
.rcm-event-detail * {
	box-sizing: border-box;
}

.rcm-event-detail {
	width: min(1236px, calc(100% - 32px));
	margin: 0 auto;
	padding-top: 45px;
}

.rcm-event-detail__top-ad,
.rcm-event-detail__bottom-ad {
	display: flex;
	justify-content: center;
	margin: 0 0 42px;
}

.rcm-event-detail__bottom-ad {
	margin-top: 46px;
}

.rcm-event-detail__ad-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 28.59px;
	font-weight: 500;
	text-transform: uppercase;
}

.rcm-event-detail__ad-placeholder--top,
.rcm-event-detail__ad-placeholder--bottom {
	width: 920px;
	max-width: 100%;
	height: 70px;
	border-radius: 12px;
}

.rcm-event-detail__ad-placeholder--side {
	width: 300px;
	height: 250px;
}

.rcm-event-detail__hero {
	margin: 0 0 37px;
	height: 476px;
	overflow: hidden;
	border-radius: 6px;
	background: #000;
}

.rcm-event-detail__hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rcm-event-detail__layout {
	display: grid;
	grid-template-columns: 899px 300px;
	gap: 32px;
	align-items: start;
}

.rcm-event-detail__title {
	margin: 45px 0 19px;
	color: #3e286d;
	font-family: Manrope, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 32.582px;
	text-transform: capitalize;
}

.rcm-event-detail__description {
	max-width: 711px;
	margin-bottom: 44px;
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-transform: capitalize;
}

.rcm-event-detail__description p {
	margin: 0;
}

.rcm-event-detail__cards {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.rcm-event-detail__ad-placeholder--top-mobile {
	display: none;
}

@media (max-width: 920px) {
	.rcm-event-detail__top-ad {
		display: none;
	}

	.rcm-event-detail__ad-placeholder--top-mobile {
		display: flex;
		width: 300px;
		height: 250px;
		margin: 0 auto 32px;
		background: transparent;
		color: #000;
		font-family: Inter, sans-serif;
		font-size: 28.59px;
		font-weight: 500;
		text-transform: uppercase;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
	}
}

/* Event info cards — matches Figma node 1433:1570 (desktop) */
.rcm-event-detail__info-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 899px;
	max-width: 100%;
	min-height: 112px;
	padding: 0 28px 0 46px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 -7px 104px -26px rgba(0, 0, 0, 0.1);
}

.rcm-event-detail__info-group {
	display: flex;
	align-items: center;
	gap: 48px;
	min-width: 0;
}

.rcm-event-detail__info-item {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 64px;
}

.rcm-event-detail__info-item--location {
	min-width: 173px;
}

.rcm-event-detail__info-label {
	color: #5040a1;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.51;
}

.rcm-event-detail__info-value {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.rcm-event-detail__actions {
	display: flex;
	align-items: center;
	gap: 48px;
	flex-shrink: 0;
}

.rcm-event-detail__price {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 49px;
}

.rcm-event-detail__price-label {
	font-family: Inter, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 12px;
	line-height: normal;
}

.rcm-event-detail__price-value {
	color: #5040a1;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}

.rcm-event-detail__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 184px;
	height: 56px;
	border-radius: 13px;
	background: #7153b0;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	transition: background 0.2s ease;
}

.rcm-event-detail__button:hover {
	background: #5f3f9c;
}

.rcm-event-detail__sidebar {
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding-top: 37px;
}

.rcm-event-detail__sidebar-ad {
	width: 300px;
	height: 250px;
	background: transparent;
}

.rcm-event-detail__mobile-inline-ad {
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: center;
}

.rcm-event-detail__mobile-inline-ad > .rcm-event-detail__sidebar-ad {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	background: transparent;
}

.rcm-event-detail__mobile-inline-ad iframe,
.rcm-event-detail__mobile-inline-ad img,
.rcm-event-detail__mobile-inline-ad ins {
	max-width: 100% !important;
	max-height: 100% !important;
}

.rcm-event-detail__note {
	max-width: 800px;
	margin: 49px 0 0;
	color: #7153b0;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px; /* 146.667% */
	text-transform: capitalize;
}

@media (max-width: 1279px) {
	.rcm-event-detail {
		width: calc(100% - 24px);
	}

	.rcm-event-detail__layout {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.rcm-event-detail__info-card {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.rcm-event-detail__hero {
		height: 360px;
	}

	.rcm-event-detail__layout {
		grid-template-columns: 1fr;
	}

	.rcm-event-detail__sidebar {
		padding-top: 0;
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px;
	}

	.rcm-event-detail__info-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 18px 24px 24px;
		gap: 24px;
	}

	.rcm-event-detail__info-group {
		flex-wrap: wrap;
		gap: 24px;
		width: 100%;
	}

	.rcm-event-detail__info-item {
		width: calc(50% - 12px);
		min-width: auto;
	}

	.rcm-event-detail__info-item--location {
		width: 100%;
	}

	.rcm-event-detail__actions {
		width: 100%;
		justify-content: space-between;
		gap: 16px;
	}

	.rcm-event-detail__button {
		width: 100%;
		max-width: 168px;
		height: 48px;
		font-size: 14px;
		border-radius: 8px;
	}
}

@media (max-width: 767px) {
	.rcm-event-detail {
		width: 100%;
		padding-top: 45px;
	}

	.rcm-event-detail__layout {
		width: calc(100% - 32px);
		margin: 0 auto;
	}

	.rcm-event-detail__top-ad {
		display: none;
	}

	.rcm-event-detail__hero {
		width: 100%;
		height: 287px;
		margin-bottom: 32px;
		border-radius: 0;
	}

	.rcm-event-detail__title {
		font-size: 25px;
		line-height: 1.3;
		margin: 40px 0 17px;
		padding-top: 0;
	}

	.rcm-event-detail__description {
		margin-bottom: 44px;
		font-size: 16px;
		line-height: 1.375;
	}

	.rcm-event-detail__info-card {
		position: relative;
		display: block;
		padding: 27px 23px;
		min-height: 269px;
	}

	.rcm-event-detail__info-group {
		display: block;
	}

	.rcm-event-detail__info-item {
		width: auto;
		margin-bottom: 7px;
	}

	/* Date & Time Row */
	.rcm-event-detail__info-group>div:nth-child(1),
	.rcm-event-detail__info-group>div:nth-child(2) {
		display: inline-block;
		vertical-align: top;
	}

	.rcm-event-detail__info-group>div:nth-child(1) {
		margin-right: 26px;
		min-width: 64px;
	}

	.rcm-event-detail__info-group>div:nth-child(2) {
		min-width: 80px;
	}

	/* Location Row */
	.rcm-event-detail__info-group>div:nth-child(3) {
		margin-top: 21px;
		/* 101y - (27y + 46h + 7gap?) -> check figma layout */
		width: 100%;
	}

	.rcm-event-detail__info-label {
		font-size: 14px;
		margin-bottom: 7px;
		display: block;
	}

	.rcm-event-detail__info-value {
		font-size: 16px;
		display: block;
	}

	.rcm-event-detail__actions {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 37px;
		/* Positioned at y=196 in card height 269. Content above ends around 159? */
		padding-top: 0;
	}

	.rcm-event-detail__price {
		gap: 4px;
	}

	.rcm-event-detail__price-label {
		font-size: 12px;
		font-weight: 300;
	}

	.rcm-event-detail__price-value {
		font-size: 18px;
		font-weight: 700;
	}

	.rcm-event-detail__button {
		width: 184px;
		height: 56px;
		font-size: 17px;
		border-radius: 13px;
	}

	.rcm-event-detail__note {
		margin-top: 49px;
		color: #7153b0;
		font-family: Inter, sans-serif;
		font-size: 15px;
		font-style: italic;
		font-weight: 400;
		line-height: 22px; /* 146.667% */
		text-transform: capitalize;
	}

	.rcm-event-detail__sidebar {
		margin-top: 44px;
		margin-bottom: 0;
		gap: 32px;
	}

	.rcm-event-detail__sidebar-ad,
	.rcm-event-detail__ad-placeholder--side {
		width: 300px;
		height: 250px;
		margin: 0 auto;
	}

	.rcm-event-detail__sidebar.rcm-mobile-ad-parent--empty {
		display: none !important;
		margin-top: 0 !important;
	}

	.rcm-event-detail__ad-placeholder--top-mobile {
		width: 352px;
		max-width: 100%;
		height: 70px;
		margin: 0 auto 32px;
		border-radius: 12px;
	}
}
