/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.game-review-table td {
	padding: 0.5em;
}

.game-review-table th {
	user-select: none;
	cursor: pointer;

	&.th-sort-asc,
	&.th-sort-desc,
	&:hover,
	&:active {
		background-color: #000;
		color: #fff;
	}
}

body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #e2e2e2;
}

.game-review-table th.th-sort-asc::after {
	border-bottom-color: #fff;
}

.game-review-table th.th-sort-desc::after {
	border-top-color: #fff;
}
