.hof-dropdown {
	position: relative;
}

.hof-dropdown .hof-dropdown-title {
	padding: 8px 16px;
	cursor: pointer;
	position: relative;
}

.hof-dropdown.branches .hof-dropdown-title {
	background-color: #b41522;
}

.hof-dropdown.years .hof-dropdown-title {
	background-color: #fff;
}

.hof-dropdown .hof-dropdown-title:before {
	content: '';
	height: 0px;
	width: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.hof-dropdown.branches .hof-dropdown-title:before {
	border-top: 5px solid #fff;
}

.hof-dropdown.years .hof-dropdown-title:before {
	border-top: 5px solid #b41522;
}

.hof-dropdown .hof-dropdown-title p {
	font-size: 18px;
	margin: 0px;
}

.hof-dropdown.branches .hof-dropdown-title p {
	color: #fff;
}

.hof-dropdown.years .hof-dropdown-title p {
	color: #b41522;
}

.hof-dropdown .hof-dropdown-list {
	height: 200px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 6rem;
	width: 100%;
	background-color: #f8f8f8;
	transition: 0.3s ease;
}

.hof-dropdown .hof-dropdown-list[aria-expanded='false'] {
	height: 0px;
}

.hof-dropdown .hof-dropdown-list .hof-dropdown-list-item {
	display: flex;
}

.hof-dropdown .hof-dropdown-list .hof-dropdown-list-item:hover {
	background-color: #fff;
}

.hof-dropdown .hof-dropdown-list .hof-dropdown-list-item a {
	font-size: 16px;
	display: flex;
	padding: 8px 8px;
	width: 100%;
}

/* HOF */
.hof-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
	width: 100%;
}

.hof-wrapper .hof-years-container {
	width: 100%;
}

.hof-wrapper .hof-years-container .hof-years {
	display: flex;
	flex-direction: row;
	width: 100%;
	list-style: none;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

.hof-wrapper .hof-years-container .hof-years .hof-year {
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hof-wrapper .hof-years-container .hof-years .hof-year a {
	padding: 0rem 1.2rem;
	height: 4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #b41522;
}

.hof-wrapper .hof-years-container .hof-years .hof-year a.active {
	background-color: #b41522;
	color: #fff;
}

.hof-wrapper .hof-years-container .hof-years .hof-year a:hover {
	color: #fff;
	background-color: #b41522;
}

.hof-wrapper .hof-winners-container {
	background: #fff;
	padding: 4rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hof-wrapper .hof-winners-container .hof-caption {
	width: 100%;
}

.hof-wrapper .hof-winners-container .hof-winners {
	width: 100%;
}

.hof-wrapper .hof-winners-container .hof-dropdown {
	width: 100%;
}

.hof-wrapper .hof-winners-container .hof-caption h2 {
	color: #b41522;
	font-size: 3.2rem;
	font-weight: 700;
	padding-bottom: 2rem;
}

.hof-wrapper .hof-winners-container .hof-caption h2:after {
	content: '';
	display: block;
	background-color: #000;
	width: 4rem;
	height: 3px;
	transform: translateY(0.5rem);
}

/* HOF Winner Box */
.hof-wrapper .hof-winners-container.winner .hof-winners {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(211px, 1fr));
	grid-auto-rows: 1fr;
	gap: 2rem;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 2rem;
}

.hof-wrapper .hof-winners-container.winner .hof-winners .hof-winner {
	width: 100%;
	height: 100%;
}

.hof-wrapper .hof-winners-container.winner .hof-winners .hof-winner > * {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 4px 10px -4px rgb(0, 0, 0, 0.2);
	height: 100%;
	padding: 20px;
}

.hof-wrapper
	.hof-winners-container.winner
	.hof-winners
	.hof-winner
	> *
	.hof-winner-position {
	height: 3rem;
	width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #b41522;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-50%) translateY(-50%);
}

.hof-wrapper .hof-winners-container.winner .hof-winners .hof-winner > * img {
	width: 100%;
	height: auto;
	height: 7rem;
	object-fit: contain;
	object-position: center;
}

.hof-wrapper .hof-winners-container.winner .hof-winners .hof-winner > * span {
	font-size: 14px;
	margin-top: 1rem;
	color: rgb(64, 64, 64);
	text-decoration: none;
	text-align: center;
}

.hof-wrapper
	.hof-winners-container.winner
	.hof-winners
	.hof-winner
	> a:hover
	span {
	text-decoration: underline;
}

/* HOF Excellence Box */
.hof-wrapper .hof-winners-container.excellence .hof-winners {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
	grid-auto-rows: 1fr;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 0rem;
	position: relative;
}

@media (max-width: 500px) {
	.hof-wrapper .hof-winners-container.excellence .hof-winners {
		grid-template-columns: 1fr;
	}
}

.hof-wrapper .hof-winners-container.excellence.participants .hof-winners {
	margin-top: 2rem;
	transition: 0.3s ease;
}

.hof-wrapper
	.hof-winners-container.excellence.participants
	.hof-winners[aria-expanded='false'] {
	max-height: 400px;
	overflow: hidden;
}

.hof-wrapper .hof-winners-container.excellence .hof-winners .hof-winner {
	height: 100%;
	width: 100%;
}

.hof-wrapper .hof-winners-container.excellence .hof-winners .hof-winner > * {
	display: flex;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ddd;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
}

.hof-wrapper
	.hof-winners-container.excellence.participants
	.hof-winners[aria-expanded='false']:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	width: 100%;
}

.hof-wrapper .hof-winners-container.excellence.participants .button {
	cursor: pointer;
}
