.bh-accreditation-page {
	width: 100%;
}

.bh-accreditation-page__form,
.bh-accreditation-page__games {
	min-width: 0;
}

.bh-accreditation-page__form .bh-migrated-form,
.bh-accreditation-page__form .fluentform,
.bh-accreditation-page__form .frm-fluent-form {
	width: 100%;
}

.bh-accreditation-page__games {
	margin: 0;
}

.bh-accreditation-games {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.bh-accreditation-games__hint {
	margin: 0 0 1rem;
	color: var(--burgdorf-muted);
	font-size: .92rem;
	line-height: 1.45;
}

.bh-accreditation-games.is-locked .bh-accreditation-games__hint {
	color: var(--burgdorf-ink);
	font-weight: 700;
}

.bh-accreditation-games.is-locked .bh-accreditation-games__list {
	opacity: .58;
}

.bh-accreditation-games.is-locked .bh-accreditation-game {
	cursor: not-allowed;
}

.bh-accreditation-games.is-locked .bh-accreditation-game:hover {
	background: #fff;
}
.bh-accreditation-games__header,
.bh-accreditation-game {
	display: grid;
	grid-template-columns: minmax(4.5rem, .65fr) minmax(5.6rem, .9fr) minmax(5.2rem, .8fr) minmax(6rem, 1.15fr) minmax(7rem, 1.5fr);
	gap: .7rem;
	align-items: center;
}

.bh-accreditation-games__header {
	padding: .65rem .7rem;
	background: var(--burgdorf-ink);
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bh-accreditation-games__list {
	display: grid;
}

.bh-accreditation-game {
	margin: 0;
	padding: .8rem .7rem;
	border-bottom: 1px solid var(--burgdorf-border);
	background: #fff;
	color: var(--burgdorf-ink);
	cursor: pointer;
	font-size: .92rem;
	line-height: 1.3;
	transition: background-color .16s ease, box-shadow .16s ease;
}

.bh-accreditation-game:hover {
	background: #f3f8f5;
}

.bh-accreditation-game:has(input:checked) {
	background: #e5f3eb;
	box-shadow: inset 4px 0 0 var(--burgdorf-green);
}

.bh-accreditation-game:has(input:focus-visible) {
	outline: 3px solid color-mix(in srgb, var(--burgdorf-green) 35%, transparent);
	outline-offset: -3px;
}

.bh-accreditation-game__select input {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0;
	accent-color: var(--burgdorf-green);
}

.bh-accreditation-game__date,
.bh-accreditation-game__time,
.bh-accreditation-game__team {
	font-weight: 750;
}

.bh-accreditation-games__empty {
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--burgdorf-border);
	background: #f7faf8;
}

@media (max-width: 920px) {
	.bh-accreditation-games__header {
		display: none;
	}

	.bh-accreditation-game {
		grid-template-columns: auto 1fr 1fr;
		gap: .55rem .8rem;
	}

	.bh-accreditation-game__select {
		grid-row: 1 / 3;
		align-self: start;
		padding-top: .12rem;
	}

	.bh-accreditation-game__date,
	.bh-accreditation-game__time,
	.bh-accreditation-game__team,
	.bh-accreditation-game__opponent {
		display: grid;
		gap: .1rem;
	}

	.bh-accreditation-game__date::before,
	.bh-accreditation-game__time::before,
	.bh-accreditation-game__team::before,
	.bh-accreditation-game__opponent::before {
		content: attr(data-label);
		color: var(--burgdorf-muted);
		font-size: .68rem;
		font-weight: 700;
		letter-spacing: .04em;
		text-transform: uppercase;
	}
}

@media (max-width: 720px) {
	.bh-accreditation-page__games {
		margin-top: .75rem;
	}
}

@media (max-width: 440px) {
	.bh-accreditation-game {
		grid-template-columns: auto 1fr;
	}

	.bh-accreditation-game__select {
		grid-row: 1 / 5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bh-accreditation-game {
		transition: none;
	}
}
/* Full-width accreditation layout with Reckenschmiede image rails. */
.page-id-13263 .bh-native-page__content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.page-id-13263 .bh-accreditation-page {
	margin: 0;
}

.bh-accreditation-layout {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1fr);
	align-items: stretch;
	gap: 0;
}

.bh-accreditation-page__main {
	min-width: 0;
	padding: clamp(34px, 4vw, 64px) clamp(20px, 4vw, 56px);
}

.bh-accreditation-page__main > .bh-migrated-grid {
	height: 100%;
	align-items: stretch;
}

.bh-accreditation-page__games {
	overflow: hidden;
}

.bh-accreditation-page__games > .bh-migrated-widget,
.bh-accreditation-games {
	display: flex;
	min-height: 0;
	height: 100%;
	flex-direction: column;
}

.bh-accreditation-page__games > .bh-migrated-widget > h2,
.bh-accreditation-games__hint,
.bh-accreditation-games__header {
	flex: 0 0 auto;
}

.bh-accreditation-games__list {
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: var(--burgdorf-green) #edf2ee;
	scrollbar-width: thin;
}

.bh-accreditation-games__list::-webkit-scrollbar {
	width: 9px;
}

.bh-accreditation-games__list::-webkit-scrollbar-track {
	background: #edf2ee;
}

.bh-accreditation-games__list::-webkit-scrollbar-thumb {
	border: 2px solid #edf2ee;
	border-radius: 999px;
	background: var(--burgdorf-green);
}

.bh-accreditation-rail {
	display: none;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	grid-template-rows: repeat(var(--bh-accreditation-rail-count, 1), minmax(0, 1fr));
	gap: 0;
	background: var(--burgdorf-ink);
}

.bh-accreditation-rail__item {
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.bh-native-page__content .bh-accreditation-rail__image {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
}


.bh-accreditation-rail__item:focus-visible {
	position: relative;
	z-index: 1;
	outline: 4px solid #fff;
	outline-offset: -4px;
}

@media (min-width: 1180px) {
	.bh-accreditation-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, min(1180px, 82vw)) minmax(0, 1fr);
	}

	.bh-accreditation-rail {
		display: grid;
	}

	.bh-accreditation-page__main {
		padding-inline: clamp(28px, 3vw, 48px);
	}
}

