.rep-landing-list__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #111111;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: uppercase;
}

.show-header-breadcrumb {
	min-width: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.show-header-breadcrumb .rep-landing-list__breadcrumb {
	margin: 0;
}

.back-btn-wrapper:has(.show-header-breadcrumb),
.boxoffice-header-layout:has(.show-header-breadcrumb) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: start;
	column-gap: 24px;
	row-gap: 28px;
}

.back-btn-wrapper:has(.show-header-breadcrumb) .show-header-breadcrumb,
.boxoffice-header-layout:has(.show-header-breadcrumb) .show-header-breadcrumb {
	display: contents;
}

.back-btn-wrapper:has(.show-header-breadcrumb) .rep-landing-list__breadcrumb,
.boxoffice-header-layout:has(.show-header-breadcrumb) .rep-landing-list__breadcrumb {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.back-btn-wrapper:has(.show-header-breadcrumb) .rep-landing-list__nav,
.boxoffice-header-layout:has(.show-header-breadcrumb) .rep-landing-list__nav {
	grid-column: 1 / -1;
	grid-row: 2;
}

.back-btn-wrapper:has(.show-header-breadcrumb) > .back-btn-event,
.boxoffice-header-layout:has(.show-header-breadcrumb) > .back-btn-event {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	justify-self: end;
}

.back-btn-wrapper:has(.show-header-breadcrumb):not(.container) {
	margin-bottom: 12px;
}

.rep-landing-list__breadcrumb-link {
	color: #111111;
	font-weight: 500;
	text-decoration: none;
}

.rep-landing-list__breadcrumb-link:hover,
.rep-landing-list__breadcrumb-link:focus-visible {
	color: rgba(226, 0, 122, 1);
	text-decoration: none;
}

.rep-landing-list__breadcrumb-separator,
.rep-landing-list__breadcrumb-context,
.rep-landing-list__breadcrumb-current {
	color: #111111;
}

.rep-landing-list__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px 5px;
	margin-bottom: 26px;
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rep-landing-list__nav-item {
	color: #111111;
	text-decoration: none;
	transition: var(--btn-transition);
}

.rep-landing-list__nav-item:hover,
.rep-landing-list__nav-item:focus-visible {
	color: rgba(226, 0, 122, 1);
	text-decoration: none;
}

.rep-landing-list__nav-item.is-active {
	color: rgba(226, 0, 122, 1);
}

.rep-landing-list__nav-separator {
	color: #111111;
}

@media (max-width: 767px) {
	.back-btn-wrapper:has(.show-header-breadcrumb),
	.boxoffice-header-layout:has(.show-header-breadcrumb) {
		column-gap: 10px;
		align-items: start;
	}

	.back-btn-wrapper:has(.show-header-breadcrumb) > .back-btn-event,
	.boxoffice-header-layout:has(.show-header-breadcrumb) > .back-btn-event {
		justify-self: center;
	}

	.back-btn-wrapper:has(.show-header-breadcrumb):not(.container) {
		margin-bottom: 8px;
	}

	.show-header-breadcrumb .rep-landing-list__breadcrumb {
		font-size: 10px;
		line-height: 1.2;
	}

	.rep-landing-list__nav {
		gap: 8px;
		margin-bottom: 18px;
		font-size: 10px;
		line-height: 1.4;
	}
}

@media (max-width: 640px) {
	.rep-landing-list__nav {
		margin-bottom: 18px;
		font-size: 10px;
	}
}