/* Stacked chrome at ≤1024px. Desktop (≥1025px) stays on css/styles.css. */

.userbox-toggle,
#header-mobile,
.nav-section-toggle {
	display: none;
}

#header-desktop,
#nav-mobile {
	display: contents;
}

#footer-sentinel {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

@media (min-width: 1025px) {
	#header-mobile,
	.nav-section-toggle {
		display: none;
	}

	#header-desktop,
	#nav-mobile {
		display: contents;
	}

	br.br-mobile {
		display: none;
	}

	#header-desktop {
		font-size: 0;
		line-height: 0;
	}

	#header-desktop img {
		vertical-align: bottom;
	}

	#userbox .userbox-btn {
		font-size: 1.25em;
		white-space: nowrap;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.userbox-btn-wrap {
		text-align: left;
	}

	.userbox-logout-wrap .userbox-btn {
		margin-top: 0;
		margin-bottom: 0.25em;
	}

	#userbox input[name="username"],
	#userbox input[name="password"] {
		width: 90%;
		max-width: 90%;
		box-sizing: border-box;
	}
}

/* Home content well — button grid + winners box (desktop and mobile) */
.home-nav-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5em;
	width: 100%;
	box-sizing: border-box;
	margin: 0.75em 0 1em;
}

.home-nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	box-sizing: border-box;
	min-width: 0;
	padding: 0.5em 0.45em;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-style: solid;
	border-width: 0.4rem;
	border-top-color: #123969;
	border-left-color: #123969;
	border-right-color: #031018;
	border-bottom-color: #031018;
	background: #06274f;
	box-shadow: none;
	outline: none;
}

.home-nav-btn:visited {
	color: #ffffff;
	background: #06274f;
}

.home-nav-btn:hover,
.home-nav-btn:visited:hover,
.home-nav-btn:focus-visible,
.home-nav-btn:visited:focus-visible {
	background: #ffffff;
	color: #06274f;
	text-decoration: none;
}

.home-nav-btn svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	display: block;
}

