.ssp-archive-identity {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	margin: 0 0 2rem;
}

.ssp-archive-navigation-wrap {
	clear: both;
	display: block;
	margin: 1.5rem 0;
	width: 100%;
}

.ssp-store-filter-wrap {
	clear: both;
	margin: 0 0 1.5rem;
	width: 100%;
}

.ssp-store-filter {
	align-items: end;
	background: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}

.ssp-store-filter label {
	flex: 1 1 220px;
	margin: 0;
}

.ssp-store-filter label span {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.ssp-store-filter select {
	margin: 0;
	min-height: 42px;
	width: 100%;
}

.ssp-store-filter button {
	min-height: 42px;
}

.ssp-store-filter > a {
	align-self: center;
}

.ssp-archive-banner {
	aspect-ratio: 3 / 1;
	margin: 0 0 1.5rem;
	overflow: hidden;
}

.ssp-archive-banner img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ssp-archive-editorial {
	margin: 0 0 2rem;
	max-width: 72ch;
}

.ssp-entity-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 2rem;
	margin: 0 0 2rem;
}

.ssp-entity-facts div {
	min-width: 8rem;
}

.ssp-entity-facts dt {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ssp-entity-facts dd {
	margin: 0.2rem 0 0;
}

.ssp-player-profile {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
	margin: 1.5rem 0 2rem;
}

.ssp-player-photo {
	aspect-ratio: 1;
	max-width: 240px;
	object-fit: cover;
	width: 35%;
}

.ssp-archive-emblem {
	height: 88px;
	object-fit: contain;
	width: 88px;
}

.ssp-archive-kicker {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

.ssp-related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ssp-related-links a {
	border: 1px solid currentColor;
	border-radius: 999px;
	padding: 0.35rem 0.75rem;
	text-decoration: none;
}

.ssp-collection-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(var(--ssp-grid-columns, 4), minmax(0, 1fr));
	margin: 1.5rem 0;
}

.ssp-collection-card {
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.14);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
}

.ssp-collection-image {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: center;
	width: 100%;
}

.ssp-collection-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ssp-collection-card span:last-child {
	font-size: 0.8rem;
	opacity: 0.7;
}

.ssp-competition-tree,
.ssp-competition-tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ssp-competition-tree > ul > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ssp-competition-tree details > summary {
	cursor: pointer;
	font-weight: 700;
	padding: 0.8rem 0;
}

.ssp-tree-label {
	align-items: center;
	display: inline-flex;
	gap: 0.6rem;
}

.ssp-competition-tree a {
	text-decoration: none;
}

.ssp-competition-tree img {
	height: 28px;
	object-fit: contain;
	width: 28px;
}

.ssp-competition-tree small {
	opacity: 0.6;
}

.ssp-competition-tree details > ul {
	padding: 0 0 0.7rem 1.2rem;
}

.ssp-competition-tree details > ul a {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	justify-content: space-between;
	padding: 0.4rem 0;
}

.ssp-competition-tree details > ul a img {
	margin-right: 0.15rem;
}

.ssp-competition-tree details > ul a span {
	margin-right: auto;
}

@media (max-width: 600px) {
	.ssp-archive-identity {
		align-items: flex-start;
	}

	.ssp-archive-emblem {
		height: 64px;
		width: 64px;
	}

	.ssp-collection-grid:not(.ssp-columns-1) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ssp-collection-grid.ssp-columns-1 {
		grid-template-columns: minmax(0, 1fr);
	}

	.ssp-player-profile {
		display: block;
	}

	.ssp-player-photo {
		margin-bottom: 1rem;
		width: 100%;
	}

	.ssp-store-filter {
		display: block;
	}

	.ssp-store-filter label,
	.ssp-store-filter button,
	.ssp-store-filter > a {
		display: block;
		margin: 0 0 0.75rem;
		width: 100%;
	}
}
