.hth-empty {
	margin: 16px 0;
	padding: 12px 14px;
	border: 1px solid #d6d9de;
	border-radius: 8px;
	background: #f7f8fa;
}

.hth-section {
	margin-bottom: 28px;
}

.hth-section-title {
	margin: 0 0 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.hth-team-section-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 0 24px;
	padding: 0 10px;
	border-radius: 12px;
	border: 1px solid #d64439;
	background: linear-gradient(180deg, #db3931 0%, #c82b24 100%);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.hth-team-section-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 14px;
	text-decoration: none;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 1.06rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	opacity: 0.92;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.hth-team-section-nav__link::after {
	content: "|";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
	pointer-events: none;
}

.hth-team-section-nav__link:last-child::after {
	display: none;
}

.hth-team-section-nav__link:hover,
.hth-team-section-nav__link:focus {
	opacity: 1;
	transform: translateY(-1px);
}

#roster,
#spielplan,
#tabelle,
#vorstand,
#geschaeftsfuehrung,
#aufsichtsrat,
#abteilungen,
.hth-roster,
.hth-schedule,
.hth-standings {
	scroll-margin-top: 170px;
}

body.admin-bar #roster,
body.admin-bar #spielplan,
body.admin-bar #tabelle,
body.admin-bar #vorstand,
body.admin-bar #geschaeftsfuehrung,
body.admin-bar #aufsichtsrat,
body.admin-bar #abteilungen,
body.admin-bar .hth-roster,
body.admin-bar .hth-schedule,
body.admin-bar .hth-standings {
	scroll-margin-top: 202px;
}

#team,
#team-manager,
#coaches,
#staff,
#downloads {
	scroll-margin-top: 170px;
}

body.admin-bar #team,
body.admin-bar #team-manager,
body.admin-bar #coaches,
body.admin-bar #staff,
body.admin-bar #downloads {
	scroll-margin-top: 202px;
}

/* Fallback for anchor jumps where scroll-margin is ignored. */
#roster:target::before,
#spielplan:target::before,
#tabelle:target::before {
	content: "";
	display: block;
	height: 170px;
	margin-top: -170px;
}

body.admin-bar #roster:target::before,
body.admin-bar #spielplan:target::before,
body.admin-bar #tabelle:target::before {
	height: 202px;
	margin-top: -202px;
}

.hth-roster .hth-section-title,
.hth-coaches .hth-section-title,
.hth-staff .hth-section-title,
.hth-team-manager .hth-section-title,
.hth-training .hth-section-title,
.hth-admin-members .hth-section-title,
.hth-teams-group .hth-section-title {
	color: #ffffff;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 3.36rem;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.hth-training {
	display: grid;
}

.hth-training-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.hth-training-card {
	padding: 22px 24px;
	border: 1px solid rgba(214, 68, 57, 0.38);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(18, 27, 42, 0.96) 0%, rgba(9, 16, 27, 0.98) 100%);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
	color: #ffffff;
}

.hth-training-card-title {
	margin: 0 0 14px;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #ffffff;
}

.hth-training-times {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hth-training-times__item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hth-training-times__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.hth-training-times__day {
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #ffffff;
}

.hth-training-times__time {
	font-size: 1rem;
	font-weight: 600;
	text-align: right;
	color: rgba(255, 255, 255, 0.86);
}

.hth-training-location {
	display: grid;
	gap: 7px;
	margin: 0;
	font-style: normal;
}

.hth-training-location__name {
	font-size: 1.08rem;
	font-weight: 700;
	color: #ffffff;
}

.hth-training-location__line {
	color: rgba(255, 255, 255, 0.86);
}

.hth-schedule {
	display: grid;
	gap: 18px;
}

.hth-schedule-feature {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	min-height: 246px;
	padding: 24px 26px;
	border-radius: 24px;
	border: 1px solid rgba(30, 48, 77, 0.86);
	background:
		radial-gradient(circle at 82% 10%, rgba(206, 46, 38, 0.2), transparent 34%),
		radial-gradient(circle at 20% 82%, rgba(206, 46, 38, 0.18), transparent 36%),
		linear-gradient(132deg, #121b2a 0%, #1a1220 34%, #1d0f17 62%, #0e1625 100%);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
	color: #ffffff;
}

.hth-schedule-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 8, 13, 0.16) 0%, rgba(5, 8, 13, 0.42) 100%);
	pointer-events: none;
	z-index: 1;
}

.hth-schedule-feature::after {
	content: "";
	position: absolute;
	inset: -35% -8% auto -8%;
	height: 76%;
	background: radial-gradient(circle at center, rgba(206, 46, 38, 0.22), transparent 62%);
	filter: blur(32px);
	opacity: 0.56;
	pointer-events: none;
	z-index: 1;
}