button.home-nav-btn {
	display: inline-flex;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

.home-nav-label {
	min-width: 0;
}

.home-headline {
	margin-bottom: 0.16em;
}

.home-subheads {
	margin-top: 0;
}

.home-winners-frame {
	width: 100%;
	max-width: 650px;
	margin: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #ffffff;
	border-style: solid;
	border-width: 5px;
	border-top-color: #f4b483;
	border-left-color: #f4b483;
	border-right-color: #c45c1a;
	border-bottom-color: #c45c1a;
}

.home-winners {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #ffffff;
}

.home-winners td {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	text-align: center;
	background: #ffffff;
	border: 0;
}

.home-winners tr + tr td {
	border-top: 1px solid #d4d4d4;
}

.home-winners-title {
	display: block;
	margin-bottom: 0.65em;
}

.home-winners a {
	text-decoration: underline;
}

.home-winners a:hover {
	color: #b6061e;
}

@media (max-width: 1024px) {
	html {
		font-size: clamp(15px, 3.6vw, 18px);
	}

	html, body {
		text-align: left;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	#page {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding-top: var(--mobile-header-h, 7.5em);
		padding-bottom: 0;
		box-sizing: border-box;
	}

	#header, #footer {
		width: 100%;
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	#header {
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 220;
		background: #06274f;
	}

	#header-desktop {
		display: none;
	}

	#header-mobile {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		background: #06274f;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 220;
	}

	.header-mobile-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.95em;
		padding: 0.4em 0.5em;
		width: 100%;
		box-sizing: border-box;
	}

	#header-mobile .shield {
		height: 3.75em;
		width: auto;
		display: block;
	}

	#header-mobile .ball {
		height: 3em;
		width: auto;
		display: block;
	}

	#header-mobile .site-title {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: clamp(16px, 4.6vw, 40px);
		color: #f4f4f4;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		text-shadow: 2px 2px 0 #000, 3px 3px 4px rgba(0,0,0,.5);
	}

	#header-mobile .site-title:visited {
		color: #f4f4f4;
	}

	.mobile-toolbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0 0.5em 0.6em;
		background: #06274f;
	}

	.userbox-toggle,
	#mobile-menu-btn {
		display: inline-flex;
		align-items: center;
		height: 2em;
		box-sizing: border-box;
		margin: 0;
		padding: 0 0.5em;
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		line-height: 1;
		color: #ffffff;
		background: #06274f;
		border-width: 0.25em;
		border-style: solid;
		border-top-color: #123969;
		border-left-color: #123969;
		border-right-color: #031018;
		border-bottom-color: #031018;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
		overflow: hidden;
		position: relative;
		z-index: 230;
		pointer-events: auto;
	}

	.userbox-toggle {
		flex: 0 0 auto;
		width: auto;
		max-width: calc(100% - 7.5em);
		gap: 0.35em;
		justify-content: flex-start;
		text-align: left;
	}

	.userbox-toggle .user-chip-icon {
		flex: 0 0 auto;
		width: 1em;
		height: 1em;
		display: block;
	}

	.userbox-toggle .user-chip-label {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 0.8125em;
	}

	.userbox-toggle::after {
		content: "";
		flex: 0 0 auto;
		width: 0;
		height: 0;
		border-left: 0.25em solid transparent;
		border-right: 0.25em solid transparent;
		border-top: 0.3125em solid #ffffff;
		margin-left: 0.15em;
	}

	.userbox-toggle[aria-expanded="true"]::after {
		border-top: none;
		border-bottom: 0.3125em solid #ffffff;
	}

	#mobile-menu-btn {
		flex: 0 0 auto;
		padding: 0 0 0 0.5em;
		gap: 0;
	}

	#mobile-menu-btn .menu-label {
		padding-right: 0.375em;
		white-space: nowrap;
		font-size: 0.8125em;
	}

	#mobile-menu-btn .hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 2em;
		height: 2em;
		flex: 0 0 2em;
		margin: -0.25em 0;
		gap: 0.1875em;
	}

	#mobile-menu-btn .hamburger span {
		display: block;
		width: 0.875em;
		height: 0.125em;
		background: #ffffff;
	}

	#nav-mobile {
		display: none;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		background: #06274f;
	}

	#nav-mobile.is-open {
		display: block;
		position: fixed;
		top: var(--mobile-header-h, 7.5em);
		left: 0;
		right: 0;
		z-index: 210;
		max-height: calc(100vh - var(--mobile-header-h, 7.5em));
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.nav-section-toggle {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0.625em 0.75em;
		font-family: mv sans, arial, helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		color: #f4f4f4;
		text-align: left;
		background: #013369;
		border: none;
		border-bottom: 1px solid #072f5f;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
	}

	.nav-section-toggle::after {
		content: " \25BC";
		float: right;
	}

	.nav-section-toggle[aria-expanded="true"]::after {
		content: " \25B2";
	}

	#nav1, #nav2, #nav3, #nav4, #nav5 {
		position: static;
		left: auto;
		top: auto;
		width: auto;
		max-width: 100%;
		display: none;
		box-sizing: border-box;
		box-shadow: none;
	}

	#nav1.is-open,
	#nav2.is-open,
	#nav3.is-open,
	#nav4.is-open,
	#nav5.is-open {
		display: block;
	}

	#nav-mobile .navlinks {
		width: 100% !important;
	}

	#leftside {
		float: none;
		width: 100%;
		margin-top: 0;
		box-sizing: border-box;
	}

	#leftside > br {
		display: none;
	}

	#userbox {
		display: none;
		width: auto;
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
		border-style: solid;
		border-width: 4px;
		border-top-color: #123969;
		border-left-color: #123969;
		border-right-color: #031018;
		border-bottom-color: #031018;
		background: #06274f;
	}

	#userbox.is-open {
		display: block;
		position: fixed;
		top: var(--mobile-header-h, 7.5em);
		left: 0;
		right: 0;
		z-index: 210;
		max-height: calc(100vh - var(--mobile-header-h, 7.5em));
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		pointer-events: none;
	}

	#userbox table,
	#userbox form {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	#userbox.is-open table,
	#userbox.is-open form {
		pointer-events: auto;
	}

	#register-box {
		width: auto !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	#userbox input[name="username"],
	#userbox input[name="password"] {
		max-width: 100%;
		box-sizing: border-box;
	}

	.userbox-btn-wrap {
		text-align: left;
	}

	#userbox .header-userbox,
	#userbox .text-userbox,
	#userbox .text-userbox-red {
		font-size: 1.1em;
	}

	#userbox .userbox-pick-status,
	#userbox .text-userbox [style*="font-size"],
	#userbox .text-userbox-red [style*="font-size"] {
		font-size: 1em;
	}

	#userbox .userbox-btn {
		font-size: 0.85em;
		white-space: nowrap;
	}

	#content {
		margin-top: 0;
		margin-left: 0;
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
		overflow-x: auto;
		font-size: inherit;
	}

	#content h1 {
		font-size: 1.75em;
	}

	#content h2 {
		font-size: 1.75em;
	}

	#content h3 {
		font-size: 1.45em;
	}

	#content img:not(.tv-logo) {
		max-width: 100%;
		height: auto;
	}

	#content img.picks-win-ball {
		height: 1.5em !important;
		width: auto;
		max-width: none;
		vertical-align: middle;
	}

	#content img.career-bar {
		width: 14px;
		max-width: none;
		height: unset;
		vertical-align: bottom;
	}

	#content table {
		max-width: 100%;
	}

	.pick-spread {
		white-space: normal;
	}

	.pick-table tr:hover {
		background-color: transparent;
	}

	.pick-matchup {
		grid-template-columns: 1fr auto 1fr;
		grid-template-rows: auto;
		justify-items: center;
		align-items: start;
	}

	.pick-side-stack {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-self: stretch;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 0.2em 0.35em 0.35em;
	}

	.pick-side-vis .pick-side-stack {
		grid-column: 1;
		grid-row: 1;
		flex-direction: column-reverse;
	}

	.pick-side-home .pick-side-stack {
		grid-column: 3;
		grid-row: 1;
		flex-direction: column;
	}

	.pick-name.pick-side-vis,
	.pick-name.pick-side-home {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	.pick-at {
		grid-column: 2;
		grid-row: 1;
		align-self: stretch;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 40px;
		padding-bottom: 0.35em;
		box-sizing: border-box;
	}

	.pick-selected .pick-logo,
	.pick-side-vis:has(input:checked) .pick-logo,
	.pick-side-home:has(input:checked) .pick-logo {
		background-color: transparent;
		border-color: transparent;
	}

	.pick-selected .pick-side-stack,
	.pick-side-vis:has(input:checked) .pick-side-stack,
	.pick-side-home:has(input:checked) .pick-side-stack {
		background-color: #ceddf3;
		border: 2px solid #000000;
	}

	.pick-name .pick-record {
		display: block;
	}

	.pick-table {
		margin-bottom: 0.5em;
	}

	.pick-block {
		padding-bottom: 0.5em;
	}

	@media (max-width: 499px) {
		.pick-block {
			font-size: 1em;
		}
	}

	.pick-meta {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		row-gap: 0.5em;
		margin-top: 0.5em;
		padding-bottom: 0.5em;
	}

	.pick-meta .pick-spread {
		grid-column: 1 / -1;
		grid-row: 1;
		text-align: center;
	}

	.pick-meta .pick-game-time {
		grid-column: 1;
		grid-row: 2;
		text-align: center;
	}

	.pick-meta .pick-preview-cell {
		grid-column: 2;
		grid-row: 2;
		text-align: center;
	}

	.makepicks-success-btns {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.makepicks-success-btns .picktype-btn,
	.makepicks-success-btns .home-nav-btn {
		flex-direction: row;
		flex-wrap: nowrap;
		white-space: nowrap;
		width: max-content;
		max-width: none;
	}

	.makepicks-success-btns .picktype-btn + .picktype-btn {
		margin-top: 1em;
	}

	.makepicks-success-btns .home-nav-label {
		white-space: nowrap;
		flex-shrink: 0;
		min-width: max-content;
	}

	.picks-display-table .picks-title-colon {
		display: none;
	}

	.picks-display-table {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		table-layout: fixed;
	}

	.picks-display-table .picks-table-matchup {
		white-space: normal;
	}

	.picks-display-table .picks-matchup-vis,
	.picks-display-table .picks-team-name {
		white-space: nowrap;
		hyphens: none;
	}

	.picks-display-table .picks-game-row td:first-child {
		width: auto;
		overflow-wrap: normal;
		word-break: normal;
	}

	.picks-display-table .picks-game-row td:last-child {
		width: 1%;
		white-space: nowrap;
	}

	.quickpick-row .quickpick-controls {
		display: inline-flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		width: max-content;
		max-width: 100%;
	}

	.quickpick-row select {
		margin-right: 0.4em;
		width: max-content;
		flex: 0 0 auto;
	}

	.quickpick-row .home-nav-btn {
		padding-left: 0.2em;
		padding-right: 0.2em;
		min-width: 0;
		flex: 0 0 auto;
		gap: 0.25em;
	}

	.makepicks-submit-table {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	.makepicks-login-fields {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
		gap: 0.75em;
	}

	.makepicks-login-field {
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		white-space: nowrap;
		width: auto;
	}

	.bb-thread,
	.bb-post-wrap,
	.bb-post-form,
	.bb-search-form,
	.bb-pager,
	.bb-preview-wrap {
		width: 100%;
		max-width: 100%;
	}

	.bb-post-toggle,
	.bb-post-wrap .bb-post-toggle,
	button.home-nav-btn.bb-post-toggle {
		flex-direction: row;
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: center;
		width: 60%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.bb-msg,
	.bb-msg a {
		overflow-wrap: anywhere;
		word-wrap: break-word;
		word-break: break-word;
	}

	.bb-msg a {
		word-break: break-all;
	}

	.bb-pager {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"prev prev"
			"goto next";
	}

	.bb-pager-prev {
		grid-area: prev;
	}

	.bb-pager-prev:empty,
	.bb-pager-next:empty {
		display: none;
	}

	.bb-pager-goto {
		grid-area: goto;
		justify-self: start;
	}

	.bb-pager-next {
		grid-area: next;
		justify-self: end;
	}

	.bb-post-table,
	.bb-post-table tbody {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		background: #ffcc99;
		padding: 0;
	}

	.bb-post-table tr {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.bb-post-table td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding: 0.35em 0.5em;
	}

	.bb-post-table .bb-post-label {
		width: 100%;
		white-space: normal;
		padding-bottom: 0.15em;
	}

	.bb-post-table .bb-post-control {
		width: 100%;
	}

	.bb-post-table input[type="text"],
	.bb-post-table input[type="password"],
	.bb-post-table input:not([type]) {
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
	}

	.bb-post-table textarea {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.bb-search-form label {
		display: block;
		margin-top: 0.25em;
	}

	.bb-search-form input[type="text"] {
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
	}

	.bb-post-form .home-nav-btn,
	.bb-search-form .home-nav-btn,
	.bb-preview-wrap .home-nav-btn {
		flex-direction: row;
		flex-wrap: nowrap;
		white-space: nowrap;
		font-size: 1.15em;
		width: max-content;
		max-width: 100%;
	}

	.bb-post-toggle,
	button.home-nav-btn.bb-post-toggle {
		flex-direction: row;
		flex-wrap: nowrap;
		white-space: nowrap;
		font-size: 1.15em;
		width: 60%;
		max-width: 100%;
	}

	#footer-sentinel {
		height: 1px;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		pointer-events: none;
	}

	#footer {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 200;
		width: auto;
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		box-sizing: border-box;
		background: #06274f;
		border-width: 4px;
		border-style: solid;
		border-top-color: #123969;
		border-left-color: #123969;
		border-right-color: #031018;
		border-bottom-color: #031018;
	}

	#footer-more {
		display: none;
	}

	#footer.is-expanded #footer-more {
		display: block;
	}

	#spacer,
	#clever-spacer {
		height: 0 !important;
		margin: 0;
		padding: 0;
		display: none;
	}

	#content [style*="width: 460px"],
	#content [style*="width: 300px"],
	#content [style*="width: 776px"] {
		width: auto !important;
		max-width: 100%;
		float: none !important;
	}

	#content .home-subheads {
		font-size: 1.05em;
		font-weight: 700;
		color: #004085;
	}

	.home-winners-frame {
		max-width: 100%;
	}

	#promos-left {
		display: none;
	}

	#ad-right {
		float: none;
		width: 100%;
		margin: 0.75em 0;
	}
}

