.pb-player-stats {
	--pb-table-title: var(--primary, #2c3e50);
	--pb-table-header: var(--secondary, #202a25);
	--pb-table-text: #17232d;
	--pb-table-muted: #61707b;
	--pb-table-soft: var(--secondary-light, #d3ded9);
	--pb-table-line: rgba(44, 62, 80, 0.14);
	--pb-table-row-even: #e9efec;
	--pb-table-row-hover: #e1eae6;
	--pb-table-white: var(--white, #fff);
	--pb-table-focus: var(--action, #ff9900);
	--pb-sticky-photo-width: 58px;
	--pb-sticky-player-width: 188px;
	--pb-sticky-team-width: 62px;
	font-family: "Roboto Condensed", Roboto, sans-serif;
	color: var(--pb-table-text);
	container-type: inline-size;
	padding-block-end: clamp(24px, 3cqi, 36px);
}

.pb-player-stats__heading {
	margin: 0 0 12px;
}

.pb-player-stats .pb-component-heading__eyebrow {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px 8px;
	margin: 0;
	font: 500 12px/1.4 "Roboto Condensed", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pb-table-muted);
}

.pb-player-stats .pb-component-heading__context-primary,
.pb-player-stats .pb-component-heading__context-part {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.pb-player-stats .pb-component-heading__context-part {
	gap: 8px;
}

.pb-player-stats .pb-component-heading__context-part::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	flex: 0 0 auto;
	opacity: 0.82;
}

.pb-player-stats__filters {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(280px, 1.3fr);
	gap: 16px;
	margin-block-end: 24px;
	padding: 30px 12px 20px;
	border-radius: 8px;
	border-block-end: 1.5px solid var(--secondary-semi-light, #99b2a6);
	background: var(--secondary-light, #d3ded9);
}

.pb-player-stats__field {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.pb-player-stats__field--sort {
	display: none;
}

.pb-player-stats__field > span:first-child {
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pb-player-stats__select-wrap {
	position: relative;
	display: block;
}

.pb-player-stats__select-wrap::after {
	content: "";
	position: absolute;
	inset-inline-end: 18px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-inline-end: 2px solid #17231f;
	border-block-end: 2px solid #17231f;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.pb-player-stats select,
.pb-player-stats input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 57px;
	margin: 0;
	padding: 12px 42px 12px 12px;
	border: 0;
	border-block-end: 1.5px solid var(--secondary-semi-light, #99b2a6);
	border-radius: 8px;
	background: var(--pb-table-white);
	color: #17231f;
	font-family: Oswald, "Roboto Condensed", sans-serif;
	font-size: var(--text-l, 1.24rem);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.pb-player-stats select {
	appearance: none;
	-webkit-appearance: none;
}

.pb-player-stats input[type="search"] {
	padding-inline-end: 12px;
}

.pb-player-stats input[type="search"]::placeholder {
	color: #61707b;
	opacity: 0.8;
}

.pb-player-stats select:focus-visible,
.pb-player-stats input[type="search"]:focus-visible,
.pb-player-stats button:focus-visible,
.pb-player-stats a:focus-visible,
.pb-player-stats__table-scroll:focus-visible,
.pb-stat-tooltip:focus-visible {
	outline: 2px solid var(--pb-table-focus);
	outline-offset: 2px;
}

.pb-player-stats__activity {
	position: absolute;
	inset-inline-end: 14px;
	inset-block-end: 2px;
	min-height: 1.2em;
	font-size: 12px;
	color: var(--pb-table-muted);
}

.pb-player-stats__table-shell {
	border-radius: 8px;
	border-block-end: 1.5px solid rgba(44, 62, 80, 0.28);
	background: var(--pb-table-white);
	box-shadow: 0 7px 24px rgba(35, 53, 64, 0.05);
}

.pb-player-stats__mobile-cards {
	display: none;
}

.pb-player-stats__table-scroll {
	overflow-x: auto;
	border-radius: 8px;
	overscroll-behavior-inline: contain;
	isolation: isolate;
	-webkit-overflow-scrolling: touch;
}

.pb-player-stats table {
	width: 100%;
	min-width: 1120px;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 15px;
}

.pb-player-stats caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pb-player-stats thead th {
	position: sticky;
	top: 0;
	z-index: 3;
	height: 48px;
	padding: 10px 8px;
	border: 0;
	background: var(--pb-table-header);
	color: #fff;
	font-family: Oswald, "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.035em;
	text-align: center;
	text-transform: uppercase;
}

.pb-player-stats thead th:first-child {
	width: var(--pb-sticky-photo-width);
	border-start-start-radius: 8px;
}

.pb-player-stats thead th:nth-child(2) {
	width: var(--pb-sticky-player-width);
	text-align: start;
}

.pb-player-stats thead th:nth-child(3) {
	width: var(--pb-sticky-team-width);
}

.pb-player-stats thead th:nth-child(-n + 3),
.pb-player-stats tbody tr > :nth-child(-n + 3) {
	position: sticky;
	background-clip: padding-box;
}

.pb-player-stats thead th:nth-child(-n + 3) {
	z-index: 6;
}

.pb-player-stats tbody tr > :nth-child(-n + 3) {
	z-index: 2;
}

.pb-player-stats :is(thead th, tbody tr > *):nth-child(1) {
	inset-inline-start: 0;
}

.pb-player-stats :is(thead th, tbody tr > *):nth-child(2) {
	inset-inline-start: var(--pb-sticky-photo-width);
}

.pb-player-stats :is(thead th, tbody tr > *):nth-child(3) {
	inset-inline-start: calc(var(--pb-sticky-photo-width) + var(--pb-sticky-player-width));
	box-shadow: 8px 0 12px -12px rgba(23, 35, 45, 0.72);
}

.pb-player-stats thead th:last-child {
	border-start-end-radius: 8px;
}

.pb-player-stats thead button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	cursor: pointer;
}

.pb-player-stats thead button span {
	width: 0;
	height: 0;
	border-inline: 4px solid transparent;
	border-block-start: 5px solid rgba(255, 255, 255, 0.52);
}

.pb-player-stats thead button[aria-sort="ascending"] span {
	transform: rotate(180deg);
	border-block-start-color: #fff;
}

.pb-player-stats thead button[aria-sort="descending"] span {
	border-block-start-color: #fff;
}

.pb-player-stats thead th.is-active-sort {
	box-shadow: inset 0 -3px #8fb99f;
}

.pb-player-stats tbody tr:nth-child(odd) > * {
	background: #fff;
}

.pb-player-stats tbody tr:nth-child(even) > * {
	background: var(--pb-table-row-even);
}

@supports (background: color-mix(in srgb, white 50%, black)) {
	.pb-player-stats tbody tr:nth-child(even) > * {
		background: color-mix(in srgb, var(--pb-table-soft) 58%, white);
	}
}

.pb-player-stats tbody tr:hover > * {
	background: var(--pb-table-row-hover);
}

@supports (background: color-mix(in srgb, white 50%, black)) {
	.pb-player-stats tbody tr:hover > * {
		background: color-mix(in srgb, var(--pb-table-soft) 84%, white);
	}
}

.pb-player-stats tbody th,
.pb-player-stats tbody td {
	height: 58px;
	padding: 10px 8px;
	border: 0;
	border-block-end: 1px solid var(--pb-table-line);
	color: var(--pb-table-text);
	font-family: Oswald, "Roboto Condensed", sans-serif;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	vertical-align: middle;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.pb-player-stats tbody td.is-active-sort {
	color: #2f7d63;
	font-weight: 600;
}

.pb-player-stats tbody tr:last-child > * {
	border-block-end: 0;
}

.pb-player-stats__photo img,
.pb-player-stats__team img,
.pb-player-stats__placeholder {
	display: inline-block;
	box-sizing: border-box;
	width: 46px;
	height: 46px;
	padding: 4px;
	border: 1px solid rgba(44, 62, 80, 0.11);
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
	vertical-align: middle;
}

.pb-player-stats__photo img {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 5px;
	object-fit: cover;
	object-position: top center;
}

.pb-player-stats__placeholder::after {
	content: "—";
	display: grid;
	place-items: center;
	height: 100%;
	color: var(--pb-table-muted);
}

.pb-player-stats tbody .pb-player-stats__player {
	font-family: Oswald, "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-align: start;
	text-transform: uppercase;
	white-space: nowrap;
}

.pb-player-stats__player a {
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	color: var(--pb-table-text);
	font: inherit;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
}

.pb-player-stats__identity {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	min-width: 0;
	vertical-align: middle;
}

.pb-player-stats__identity > :is(a, span:not(.pb-player-stats__number-badge)) {
	min-width: 0;
	flex: 1 1 auto;
}

.pb-player-stats__number-badge {
	box-sizing: border-box;
	display: inline-grid;
	min-width: 28px;
	min-height: 27px;
	padding: 0 3px;
	place-items: center;
	flex: 0 0 auto;
	border: 1px solid rgba(47, 125, 99, 0.36);
	border-radius: 999px;
	background: #f5f9f7;
	color: #24533d;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(32, 42, 37, 0.08);
	font: 700 14px/1 Oswald, "Roboto Condensed", sans-serif;
	font-variant-numeric: tabular-nums;
}

.pb-player-stats__name {
	display: grid;
	min-width: 0;
	gap: 1px;
	text-align: start;
}

.pb-player-stats__name :is(.pb-player-stats__first-name, .pb-player-stats__last-name) {
	display: block;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pb-player-stats__first-name {
	font: 600 12px/1.15 "Roboto Condensed", Roboto, sans-serif;
	text-transform: none;
}

.pb-player-stats__last-name {
	font: 600 15px/1.15 Oswald, "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

.pb-player-stats__player a:hover,
.pb-player-stats__player a:focus-visible {
	color: #2f7d63;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pb-player-stats__details-toggle {
	display: none;
}

.pb-player-stats__team-name {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.pb-player-stats__key {
	font-weight: 600 !important;
}

.pb-stat-tooltip {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border-block-end: 1px dotted currentColor;
	cursor: help;
}

.pb-stats-floating-tooltip {
	position: fixed;
	z-index: 2147483000;
	max-width: min(260px, calc(100vw - 24px));
	padding: 8px 12px;
	border-radius: 8px;
	background: var(--secondary, #202a25);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: #fff;
	font: 500 14px/1.25 "Roboto Condensed", Roboto, sans-serif;
	pointer-events: none;
}

.pb-player-stats__footer {
	display: flex;
	justify-content: space-between;
	gap: 8px 18px;
	margin-block-start: 12px;
	color: var(--pb-table-muted);
}

.pb-player-stats__footer p {
	margin: 0;
	font-size: 14px;
}

.pb-player-stats__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	width: fit-content;
	max-width: calc(100% - 24px);
	margin: 20px auto 0;
	padding: 8px;
	border: 1px solid var(--secondary-light, #d3ded9);
	border-block-end: 1.5px solid var(--secondary-semi-light, #99b2a6);
	border-radius: 8px;
	background: var(--pb-table-white);
	box-shadow: 0 8px 24px rgba(32, 42, 37, 0.07);
}

.pb-player-stats__pagination button {
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--secondary-light, #d3ded9);
	border-block-end: 1.5px solid var(--secondary-semi-light, #99b2a6);
	border-radius: 8px;
	background: #fff;
	color: var(--pb-table-text);
	font: 700 15px/1 "Roboto Condensed", Roboto, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.pb-player-stats__pagination button:hover,
.pb-player-stats__pagination button[aria-current="page"] {
	background: var(--secondary, #202a25);
	border-color: var(--secondary, #202a25);
	color: #fff;
}

.pb-player-stats__pagination button:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* Opt-in candidate: individual controls sit directly on the page canvas. */
.pb-player-stats--pagination-plain .pb-player-stats__pagination {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pb-player-stats__empty td,
.pb-player-stats__state {
	min-height: 150px;
	padding: 40px 18px !important;
	border-radius: 8px;
	border-block-end: 1.5px solid rgba(44, 62, 80, 0.28);
	background: #fff;
	text-align: center !important;
}

@media (max-width: 1080px) {
	.pb-player-stats {
		--pb-sticky-player-width: 170px;
	}

	.pb-player-stats table {
		font-size: 14px;
	}

	.pb-player-stats thead th,
	.pb-player-stats tbody th,
	.pb-player-stats tbody td {
		padding-inline: 6px;
	}

	.pb-player-stats__photo img,
	.pb-player-stats__team img,
	.pb-player-stats__placeholder {
		width: 40px;
		height: 40px;
	}

	.pb-player-stats__photo img {
		padding: 0;
	}
}

@container (max-width: 820px) {
	.pb-player-stats__heading {
		margin-block-end: 10px;
	}

	.pb-player-stats__filters {
		grid-template-columns: minmax(0, 2fr) minmax(112px, 1fr);
		padding: 24px 10px 16px;
		gap: 12px;
	}

	.pb-player-stats__field:first-child {
		grid-column: 1 / -1;
	}

	.pb-player-stats__field--sort {
		display: grid;
	}

	.pb-player-stats__field--sort select {
		padding-inline: 10px 34px;
		font-size: clamp(15px, 4cqi, 18px);
	}

	.pb-player-stats__field--sort .pb-player-stats__select-wrap::after {
		inset-inline-end: 15px;
	}

	.pb-player-stats__table-shell {
		display: none;
	}

	.pb-player-stats__mobile-cards {
		display: grid;
		gap: 14px;
	}

	.pb-player-stats__mobile-cards > .pb-player-card:nth-child(n + 11) {
		display: none;
	}

	.pb-player-card {
		box-sizing: border-box;
		padding: 14px;
		border: 1px solid rgba(44, 62, 80, 0.1);
		border-block-end: 1.5px solid var(--secondary-semi-light, #99b2a6);
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 10px 28px rgba(32, 42, 37, 0.07);
		overflow: hidden;
	}

	.pb-player-card__top {
		display: grid;
		grid-template-columns: clamp(94px, 30cqi, 122px) minmax(0, 1fr);
		gap: 12px;
	}

	.pb-player-card__main {
		display: block;
		min-width: 0;
	}

	.pb-player-card__photo {
		display: grid;
		place-items: center;
		align-self: stretch;
		width: 100%;
		height: 100%;
		min-height: 198px;
		max-height: 240px;
		border: 1px solid rgba(44, 62, 80, 0.13);
		border-radius: 8px;
		background: #eef1ef;
		overflow: hidden;
	}

	.pb-player-card__photo img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.pb-player-card__photo-placeholder,
	.pb-player-card__team-placeholder {
		display: grid;
		place-items: center;
		width: 100%;
		height: 100%;
	}

	.pb-player-card__photo-placeholder::after,
	.pb-player-card__team-placeholder::after {
		content: "—";
		color: var(--pb-table-muted);
	}

	.pb-player-card__heading {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 6px 8px;
		min-width: 0;
	}

	.pb-player-card__heading h3 {
		grid-column: 1 / -1;
		grid-row: 2;
		min-width: 0;
		max-width: 100%;
		margin: 0;
		overflow: hidden;
		font: 700 clamp(18px, 5cqi, 24px)/1.15 Oswald, "Roboto Condensed", sans-serif;
		letter-spacing: 0.01em;
		color: var(--secondary, #202a25);
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.pb-player-card__heading h3 a {
		color: inherit;
		text-decoration: none;
	}

	.pb-player-card__heading h3 a:hover,
	.pb-player-card__heading h3 a:focus-visible {
		color: #2f7d63;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.pb-player-card__heading h3 .pb-player-stats__identity {
		display: flex;
		width: 100%;
	}

	.pb-player-card__heading h3 .pb-player-stats__number-badge {
		min-width: 27px;
		min-height: 27px;
	}

	.pb-player-card__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 36px;
		padding: 8px 10px;
		border: 1px solid var(--secondary-light, #d3ded9);
		border-block-end: 1.5px solid var(--secondary-semi-light, #99b2a6);
		border-radius: 7px;
		background: #fff;
		color: var(--secondary, #202a25);
		font: 700 10px/1 Oswald, "Roboto Condensed", sans-serif;
		letter-spacing: 0.045em;
		text-transform: uppercase;
		white-space: nowrap;
		cursor: pointer;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.pb-player-card__toggle i {
		width: 8px;
		height: 8px;
		border-inline-end: 1.5px solid currentColor;
		border-block-end: 1.5px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 160ms ease;
	}

	.pb-player-card__toggle[aria-expanded="true"] i {
		transform: rotate(225deg) translate(-1px, -1px);
	}

	.pb-player-card__summary {
		display: block;
		margin-block-start: 14px;
		border-block-start: 1px solid var(--pb-table-line);
	}

	.pb-player-card__team {
		display: flex;
		align-items: center;
		gap: 10px;
		min-width: 0;
		padding: 8px 4px;
		font: 700 14px/1.15 Oswald, "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}

	.pb-player-card__team img,
	.pb-player-card__team-placeholder {
		box-sizing: border-box;
		width: 48px;
		height: 48px;
		padding: 5px;
		border: 1px solid rgba(44, 62, 80, 0.11);
		border-radius: 7px;
		background: #fff;
		object-fit: contain;
	}

	.pb-player-card__team > span:last-child {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pb-player-card__primary {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-block-start: 1px solid var(--pb-table-line);
	}

	.pb-player-card__metric {
		display: grid;
		align-content: center;
		justify-items: center;
		gap: 4px;
		min-height: 58px;
		padding: 7px 4px;
		font-variant-numeric: tabular-nums;
		text-align: center;
	}

	.pb-player-card__metric > span,
	.pb-player-card__shot > span {
		font-size: 10px;
		font-weight: 600;
		line-height: 1.1;
		letter-spacing: 0.055em;
		text-transform: uppercase;
		color: var(--pb-table-muted);
	}

	.pb-player-card__metric strong,
	.pb-player-card__shot strong {
		font: 500 16px/1.1 Oswald, "Roboto Condensed", sans-serif;
		font-variant-numeric: tabular-nums;
		color: var(--secondary, #202a25);
	}

	.pb-player-card [data-stat-key].is-active-sort {
		border-radius: 7px;
		background: rgba(47, 125, 99, 0.08);
	}

	.pb-player-card [data-stat-key].is-active-sort strong {
		color: #2f7d63;
		font-weight: 600;
	}

	.pb-player-card__details {
		margin-block-start: 12px;
		border-block-start: 1px solid var(--pb-table-line);
	}

	.pb-player-card__details[hidden] {
		display: none;
	}

	.pb-player-card__secondary,
	.pb-player-card__shooting {
		display: grid;
	}

	.pb-player-card__secondary {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.pb-player-card__shooting {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-block-start: 1px solid var(--pb-table-line);
	}

	.pb-player-card__shot {
		display: grid;
		justify-items: center;
		gap: 5px;
		min-width: 0;
		padding: 12px 4px 10px;
		font-variant-numeric: tabular-nums;
		text-align: center;
	}

	.pb-player-card__shot strong {
		padding-block-end: 3px;
		border-block-end: 1px solid rgba(44, 62, 80, 0.34);
	}

	.pb-player-card__shot small {
		font-size: 11px;
		font-weight: 500;
		line-height: 1.1;
		color: var(--pb-table-muted);
	}

	.pb-player-stats__mobile-empty {
		min-height: 150px;
		margin: 0;
		padding: 40px 18px;
		border-radius: 8px;
		border-block-end: 1.5px solid rgba(44, 62, 80, 0.28);
		background: #fff;
		text-align: center;
	}

	.pb-player-stats__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

@container (min-width: 540px) and (max-width: 820px) {
	.pb-player-card__top {
		grid-template-columns: minmax(154px, 30%) minmax(0, 1fr);
	}

	.pb-player-card__main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"team button"
			"name name"
			"metrics metrics";
		grid-template-rows: auto auto 1fr;
		column-gap: 12px;
		row-gap: 8px;
		align-content: stretch;
		min-width: 0;
	}

	.pb-player-card__heading,
	.pb-player-card__summary {
		display: contents;
	}

	.pb-player-card__photo {
		align-self: stretch;
		height: 100%;
		min-height: 198px;
		max-height: 240px;
	}

	.pb-player-card__heading h3 {
		grid-area: name;
	}

	.pb-player-card__toggle {
		grid-area: button;
	}

	.pb-player-card__team {
		grid-area: team;
		align-self: center;
		align-items: center;
		min-height: 36px;
		padding: 0;
		border: 0;
		color: #4d5953;
		color: color-mix(in srgb, var(--secondary, #202a25) 78%, white);
	}

	.pb-player-card__team img,
	.pb-player-card__team-placeholder {
		width: 36px;
		height: 36px;
		padding: 4px;
	}

	.pb-player-card__primary {
		grid-area: metrics;
		grid-template-columns: repeat(3, minmax(62px, 1fr));
		margin-block-start: 0;
		border-block-start: 1px solid var(--pb-table-line);
	}

	.pb-player-card__metric {
		min-height: 72px;
	}
}

@container (max-width: 390px) {
	.pb-player-stats__filters {
		grid-template-columns: minmax(0, 1.85fr) minmax(104px, 1fr);
		gap: 10px 8px;
	}

	.pb-player-stats input[type="search"],
	.pb-player-stats__field--sort select {
		min-height: 52px;
		font-size: 15px;
	}

	.pb-player-stats input[type="search"] {
		padding-inline: 10px;
	}

	.pb-player-card {
		padding: 10px;
	}

	.pb-player-card__top {
		grid-template-columns: clamp(116px, 34cqi, 126px) minmax(0, 1fr);
		gap: 9px;
	}

	.pb-player-card__photo {
		min-height: 198px;
	}

	.pb-player-card__heading h3 {
		font-size: clamp(13px, 4.25cqi, 15px);
	}

	.pb-player-card__metric {
		min-height: 54px;
		padding-inline: 2px;
	}

	.pb-player-card__secondary .pb-player-card__metric {
		min-height: 52px;
	}

	.pb-player-card__metric > span,
	.pb-player-card__shot > span {
		font-size: 9px;
	}

	.pb-player-card__metric strong,
	.pb-player-card__shot strong {
		font-size: 15px;
	}

	.pb-player-card__shot small {
		font-size: 10px;
	}
}

@container (max-width: 340px) {
	.pb-player-card__toggle {
		justify-self: end;
		min-height: 32px;
		padding: 7px 8px;
		font-size: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pb-player-stats *,
	.pb-stats-floating-tooltip {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