@media (max-width: 720px) {
	.bh-accreditation-page__main {
		padding: 32px 14px;
	}

	.bh-accreditation-page__games {
		margin-top: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bh-native-page__content .bh-accreditation-rail__image {
		transition: none;
	}
}
/* Explicit shortcode-grid placement avoids empty wpautop nodes shifting columns. */
.bh-accreditation-layout > p:empty {
	display: none;
}

@media (min-width: 1180px) {
	.bh-accreditation-rail--left {
		grid-column: 1;
	}

	.bh-accreditation-page__main {
		grid-column: 2;
	}

	.bh-accreditation-rail--right {
		grid-column: 3;
	}
}
/* The natural form height defines both content columns; the game list scrolls inside it. */
.bh-accreditation-page__main > .bh-migrated-grid {
	height: auto;
	align-items: start;
}
/* Match the accreditation title area's dimensions to the news archive hero. */
.page-id-13263 .bh-native-page__hero {
	display: flex;
	align-items: center;
	min-height: calc(
		clamp(28px, 3vw, 46px) +
		clamp(28px, 3vw, 46px) +
		36.15px +
		clamp(33.6px, 3.36vw, 54.6px) +
		clamp(20.3px, 1.6675vw, 24.65px)
	);
	padding-block: clamp(28px, 3vw, 46px);
	border-bottom: 0;
	box-sizing: border-box;
}

.page-id-13263 .bh-native-page__hero .bh-native-page__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-inline: clamp(20px, 4vw, 56px);
}

.page-id-13263 .bh-native-page__hero .bh-native-page__eyebrow {
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: .14em;
	line-height: 1.65;
}

.page-id-13263 .bh-native-page__hero h1 {
	font-size: clamp(32px, 3.2vw, 52px);
	letter-spacing: -.02em;
	line-height: 1.05;
}

@media (max-width: 640px) {
	.page-id-13263 .bh-native-page__hero {
		min-height: 141.75px;
		padding-block: 24px 28px;
	}
}

@media (max-width: 540px) {
	.page-id-13263 .bh-native-page__hero {
		min-height: 162px;
	}
}

.bh-accreditation-rail__item {
	position: relative;
}

.bh-accreditation-rail__item::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(0, 0, 0, .7);
	content: "";
	pointer-events: none;
}