.hth-schedule-feature.is-finished {
	border-color: rgba(72, 92, 120, 0.7);
}

.hth-schedule-feature-content {
	position: relative;
	z-index: 3;
	width: min(58%, 760px);
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.hth-schedule-feature-helmets {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.hth-schedule-feature-helmet {
	position: absolute;
	top: 53%;
	width: 34%;
	display: flex;
	align-items: center;
	transform: translateY(-50%);
}

.hth-schedule-feature-helmet--home {
	left: -9%;
	justify-content: flex-start;
}

.hth-schedule-feature-helmet--away {
	right: -9%;
	justify-content: flex-end;
}

.hth-schedule-helmet-img {
	display: block;
	width: clamp(220px, 22vw, 360px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.5));
}

.hth-schedule-helmet-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	height: 86px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(11, 17, 24, 0.82);
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #ffffff;
}

.hth-schedule-feature-kicker {
	margin: 0 0 8px;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e9eef6;
}

.hth-schedule-feature-matchup {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	font-family: "Diamante Serial", "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: clamp(2.1rem, 3.1vw, 3.7rem);
	line-height: 0.96;
	color: #ce2e26;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.55);
}

.hth-schedule-feature-vs {
	font-style: normal;
	font-size: 0.56em;
	font-weight: 700;
	color: #d85b54;
	opacity: 0.98;
}

.hth-schedule-feature-datetime {
	margin: 14px 0 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.02;
	color: #f3f6fb;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
}

.hth-schedule-feature-meta {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.hth-schedule-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 5px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(12, 18, 26, 0.72);
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
}

.hth-schedule-badge--venue {
	background: rgba(206, 46, 38, 0.3);
	border-color: rgba(206, 46, 38, 0.6);
}

