main#primary.wccpc-full-width-page {
	box-sizing: border-box;
	width: calc(100% - 2rem);
	max-width: 1400px;
	min-width: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.wccpc-full-width-entry,
.wccpc-full-width-entry__content {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
}

.wccpc-full-width-entry__header {
	margin-bottom: 1.5rem;
}

.wccpc {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	color: inherit;
	font: inherit;
}

.wccpc-filters {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: .8rem;
	align-items: end;
	padding: 1rem;
	margin: 0 0 1.5em;
	border: 1px solid currentColor;
}

.wccpc-filters--season {
	grid-template-columns: minmax(10rem, 18rem) minmax(8rem, 10rem);
}

.wccpc-filters label {
	display: grid;
	gap: .3rem;
	font: inherit;
	font-weight: 600;
}

.wccpc-filters select,
.wccpc-filters button {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.75rem;
	font: inherit;
}

.wccpc-filters select {
	padding: .35rem .55rem;
	color: inherit;
	background-color: inherit;
}

.wccpc-cards {
	display: grid;
	gap: 1em;
}

.wccpc-card {
	padding: 1em;
	border: 1px solid currentColor;
	background: transparent;
}

.wccpc-card h3 {
	margin: .4em 0;
	font: inherit;
	font-size: 1.08em;
	font-weight: 700;
	line-height: 1.35;
}

.wccpc-card p {
	margin: .4em 0 0;
}

.wccpc-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .35em .9em;
	font-size: .88em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
}

.wccpc-v {
	font-weight: 400;
}

.wccpc-scores,
.wccpc-result {
	font-weight: 700;
}

.wccpc-card__action {
	margin-top: .8em !important;
}

.wccpc-button {
	display: inline-block;
	text-decoration: none;
}

.wccpc-card__details,
.wccpc-source,
.wccpc-note,
.wccpc-key {
	font-size: .9em;
}

.wccpc-source {
	margin-top: 1em;
	text-align: right;
}

.wccpc-empty,
.wccpc-error {
	padding: 1em;
	border: 1px solid currentColor;
}

.wccpc-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wccpc-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	font: inherit;
	font-size: .9em;
}

.wccpc-stats {
	min-width: 42rem;
}

.wccpc-league-scroll {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
}

.wccpc-league-scroll::-webkit-scrollbar {
	height: 6px;
}

.wccpc-league-table {
	width: max-content;
	max-width: none;
	min-width: 100%;
	table-layout: auto;
	font-size: .8em;
}

.wccpc-league-table th,
.wccpc-league-table td {
	box-sizing: border-box;
	padding: .5em .25em;
	white-space: nowrap;
}

.wccpc-league-table th:first-child,
.wccpc-league-table td:first-child,
.wccpc-league-table th:not(:nth-child(2)),
.wccpc-league-table td:not(:nth-child(2)) {
	width: 1%;
}

.wccpc-league-table th:nth-child(2),
.wccpc-league-table td:nth-child(2) {
	width: auto;
	max-width: 15rem;
	white-space: normal;
}

.wccpc-table caption {
	padding: .75em 0;
	color: inherit;
	background: transparent;
	text-align: left;
	font: inherit;
	font-size: 1.05em;
	font-weight: 700;
}

.wccpc-table th,
.wccpc-table td {
	padding: .55em .65em;
	text-align: right;
	white-space: nowrap;
}

.wccpc-table th:nth-child(2),
.wccpc-table td:nth-child(2),
.wccpc-stats th:first-child,
.wccpc-stats td:first-child,
.wccpc-scorecard-table th:first-child,
.wccpc-scorecard-table td:first-child {
	text-align: left;
}

.wccpc-table tbody tr.is-club-team {
	font-weight: 700;
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

.wccpc-stat-section,
.wccpc-team-table,
.wccpc-innings,
.wccpc-team-sheets,
.wccpc-officials {
	margin-top: 2em;
}

.wccpc-stat-section h2,
.wccpc-team-table h2,
.wccpc-innings h2,
.wccpc-team-sheets h2,
.wccpc-officials h2 {
	color: inherit;
}

.wccpc-team-table + .wccpc-team-table {
	margin-top: 2.5em;
	padding-top: 2em;
	border-top: 2px solid currentColor;
}

.wccpc-scorecard-head {
	padding: 1em 0;
	border-top: 3px solid currentColor;
	border-bottom: 1px solid currentColor;
	text-align: center;
}

.wccpc-scorecard-head h2,
.wccpc-scorecard-head p {
	margin: .4em 0;
	color: inherit;
}

.wccpc-scorecard-head__meta {
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
}

.wccpc-scorecard-head__scores,
.wccpc-innings__total {
	font-size: 1.15em;
	font-weight: 700;
}

.wccpc-scorecard-table {
	min-width: 46rem;
}

.wccpc-scorecard-table th:nth-child(2),
.wccpc-scorecard-table td:nth-child(2) {
	min-width: 13rem;
	text-align: left;
	white-space: normal;
}

.wccpc-total-row {
	font-weight: 700;
}

.wccpc-fow {
	padding: .7em 0;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	font-size: .9em;
}

.wccpc-team-sheets__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1em;
}

.wccpc-team-sheets__grid > div {
	padding: 1em;
	border: 1px solid currentColor;
}

.wccpc-team-sheets__grid h3 {
	margin-top: 0;
}

.wccpc-team-list {
	margin-bottom: 0;
}

.wccpc-team-list span {
	font-size: .88em;
}

.wccpc-officials ul {
	display: flex;
	flex-wrap: wrap;
	gap: .5em 1.5em;
	padding: 0;
	list-style: none;
}

.wccpc-match-notes {
	margin-top: 1.5em;
	padding: .8em 0;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.wccpc-match-notes summary {
	cursor: pointer;
	font-weight: 700;
}

.wccpc-match-notes > div {
	margin-top: .8em;
}

@media (max-width: 600px) {
	.wccpc-filters,
	.wccpc-filters--season {
		grid-template-columns: 1fr;
	}

	.wccpc-card__meta {
		display: grid;
		gap: .15em;
	}

	.wccpc-team-sheets__grid {
		grid-template-columns: 1fr;
	}
}