@media (max-width: 500px) {
	#header-mobile .site-title {
		font-size: clamp(17px, 5.6vw, 22px);
	}

	#header-mobile .ball {
		height: 2.25em;
	}

	#header-mobile .shield {
		height: 2.8em;
	}

	.home-nav-btn {
		flex-direction: column;
		gap: 0.25em;
		font-size: 0.72em;
		padding: 0.45em 0.2em;
	}

	.quickpick-row .home-nav-btn,
	.makepicks-submit-table .home-nav-btn,
	.bb-post-form .home-nav-btn,
	.bb-search-form .home-nav-btn,
	.bb-preview-wrap .home-nav-btn {
		flex-direction: row;
		flex-wrap: nowrap;
		font-size: 1.15em;
		white-space: nowrap;
	}

	.bb-post-toggle,
	button.home-nav-btn.bb-post-toggle {
		flex-direction: row;
		flex-wrap: nowrap;
		font-size: 1.15em;
		white-space: nowrap;
		width: 60%;
	}

	.makepicks-alt-type .home-nav-btn,
	.makepicks-success-btns .home-nav-btn,
	.makepicks-success-btns .picktype-btn,
	#userbox .userbox-btn {
		flex-direction: row;
		flex-wrap: nowrap;
		font-size: 1em;
		white-space: nowrap;
	}

	.quickpick-row .home-nav-btn {
		min-width: 0;
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
}