.hth-schedule-feature-score {
	margin-top: 14px;
	font-size: clamp(2rem, 3.2vw, 2.7rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	text-align: center;
}

.hth-schedule-table-wrap {
	overflow-x: auto;
	border: 1px solid #303b4a;
	border-radius: 14px;
	background: #0a0f16 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.hth-schedule .hth-schedule-table {
	width: 100%;
	min-width: 760px;
	margin: 0 !important;
	border-collapse: collapse;
	background: transparent !important;
	color: #eaf0f9 !important;
	table-layout: fixed;
}

.hth-schedule .hth-schedule-table thead th {
	padding: 13px 14px !important;
	text-align: left;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #d53a31 0%, #b72922 100%) !important;
	background-image: linear-gradient(180deg, #d53a31 0%, #b72922 100%) !important;
	color: #ffffff !important;
	border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.hth-schedule .hth-schedule-table thead th:last-child {
	border-right: 0 !important;
}

.hth-schedule .hth-schedule-table tbody td {
	padding: 13px 14px !important;
	vertical-align: top;
	border-top: 1px solid #27313e !important;
	border-right: 1px solid #212a36 !important;
	background: #0f151f !important;
	background-image: none !important;
	color: #ecf1f8 !important;
	font-size: 1rem !important;
	opacity: 1 !important;
}

.hth-schedule .hth-schedule-table tbody td:last-child {
	border-right: 0 !important;
}

.hth-schedule .hth-schedule-table tbody tr:nth-child(even) td {
	background: #121b27 !important;
}

.hth-schedule-row.is-highlight {
	background: none;
}

.hth-schedule .hth-schedule-table tbody tr.is-highlight td {
	background: #5a1a19 !important;
	background-image: none !important;
	color: #ffffff !important;
	border-top-color: #7b2b28 !important;
	box-shadow: inset 4px 0 0 #ff5b4f;
}

.hth-schedule .hth-schedule-table tbody tr.is-highlight td * {
	color: inherit !important;
}

.hth-schedule-row.is-finished {
	opacity: 1;
}

.hth-schedule .hth-schedule-table tbody tr.is-finished td {
	color: #ccd5e2 !important;
}

.hth-schedule .hth-schedule-table tbody tr.is-upcoming td {
	color: #f0f5fc !important;
}

.hth-schedule-col-time,
.hth-schedule-col-venue,
.hth-schedule-col-score {
	white-space: nowrap;
	width: 1%;
}

.hth-schedule-col-score {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.hth-schedule-col-date,
.hth-schedule-col-time {
	font-variant-numeric: tabular-nums;
}

.hth-schedule-matchup-main {
	display: block;
	font-weight: 700;
	color: #ffffff;
}

.hth-schedule-matchup-meta {
	display: block;
	margin-top: 3px;
	font-size: 0.78rem;
	color: #9eabbe;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hth-schedule .hth-schedule-table tbody tr.is-highlight .hth-schedule-matchup-meta {
	color: #ffd4cf !important;
}

.hth-schedule-result {
	display: inline-block;
	min-width: 58px;
	text-align: right;
	font-weight: 800;
	letter-spacing: 0.02em;
	font-variant-numeric: tabular-nums;
}

.hth-schedule-result.is-open {
	color: #98a7bc;
}

.hth-schedule-result.is-final {
	color: #ffffff;
}

.hth-standings {
	display: grid;
	gap: 18px;
}

.hth-standings-feature {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-radius: 20px;
	border: 1px solid rgba(39, 54, 77, 0.88);
	background:
		radial-gradient(circle at 80% 12%, rgba(206, 46, 38, 0.22), transparent 42%),
		radial-gradient(circle at 18% 92%, rgba(206, 46, 38, 0.16), transparent 38%),
		linear-gradient(132deg, #101927 0%, #171f2f 36%, #1b1522 64%, #0f1522 100%);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
	color: #ffffff;
}

.hth-standings-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 9, 13, 0.18) 0%, rgba(6, 9, 13, 0.44) 100%);
	pointer-events: none;
	z-index: 1;
}

.hth-standings-feature-content {
	position: relative;
	z-index: 2;
	padding: 22px 24px;
}

.hth-standings-feature-kicker {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e7edf8;
}

.hth-standings-feature-team {
	margin: 10px 0 0;
	font-family: "Diamante Serial", "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: clamp(2rem, 3.1vw, 3.4rem);
	line-height: 0.96;
	color: #ce2e26;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.hth-standings-feature-rank {
	margin: 12px 0 0;
	font-size: 1.8rem;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #f3f6fb;
}

.hth-standings-feature-meta {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hth-standings-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 4px 13px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(13, 20, 30, 0.72);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #eff3fa;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
}

.hth-standings-badge--league {
	background: rgba(206, 46, 38, 0.26);
	border-color: rgba(206, 46, 38, 0.58);
}

.hth-standings-table-wrap {
	overflow-x: auto;
	border: 1px solid #303b4a;
	border-radius: 14px;
	background: #0a0f16 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.hth-standings .hth-standings-table {
	width: 100%;
	min-width: 860px;
	margin: 0 !important;
	border-collapse: collapse;
	background: transparent !important;
	color: #eaf0f9 !important;
	table-layout: fixed;
}

.hth-standings .hth-standings-table thead th {
	padding: 13px 14px !important;
	text-align: left;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #d53a31 0%, #b72922 100%) !important;
	background-image: linear-gradient(180deg, #d53a31 0%, #b72922 100%) !important;
	color: #ffffff !important;
	border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.hth-standings .hth-standings-table thead th:last-child {
	border-right: 0 !important;
}

.hth-standings .hth-standings-table tbody td {
	padding: 12px 14px !important;
	vertical-align: middle;
	border-top: 1px solid #27313e !important;
	border-right: 1px solid #212a36 !important;
	background: #0f151f !important;
	background-image: none !important;
	color: #edf2f9 !important;
	font-size: 1rem !important;
	opacity: 1 !important;
}

.hth-standings .hth-standings-table tbody td:last-child {
	border-right: 0 !important;
}

.hth-standings .hth-standings-table tbody tr:nth-child(even) td {
	background: #121b27 !important;
}

.hth-standings .hth-standings-table tbody tr.is-top td {
	background: #132033 !important;
}

.hth-standings .hth-standings-table tbody tr.is-team td {
	background: #5a1a19 !important;
	background-image: none !important;
	color: #ffffff !important;
	border-top-color: #7b2b28 !important;
	box-shadow: inset 4px 0 0 #ff5b4f;
}

.hth-standings .hth-standings-table tbody tr.is-team td * {
	color: inherit !important;
}

.hth-standings-col-rank,
.hth-standings-col-games,
.hth-standings-col-wins,
.hth-standings-col-draws,
.hth-standings-col-losses,
.hth-standings-col-points,
.hth-standings-col-td {
	white-space: nowrap;
	width: 1%;
	font-variant-numeric: tabular-nums;
}

.hth-standings-col-rank {
	text-align: center;
	font-weight: 800;
}

.hth-standings-col-points,
.hth-standings-col-td {
	text-align: right;
}

.hth-standings-team-name {
	display: block;
	font-weight: 700;
	color: #ffffff;
}

.hth-standings-team-short {
	display: block;
	margin-top: 2px;
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a6b4c7;
}

.hth-standings-td-main {
	display: block;
	font-weight: 700;
}

.hth-standings-td-diff {
	display: block;
	margin-top: 2px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #9eb0c8;
}

.hth-member-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.hth-member-card {
	display: flex;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e3e5e9;
	border-radius: 10px;
	background: #ffffff;
}

.hth-member-image {
	flex: 0 0 86px;
	width: 86px;
	height: 86px;
	border-radius: 8px;
	overflow: hidden;
}

.hth-member-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hth-member-body {
	flex: 1 1 auto;
	min-width: 0;
}

.hth-member-name {
	margin: 0 0 6px;
	font-size: 1.06rem;
	line-height: 1.2;
}

.hth-member-meta {
	margin: 0 0 2px;
	font-size: 0.95rem;
	line-height: 1.35;
}

.hth-member-grid--roster {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px;
}

@media (min-width: 1101px) {
	.hth-member-grid--roster > .hth-member-card:only-child {
		width: 100%;
		max-width: calc((100% - (22px * 3)) / 4);
		justify-self: start;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	.hth-member-grid--roster > .hth-member-card:only-child {
		width: 100%;
		max-width: calc((100% - 22px) / 2);
		justify-self: start;
	}
}

.hth-member-grid--coaches,
.hth-member-grid--staff,
.hth-member-grid--manager,
.hth-member-grid--admin {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.hth-member-card--role .hth-roster-row--role {
	justify-content: flex-start;
}

.hth-member-card--role .hth-roster-value--role {
	max-width: 100%;
	text-align: left;
}

.hth-roster-value--manager {
	color: #15161a;
}

.hth-roster-value--manager-email {
	word-break: break-word;
}

.hth-roster-row--admin-role,
.hth-roster-row--admin-email {
	justify-content: flex-start;
}

.hth-roster-value--admin-role,
.hth-roster-value--admin-email {
	max-width: 100%;
	text-align: left;
	word-break: break-word;
}

.hth-member-card--admin {
	width: 100%;
	max-width: 100%;
	justify-self: start;
}

.hth-manager-email-link {
	color: inherit;
	text-decoration: none;
}

.hth-manager-email-link:hover,
.hth-manager-email-link:focus {
	text-decoration: underline;
}

.hth-member-card--roster {
	flex-direction: column;
	gap: 0;
	padding: 0;
	border: 1px solid #d9d9df;
	border-radius: 14px;
	background: #f2f2f2;
	overflow: hidden;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.hth-member-image--roster {
	flex: 0 0 auto;
	width: 100%;
	height: 260px;
	position: relative;
	border-radius: 0;
	background:
		radial-gradient(circle at 74% 14%, rgba(108, 18, 24, 0.28) 0%, rgba(108, 18, 24, 0) 36%),
		radial-gradient(circle at 16% 10%, rgba(18, 38, 86, 0.26) 0%, rgba(18, 38, 86, 0) 38%),
		linear-gradient(180deg, rgba(11, 15, 23, 0.34) 0%, rgba(3, 5, 8, 0.62) 100%),
		url("/wp-content/themes/enfold/images/background-images/polygon-compressed.png") top left / auto repeat scroll,
		linear-gradient(180deg, #232830 0%, #0d1015 100%);
	overflow: hidden;
}

.hth-member-image--roster img {
	object-fit: cover;
	object-position: center top;
}

.hth-member-image--roster-empty::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.hth-member-image--roster-empty .hth-roster-placeholder {
	transform: scale(1.15);
	transform-origin: center top;
}

.hth-member-body--roster {
	padding: 14px 18px 16px;
}

.hth-member-name--roster {
	margin: 0;
	color: #ce2e26;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 1.88rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0.005em;
	word-break: break-word;
}

.hth-roster-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 14px;
	padding: 9px 0;
	border-top: 1px solid #d0d1d8;
}

.hth-member-name--roster + .hth-roster-row {
	margin-top: 10px;
}

.hth-roster-label {
	flex: 0 0 auto;
	font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	color: #353740;
}

.hth-roster-value {
	min-width: 0;
	max-width: 62%;
	text-align: right;
	word-break: break-word;
	font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	color: #15161a;
}

.hth-team-manager {
	display: grid;
	gap: 12px;
}

.hth-team-manager-card {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border: 1px solid #e3e5e9;
	border-radius: 10px;
	background: #ffffff;
}

.hth-team-manager-image {
	flex: 0 0 90px;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}

.hth-team-manager-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hth-team-manager-name {
	margin: 0 0 5px;
	font-size: 1.08rem;
	line-height: 1.2;
}

.hth-team-manager-email {
	display: inline-block;
	word-break: break-word;
}

.hth-download-list {
	margin: 0;
	padding-left: 18px;
}

.hth-download-list li {
	margin-bottom: 8px;
}

.hth-downloads {
	display: grid;
	gap: 18px;
}

.hth-downloads-section {
	margin-bottom: 0;
}

.hth-downloads-table-wrap {
	overflow-x: auto;
	border: 1px solid #303b4a;
	border-radius: 14px;
	background: #0a0f16 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.hth-downloads .hth-downloads-table {
	width: 100%;
	min-width: 760px;
	margin: 0 !important;
	border-collapse: collapse;
	background: transparent !important;
	color: #eaf0f9 !important;
	table-layout: auto;
}

.hth-downloads .hth-downloads-table thead th {
	padding: 13px 14px !important;
	text-align: left;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #d53a31 0%, #b72922 100%) !important;
	background-image: linear-gradient(180deg, #d53a31 0%, #b72922 100%) !important;
	color: #ffffff !important;
	border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.hth-downloads .hth-downloads-table thead th:last-child {
	border-right: 0 !important;
}

.hth-downloads .hth-downloads-table tbody td {
	padding: 12px 14px !important;
	vertical-align: middle;
	border-top: 1px solid #27313e !important;
	border-right: 1px solid #212a36 !important;
	background: #0f151f !important;
	background-image: none !important;
	color: #edf2f9 !important;
	font-size: 1rem !important;
	opacity: 1 !important;
}

.hth-downloads .hth-downloads-table tbody td:last-child {
	border-right: 0 !important;
}

.hth-downloads .hth-downloads-table tbody tr:nth-child(even) td {
	background: #121b27 !important;
}

.hth-downloads-col-season,
.hth-downloads-col-date {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.hth-downloads-col-files {
	white-space: nowrap;
}

.hth-downloads-table--annual .hth-downloads-col-season {
	width: 34%;
}

.hth-downloads-table--annual .hth-downloads-col-files {
	width: 30%;
}

.hth-downloads-table--gameday .hth-downloads-col-date {
	width: 18%;
}

.hth-downloads-table--gameday .hth-downloads-col-game {
	width: 52%;
}

.hth-downloads-table--gameday .hth-downloads-col-files {
	width: 30%;
}

.hth-downloads-game-name {
	display: block;
	font-weight: 700;
	color: #ffffff;
	white-space: normal;
	word-break: break-word;
}

.hth-downloads-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hth-downloads-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	text-decoration: none;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff !important;
	background: #202a39;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.hth-downloads-button:hover,
.hth-downloads-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
	border-color: rgba(255, 255, 255, 0.35);
}

.hth-downloads-button--pdf {
	background: linear-gradient(180deg, #d64339 0%, #b62822 100%);
}

.hth-downloads-button--xls {
	background: linear-gradient(180deg, #2e3f5b 0%, #202d43 100%);
}

.hth-team-featured-image {
	margin: 0 auto;
	width: 100%;
	border-radius: 26px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(27, 34, 46, 0.96) 0%, rgba(12, 16, 22, 0.98) 100%);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.hth-team-featured-image__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
}

.hth-teams-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 26px;
	align-items: stretch;
}

.hth-teams-groups {
	display: grid;
	gap: 44px;
}

.hth-teams-group .hth-section-title {
	margin-bottom: 24px;
}

.hth-team-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: 22px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(39, 48, 63, 0.96) 0%, rgba(17, 22, 31, 0.98) 100%);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hth-team-card__media {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(214, 67, 57, 0.35) 0%, rgba(214, 67, 57, 0) 48%),
		linear-gradient(180deg, #232b38 0%, #10151d 100%);
}

.hth-team-card__media::before,
.hth-team-card__media::after,
.hth-team-card__media .image-overlay,
.hth-team-card__media .image-overlay-inside,
.hth-team-card__media .avia-image-overlay,
.hth-team-card__media .avia-image-overlay-wrap {
	content: none !important;
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.hth-team-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.24s ease;
}

.hth-team-card:hover .hth-team-card__image,
.hth-team-card:focus-within .hth-team-card__image {
	transform: scale(1.03);
}

.hth-team-card__media:hover .hth-team-card__image,
.hth-team-card__media:focus .hth-team-card__image,
.hth-team-card__media:focus-visible .hth-team-card__image {
	opacity: 1 !important;
	filter: none !important;
}

.hth-team-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	text-align: center;
}

.hth-team-card__placeholder-text {
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: clamp(1.5rem, 2.8vw, 2.25rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.94);
}

.hth-team-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 18px;
	padding: 22px 22px 24px;
}

.hth-team-card__meta {
	margin: 0;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.64);
}

.hth-team-card__title {
	margin: 0;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: clamp(1.6rem, 2vw, 2.15rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
}

.hth-team-card__title-link {
	color: inherit !important;
	text-decoration: none;
}

.hth-team-card__title-link:hover,
.hth-team-card__title-link:focus {
	color: #d64339 !important;
}

.hth-team-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	min-height: 40px;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid rgba(214, 67, 57, 0.3);
	background: linear-gradient(180deg, #d64339 0%, #b62822 100%);
	color: #ffffff !important;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.hth-team-card__button:hover,
.hth-team-card__button:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
	border-color: rgba(255, 255, 255, 0.34);
}

.hth-team-card__button--disabled {
	cursor: default;
	opacity: 0.75;
	pointer-events: none;
}

.hth-team-gallery {
	--hth-team-gallery-gap: 18px;
	display: grid;
	grid-template-columns: repeat(var(--hth-team-gallery-columns, 3), minmax(0, 1fr));
	gap: var(--hth-team-gallery-gap);
}

.hth-team-gallery--scroll {
	display: flex;
	gap: var(--hth-team-gallery-gap);
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hth-team-gallery--scroll::-webkit-scrollbar {
	display: none;
}

.hth-team-gallery-shell {
	position: relative;
}

.hth-page-gallery-block {
	margin-top: 48px;
}

.hth-page-gallery-title {
	margin: 0 0 14px;
	color: #ffffff;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hth-team-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: rgba(9, 12, 18, 0.78);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.hth-team-gallery-nav span {
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-1px);
}

.hth-team-gallery-nav:hover,
.hth-team-gallery-nav:focus {
	background: rgba(214, 67, 57, 0.92);
}

.hth-team-gallery-nav:disabled {
	opacity: 0 !important;
	pointer-events: none !important;
}

.hth-team-gallery-shell.is-scrollable:hover .hth-team-gallery-nav,
.hth-team-gallery-shell.is-scrollable:focus-within .hth-team-gallery-nav {
	opacity: 1;
	pointer-events: auto;
}

.hth-team-gallery-shell.is-scrollable:hover .hth-team-gallery-nav--prev,
.hth-team-gallery-shell.is-scrollable:focus-within .hth-team-gallery-nav--prev {
	transform: translateY(-50%) translateX(0);
}

.hth-team-gallery-shell.is-scrollable:hover .hth-team-gallery-nav--next,
.hth-team-gallery-shell.is-scrollable:focus-within .hth-team-gallery-nav--next {
	transform: translateY(-50%) translateX(0);
}

.hth-team-gallery-nav--prev {
	left: 14px;
	transform: translateY(-50%) translateX(-6px);
}

.hth-team-gallery-nav--next {
	right: 14px;
	transform: translateY(-50%) translateX(6px);
}

.hth-team-gallery__item {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	background: #131922;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.hth-team-gallery--scroll .hth-team-gallery__item {
	flex: 0 0 calc((100% - (var(--hth-team-gallery-gap) * (var(--hth-team-gallery-per-view, 3) - 1))) / var(--hth-team-gallery-per-view, 3));
	scroll-snap-align: start;
}

.hth-team-gallery__item::before,
.hth-team-gallery__item::after,
.hth-team-gallery__item .image-overlay,
.hth-team-gallery__item .image-overlay-inside,
.hth-team-gallery__item .avia-image-overlay,
.hth-team-gallery__item .avia-image-overlay-wrap {
	content: none !important;
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.hth-team-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.24s ease;
}

.hth-team-gallery__item:hover .hth-team-gallery__image,
.hth-team-gallery__item:focus .hth-team-gallery__image,
.hth-team-gallery__item:focus-visible .hth-team-gallery__image {
	transform: scale(1.03);
}

@media (max-width: 1100px) {
	#roster,
	#spielplan,
	#tabelle,
	#vorstand,
	#geschaeftsfuehrung,
	#aufsichtsrat,
	#abteilungen,
	.hth-roster,
	.hth-schedule,
	.hth-standings {
		scroll-margin-top: 140px;
	}

	body.admin-bar #roster,
	body.admin-bar #spielplan,
	body.admin-bar #tabelle,
	body.admin-bar #vorstand,
	body.admin-bar #geschaeftsfuehrung,
	body.admin-bar #aufsichtsrat,
	body.admin-bar #abteilungen,
	body.admin-bar .hth-roster,
	body.admin-bar .hth-schedule,
	body.admin-bar .hth-standings {
		scroll-margin-top: 172px;
	}

	#team,
	#team-manager,
	#coaches,
	#staff,
	#downloads {
		scroll-margin-top: 140px;
	}

	body.admin-bar #team,
	body.admin-bar #team-manager,
	body.admin-bar #coaches,
	body.admin-bar #staff,
	body.admin-bar #downloads {
		scroll-margin-top: 172px;
	}

	#roster:target::before,
	#spielplan:target::before,
	#tabelle:target::before {
		height: 140px;
		margin-top: -140px;
	}

	body.admin-bar #roster:target::before,
	body.admin-bar #spielplan:target::before,
	body.admin-bar #tabelle:target::before {
		height: 172px;
		margin-top: -172px;
	}

	.hth-schedule-feature {
		min-height: 228px;
		padding: 20px 21px;
	}

	.hth-team-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hth-team-gallery--scroll .hth-team-gallery__item {
		flex-basis: calc((100% - var(--hth-team-gallery-gap)) / 2);
	}

	.hth-team-gallery-nav {
		width: 42px;
		height: 42px;
	}

	.hth-schedule-feature-content {
		width: min(62%, 640px);
		max-width: 100%;
	}

	.hth-schedule-feature-helmet {
		width: 36%;
	}

	.hth-schedule-feature-helmet--home {
		left: -12%;
	}

	.hth-schedule-feature-helmet--away {
		right: -12%;
	}

	.hth-schedule-helmet-img {
		width: clamp(180px, 30vw, 300px);
	}

	.hth-schedule-feature-matchup {
		font-size: clamp(1.9rem, 3.4vw, 3.1rem);
	}

	.hth-schedule-feature-datetime {
		font-size: 1.95rem;
	}

	.hth-schedule-badge {
		min-height: 40px;
		padding: 5px 14px;
		font-size: 0.9rem;
	}

	.hth-schedule .hth-schedule-table {
		min-width: 700px;
	}

	.hth-standings-feature-content {
		padding: 18px 20px;
	}

	.hth-standings-feature-team {
		font-size: clamp(1.9rem, 3.4vw, 2.9rem);
	}

	.hth-standings-feature-rank {
		font-size: 1.6rem;
	}

	.hth-standings .hth-standings-table {
		min-width: 780px;
	}

	.hth-member-grid--roster {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hth-member-grid--coaches,
	.hth-member-grid--staff,
	.hth-member-grid--manager,
	.hth-member-grid--admin {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hth-team-section-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 6px;
		scrollbar-width: thin;
	}

	.hth-team-section-nav__link {
		white-space: nowrap;
		flex: 0 0 auto;
		padding: 10px 12px;
	}
}

@media (max-width: 768px) {
	#roster,
	#spielplan,
	#tabelle,
	#vorstand,
	#geschaeftsfuehrung,
	#aufsichtsrat,
	#abteilungen,
	.hth-roster,
	.hth-schedule,
	.hth-standings {
		scroll-margin-top: 122px;
	}

	body.admin-bar #roster,
	body.admin-bar #spielplan,
	body.admin-bar #tabelle,
	body.admin-bar #vorstand,
	body.admin-bar #geschaeftsfuehrung,
	body.admin-bar #aufsichtsrat,
	body.admin-bar #abteilungen,
	body.admin-bar .hth-roster,
	body.admin-bar .hth-schedule,
	body.admin-bar .hth-standings {
		scroll-margin-top: 154px;
	}

	#team,
	#team-manager,
	#coaches,
	#staff,
	#downloads {
		scroll-margin-top: 122px;
	}

	body.admin-bar #team,
	body.admin-bar #team-manager,
	body.admin-bar #coaches,
	body.admin-bar #staff,
	body.admin-bar #downloads {
		scroll-margin-top: 154px;
	}

	#roster:target::before,
	#spielplan:target::before,
	#tabelle:target::before {
		height: 122px;
		margin-top: -122px;
	}

	body.admin-bar #roster:target::before,
	body.admin-bar #spielplan:target::before,
	body.admin-bar #tabelle:target::before {
		height: 154px;
		margin-top: -154px;
	}

	.hth-schedule-feature {
		min-height: 0;
		padding: 16px 14px 18px;
		border-radius: 18px;
	}

	.hth-schedule-feature-content {
		width: 100%;
		max-width: 100%;
	}

	.hth-schedule-feature-helmet {
		top: 22px;
		width: 30%;
		transform: none;
		opacity: 0.34;
	}

	.hth-schedule-feature-helmet--home {
		left: -11%;
	}

	.hth-schedule-feature-helmet--away {
		right: -11%;
	}

	.hth-schedule-helmet-img {
		width: clamp(120px, 35vw, 182px);
	}

	.hth-schedule-helmet-fallback {
		min-width: 56px;
		height: 56px;
		font-size: 14px;
	}

	.hth-schedule-feature-kicker {
		font-size: 0.76rem;
	}

	.hth-schedule-feature-matchup {
		font-size: clamp(1.4rem, 8vw, 2rem);
	}

	.hth-schedule-feature-datetime {
		margin-top: 10px;
		font-size: 1.4rem;
	}

	.hth-schedule-badge {
		min-height: 34px;
		padding: 4px 11px;
		font-size: 0.82rem;
	}

	.hth-schedule .hth-schedule-table {
		min-width: 620px;
	}

	.hth-standings-feature-content {
		padding: 14px;
	}

	.hth-standings-feature-kicker {
		font-size: 0.76rem;
	}

	.hth-standings-feature-team {
		font-size: clamp(1.45rem, 8vw, 2rem);
	}

	.hth-standings-feature-rank {
		margin-top: 9px;
		font-size: 1.3rem;
	}

	.hth-standings-badge {
		min-height: 33px;
		padding: 4px 11px;
		font-size: 0.8rem;
	}

	.hth-standings .hth-standings-table {
		min-width: 680px;
	}

	.hth-standings .hth-standings-table thead th {
		font-size: 0.72rem;
	}

	.hth-standings .hth-standings-table thead th,
	.hth-standings .hth-standings-table tbody td {
		padding: 10px 10px !important;
	}

	.hth-standings .hth-standings-table tbody td {
		font-size: 0.92rem !important;
	}

	.hth-schedule .hth-schedule-table thead th {
		font-size: 0.72rem;
	}

	.hth-schedule .hth-schedule-table thead th,
	.hth-schedule .hth-schedule-table tbody td {
		padding: 10px 10px !important;
	}

	.hth-schedule .hth-schedule-table tbody td {
		font-size: 0.93rem !important;
	}

	.hth-team-section-nav {
		margin-bottom: 18px;
		border-radius: 10px;
	}

	.hth-team-section-nav__link {
		font-size: 0.98rem;
		padding: 10px 11px;
	}

	.hth-member-grid {
		grid-template-columns: 1fr;
	}

	.hth-member-card {
		padding: 10px;
	}

	.hth-member-card--roster {
		padding: 0;
	}

	.hth-member-image {
		flex-basis: 74px;
		width: 74px;
		height: 74px;
	}

	.hth-member-image--roster {
		flex: 0 0 auto;
		width: 100%;
		height: clamp(240px, 62vw, 320px);
	}

	.hth-training-card {
		padding: 18px 16px;
		border-radius: 16px;
	}

	.hth-training-card-title {
		font-size: 1.34rem;
	}

	.hth-training-times__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.hth-training-times__time {
		text-align: left;
	}

	.hth-member-name--roster {
		font-size: 1.56rem;
	}

	.hth-roster-label,
	.hth-roster-value {
		font-size: 0.95rem;
	}

	.hth-team-manager-image {
		flex-basis: 78px;
		width: 78px;
		height: 78px;
	}

	.hth-downloads-table-wrap {
		overflow: visible;
	}

	.hth-downloads .hth-downloads-table {
		min-width: 0;
		width: 100%;
		table-layout: fixed;
	}

	.hth-downloads .hth-downloads-table thead {
		display: none;
	}

	.hth-team-gallery {
		grid-template-columns: 1fr;
	}

	.hth-team-gallery--scroll .hth-team-gallery__item {
		flex-basis: 100%;
	}

	.hth-team-gallery-nav {
		display: none;
	}

	.hth-downloads .hth-downloads-table,
	.hth-downloads .hth-downloads-table tbody,
	.hth-downloads .hth-downloads-table tbody tr,
	.hth-downloads .hth-downloads-table tbody td {
		display: block;
		width: 100%;
	}

	.hth-downloads .hth-downloads-table tbody tr {
		padding: 10px 12px;
		border-top: 1px solid #27313e;
		background: #0f151f !important;
	}

	.hth-downloads .hth-downloads-table tbody tr:nth-child(even) {
		background: #121b27 !important;
	}

	.hth-downloads .hth-downloads-table tbody td {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
		padding: 8px 0 !important;
		border: 0 !important;
		background: transparent !important;
		font-size: 1rem !important;
	}

	.hth-downloads .hth-downloads-table tbody td::before {
		content: attr(data-label);
		flex: 0 0 96px;
		font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
		font-size: 0.76rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #9fb0c8;
	}

	.hth-downloads-game-name {
		text-align: right;
	}

	.hth-downloads-buttons {
		justify-content: flex-end;
	}

	.hth-downloads-button {
		min-width: 56px;
		padding: 6px 12px;
	}
}