/* playerstats_career.php — accordion, table scroll, bar labels */
#career-stats .table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto 1em;
}

#career-stats .career-year-toggle {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	color: #ffffff;
}

#career-stats .career-year-toggle td,
#career-stats .career-year-toggle th {
	background: #06274f;
	color: #ffffff;
	text-align: center;
}

#career-stats .career-year-toggle:hover td,
#career-stats .career-year-toggle:hover th {
	background: #b6061e;
	color: #ffffff;
}

#career-stats .career-year-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	white-space: nowrap;
}

#career-stats .career-year-chevron {
	flex: 0 0 auto;
}

#career-stats tr.career-week-row.is-collapsed {
	display: none;
}

#career-stats .career-bar-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}

#career-stats .career-bar-table.is-collapsed tbody tr {
	display: none;
}

#career-stats .career-bar-label {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.15;
	margin-bottom: 1px;
}

#career-stats .career-bar-week {
	font-size: 0.8em;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}

#career-stats .career-bar-cell {
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	height: auto;
}

#career-stats .career-bar-row td {
	vertical-align: bottom;
	height: auto;
}

#career-stats img.career-bar,
#content img.career-bar {
	display: block;
	width: 14px;
	max-width: none !important;
	margin: 0 auto;
	vertical-align: bottom;
	box-sizing: content-box;
}

@media (max-width: 1024px) {
	#career-stats .career-summary,
	#career-stats .career-stats-table {
		width: 100%;
		max-width: 100%;
	}

	#career-stats .career-bar-table {
		width: 100%;
		max-width: 100%;
		table-layout: fixed;
	}

	#career-stats .career-year-toggle td,
	#career-stats .career-year-toggle th {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	#content .table-scroll {
		width: 100%;
	}

	#content .pool-past-table {
		width: 100%;
		min-width: max-content;
		max-width: none;
		table-layout: auto;
	}

	#content .pool-past-table th,
	#content .pool-past-table td {
		white-space: nowrap;
	}

	.poolmaster-form-table,
	.poolmaster-form-table tbody {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.poolmaster-form-table tr {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.poolmaster-form-table td {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0.5em;
	}

	.poolmaster-form-table .poolmaster-label {
		width: 100%;
		white-space: normal;
		padding-bottom: 0.15em;
	}

	.poolmaster-form-table .poolmaster-control {
		width: 100%;
	}

	.poolmaster-form-table input[type="text"],
	.poolmaster-form-table input[type="password"],
	.poolmaster-form-table input:not([type]),
	.poolmaster-form-table textarea {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.poolmaster-form-table select {
		max-width: 100%;
		box-sizing: border-box;
	}

	.poolmaster-members-scroll.table-scroll {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
	}

	.poolmaster-members-table {
		width: 100%;
	}

	.poolmaster-members-table .poolmaster-contact,
	.poolmaster-members-table .poolmaster-remove-extra,
	.poolmaster-members-table .poolmaster-remove-label {
		display: none;
	}

	.poolmaster-members-table .poolmaster-player-details {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.15em;
		margin-top: 0.15em;
	}

	.poolmaster-members-table .poolmaster-player-details a {
		display: block;
	}

	.poolmaster-members-table .poolmaster-remove input[name="deletelist[]"] {
		width: 1.4em;
		height: 1.4em;
		min-width: 22px;
		min-height: 22px;
	}

	.poolmaster-action-btns,
	.poolmaster-success-btns {
		flex-wrap: wrap;
	}

	.poolmaster-form-table .home-nav-btn,
	.poolmaster-action-btns .home-nav-btn,
	.poolmaster-success-btns .home-nav-btn,
	.poolmaster-submit-wrap .home-nav-btn {
		flex-direction: row;
		flex-wrap: nowrap;
		white-space: nowrap;
		font-size: 1.15em;
		width: max-content;
		max-width: 100%;
	}
}

.ad-slot { display:block; margin:0.75em 0; width:100%; max-width:100%; box-sizing:border-box; }
.ad-slot--rect { min-height:250px; width:100%; max-width:100%; box-sizing:border-box; }
.ad-slot--horiz { min-height:90px; }
.ad-slot--vert { min-height:600px; width:160px; }
.ad-slot.ad-slot--short { display:block; text-align:center; min-height:100px; max-height:100px; width:320px; max-width:100%; margin-left:auto; margin-right:auto; overflow:hidden; }
.ad-placeholder {
	box-sizing:border-box; width:100%;
	background:#e8eef6; border:2px dashed #123969;
	color:#123969; font:700 0.85em/1.2 Arial,sans-serif;
	display:flex; align-items:center; justify-content:center;
}
.ad-slot-wrap { width:100%; text-align:center; }
#ad-right { float:none; width:100%; margin:0.75em 0; }
@media (max-width:1024px) {
	.ad-slot--vert { display:none !important; }
}
