.wp-block-writing-contest-reviews-status,
.wp-block-writing-contest-reviews-score-value,
.wp-block-writing-contest-reviews-score-status,
.wp-block-writing-contest-reviews-score-reasons,
.wp-block-writing-contest-reviews-activity-data,
.wp-block-writing-contest-reviews-scores-table,
.wp-block-writing-contest-reviews-all-scores-table,
.wp-block-writing-contest-reviews-short-scores-table,
.wp-block-writing-contest-reviews-prompt-scores-table {
	box-shadow: none !important;
	filter: none !important;
}

.wcr-score-value-block,
.wcr-score-value-editor button {
	display: inline-block;
	box-sizing: border-box;
	min-width: 2.5em;
	padding: 4px 8px;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: 1.2;
	text-align: center;
}

button.wcr-score-value-block {
	cursor: pointer;
}

button.wcr-score-value-block:hover,
button.wcr-score-value-block:focus {
	background: rgba(127, 127, 127, 0.12);
}

.wcr-score-value-block.is-invalid {
	color: #8b0000;
}

.wcr-score-value-editor {
	display: flex;
	gap: 8px;
	align-items: center;
}

.wcr-score-value-editor-label {
	font-size: 0.875rem;
}

.wp-block-writing-contest-reviews-scores-table.wcr-scores-table-block {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	box-shadow: none;
	font-size: 1rem;
	overflow: hidden;
}

.wcr-scores-table-block button,
.wcr-scores-table-block input,
.wcr-scores-table-block table,
.wcr-scores-table-block p,
.wcr-scores-table-block a {
	font-size: 1rem;
}

.wcr-scores-table-scroll {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: visible;
}

.wcr-scores-table-block table {
	width: 100%;
	min-width: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.wcr-scores-table-block .wcr-scores-award-col,
.wcr-scores-table-block .wcr-scores-total-col {
	width: 35%;
}

.wcr-scores-table-block .wcr-scores-value-col {
	width: 30%;
}

.wcr-scores-table-block th,
.wcr-scores-table-block td {
	box-sizing: border-box;
	padding: 8px 10px;
	border: 0;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: inherit;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.wcr-scores-table-block thead th,
.wcr-scores-table-block tbody th {
	font-weight: 600;
}

.wcr-scores-table-block th:last-child,
.wcr-scores-table-block td:last-child {
	border-right: 0;
}

.wcr-scores-table-block input[type="number"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 7rem;
	min-width: 0;
	min-height: 34px;
	padding: 4px 6px;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	font: inherit;
}

.wcr-scores-table-block input[type="number"]:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}

.wcr-scores-table-block input.is-invalid,
.wcr-scores-table-block input[aria-invalid="true"] {
	border-color: #8b0000;
	color: #8b0000;
}

.wcr-allocated-total.is-complete,
.wcr-score-status.is-complete {
	color: #006400;
}

.wcr-score-actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
}

.wcr-scores-table-block .wcr-review-button {
	display: inline-block;
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid #111;
	border-radius: 2px;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.wcr-scores-table-block .wcr-review-button:hover,
.wcr-scores-table-block .wcr-review-button:focus {
	background: #f2f2f2;
	color: #111;
}

.wcr-scores-table-block .wcr-review-button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.wcr-score-help,
.wcr-score-message {
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px 10px;
}

@media (max-width: 480px) {
	.wcr-scores-table-block th,
	.wcr-scores-table-block td {
		padding: 7px 6px;
	}

	.wcr-scores-table-block input[type="number"] {
		min-height: 32px;
		padding: 3px 5px;
	}

	.wcr-score-actions {
		padding: 8px 6px;
	}

	.wcr-score-help,
	.wcr-score-message {
		padding: 0 6px 8px;
	}
}

.wcr-score-message.is-error {
	color: #8b0000;
}

.wcr-score-dialog {
	box-sizing: border-box;
	width: min(92vw, 420px);
	padding: 0;
	border: 1px solid #111;
	border-radius: 2px;
	background: #fff;
	color: #111;
	box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.32);
	font-size: 1rem;
}

.wcr-score-dialog * {
	font-size: 1rem;
}

.wcr-score-dialog:not([open]) {
	display: none;
}

.wcr-score-dialog.is-fallback-open {
	display: block;
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wcr-score-dialog::backdrop {
	background: rgba(0, 0, 0, 0.45);
}

.wcr-score-dialog-form {
	padding: 16px;
}

.wcr-score-dialog-title {
	margin: 0 0 14px;
	font-size: 1rem;
}

.wcr-score-dialog-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.wcr-score-dialog input[type="number"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	padding: 6px 8px;
	border: 1px solid #111;
	border-radius: 2px;
	background: #fff;
	color: #111;
	font: inherit;
}

.wcr-score-dialog-help,
.wcr-score-dialog-error {
	margin: 8px 0 0;
	font-size: 1rem;
	line-height: 1.5;
}

.wcr-score-dialog-help {
	color: #686868;
}

.wcr-score-dialog-error {
	color: inherit;
}

.wcr-score-dialog-actions {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}

.wcr-score-dialog-actions button {
	padding: 6px 10px;
	border: 1px solid #111;
	border-radius: 2px;
	background: #fff;
	color: #111;
	font: inherit;
	cursor: pointer;
}

.wcr-score-dialog-actions button:hover,
.wcr-score-dialog-actions button:focus {
	background: #f2f2f2;
}

.wcr-score-dialog-actions button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.wcr-score-table-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.wcr-all-scores-table-block {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	box-shadow: none;
	font-size: 1rem;
	overflow: hidden;
}

.wcr-article-order-switch {
	margin: 0 0 0.5em;
	padding: 0;
	color: inherit;
	font: inherit;
	line-height: 1.5;
	text-align: right;
}

.wcr-article-order-switch a.wcr-article-order-option {
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	box-shadow: none;
	font: inherit;
	font-weight: 400;
	text-decoration: none;
}

.wcr-article-order-switch .wcr-article-order-option.is-active {
	font-weight: 700;
}

.wcr-article-order-switch a.wcr-article-order-option:hover,
.wcr-article-order-switch a.wcr-article-order-option:focus-visible {
	text-decoration: underline;
}

.wcr-article-order-switch-block {
	box-sizing: border-box;
	width: 100%;
}

.wcr-article-order-switch-block .wcr-article-order-switch {
	margin-bottom: 0;
}

.wcr-all-scores-table-block table,
.wcr-all-scores-table-block th,
.wcr-all-scores-table-block td,
.wcr-all-scores-table-block a,
.wcr-all-scores-table-block button,
.wcr-all-scores-table-block span,
.wcr-all-scores-table-block p {
	font-size: 1rem;
}

.wcr-all-scores-table-scroll {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wcr-all-scores-table-block table {
	width: 100%;
	min-width: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.wcr-score-matrix--all table {
	min-width: calc(14rem + 28ch);
}

.wcr-all-scores-table-block .wcr-all-scores-title-col {
	width: auto;
}

.wcr-all-scores-table-block .wcr-all-scores-award-col {
	width: 7ch;
}

.wcr-all-scores-table-block .wcr-rating-theme-col {
	width: 46%;
}

.wcr-all-scores-table-block th,
.wcr-all-scores-table-block td {
	box-sizing: border-box;
	padding: 10px 8px;
	border: 0;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: inherit;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}

.wcr-all-scores-table-block thead th {
	background: #f2f2f2;
}

.wcr-all-scores-table-block thead tr:first-child th,
.wcr-all-scores-table-block .wcr-all-scores-heading-row th,
.wcr-all-scores-table-block tbody th {
	font-weight: 600;
}

.wcr-all-scores-table-block .wcr-normalize-row th {
	padding: 6px 4px;
}

.wcr-all-scores-table-block .wcr-normalize-label {
	padding-left: 12px;
	text-align: left;
}

.wcr-normalize-button {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	min-width: 0;
	padding: 4px 2px;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	box-shadow: none;
	font-size: 0.8rem !important;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.wcr-normalize-button:hover,
.wcr-normalize-button:focus {
	background: rgba(127, 127, 127, 0.12);
}

.wcr-normalize-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.wcr-normalize-message {
	margin: 10px 12px 0;
	color: inherit;
}

.wcr-normalize-message.is-error {
	color: #8b0000;
}

.wcr-all-scores-table-block th:last-child,
.wcr-all-scores-table-block td:last-child {
	border-right: 0;
}

.wcr-all-scores-table-block tbody tr:last-child th,
.wcr-all-scores-table-block tbody tr:last-child td {
	border-bottom: 0;
}

.wcr-all-scores-table-block .wcr-all-scores-title-column {
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wcr-all-scores-title-column a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.wcr-all-scores-table-block [data-wcr-row-color-trigger] {
	cursor: pointer;
}

.wcr-all-scores-table-block [data-wcr-row-color-trigger]:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -3px;
}

.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="red"] > th,
.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="red"] > td {
	background-color: #e9aaaa;
	color: #1f2937;
}

.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="blue"] > th,
.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="blue"] > td {
	background-color: #a9cfee;
	color: #1f2937;
}

.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="green"] > th,
.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="green"] > td {
	background-color: #add8b9;
	color: #1f2937;
}

.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="yellow"] > th,
.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="yellow"] > td {
	background-color: #ead17f;
	color: #1f2937;
}

.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="gray"] > th,
.wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="gray"] > td {
	background-color: #c5cbd3;
	color: #1f2937;
}

.wcr-row-color-popover {
	position: fixed;
	z-index: 100000;
	box-sizing: border-box;
	min-width: 242px;
	max-width: calc(100vw - 16px);
	padding: 10px;
	border: 1px solid #626a73;
	border-radius: 4px;
	background: #fff;
	color: #1f2937;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.wcr-row-color-popover[hidden] {
	display: none !important;
}

.wcr-row-color-popover-title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.wcr-row-color-choices {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wcr-row-color-choice {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	min-width: 28px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(31, 41, 55, 0.55);
	border-radius: 2px;
	box-shadow: none;
	cursor: pointer;
	color-scheme: light;
	forced-color-adjust: none;
	filter: none !important;
}

.wcr-row-color-choice.is-none { background-color: #fff !important; }
.wcr-row-color-choice.is-red { background-color: #e9aaaa !important; }
.wcr-row-color-choice.is-blue { background-color: #a9cfee !important; }
.wcr-row-color-choice.is-green { background-color: #add8b9 !important; }
.wcr-row-color-choice.is-yellow { background-color: #ead17f !important; }
.wcr-row-color-choice.is-gray { background-color: #c5cbd3 !important; }

.wcr-row-color-choice.is-none::after {
	position: absolute;
	top: 12px;
	left: 3px;
	width: 20px;
	height: 2px;
	background-color: #a33 !important;
	content: "";
	transform: rotate(-45deg);
	transform-origin: center;
}

.wcr-row-color-choice:hover,
.wcr-row-color-choice:focus-visible,
.wcr-row-color-choice[aria-pressed="true"] {
	outline: 2px solid #1f2937;
	outline-offset: 2px;
}

.wcr-row-color-choice:disabled {
	cursor: wait;
	opacity: 0.55;
}

.wcr-row-color-status {
	margin: 8px 0 0;
	color: #a00000;
	font-size: 13px;
	line-height: 1.35;
}

.wcr-row-color-status[hidden] {
	display: none !important;
}

html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="red"] > th,
html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="red"] > td {
	background-color: #71363b !important;
	color: #f5f7fa !important;
}

html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="blue"] > th,
html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="blue"] > td {
	background-color: #2f5276 !important;
	color: #f5f7fa !important;
}

html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="green"] > th,
html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="green"] > td {
	background-color: #315c45 !important;
	color: #f5f7fa !important;
}

html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="yellow"] > th,
html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="yellow"] > td {
	background-color: #675426 !important;
	color: #f5f7fa !important;
}

html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="gray"] > th,
html.darkify_dark_mode_enabled .wcr-all-scores-table-block [data-wcr-score-row][data-wcr-row-color="gray"] > td {
	background-color: #444b55 !important;
	color: #f5f7fa !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-popover {
	border-color: #8a929c !important;
	background-color: #20252b !important;
	color: #f5f7fa !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-none {
	background-color: #2b3138 !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-red {
	background-color: #71363b !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-blue {
	background-color: #2f5276 !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-green {
	background-color: #315c45 !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-yellow {
	background-color: #675426 !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-gray {
	background-color: #444b55 !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice.is-none::after {
	background-color: #ff8f8f !important;
}

html.darkify_dark_mode_enabled .wcr-all-score-cell-value.is-invalid {
	color: #ffd0d0 !important;
}

html.darkify_dark_mode_enabled .wcr-row-color-choice:hover,
html.darkify_dark_mode_enabled .wcr-row-color-choice:focus-visible,
html.darkify_dark_mode_enabled .wcr-row-color-choice[aria-pressed="true"] {
	outline-color: #f5f7fa !important;
}

.wcr-all-scores-table-block .wcr-rating-theme-column {
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wcr-award-criteria-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.wcr-all-scores-total-row th {
	font-weight: 400;
}

.wcr-all-scores-total-row th:first-child {
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
}

.wcr-all-scores-frozen-header {
	display: none;
	box-sizing: border-box;
	position: fixed;
	z-index: 99990;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	box-shadow: none;
	overflow: hidden;
	pointer-events: none;
}

.wcr-all-scores-frozen-header.is-visible {
	display: block;
}

.wcr-all-scores-frozen-header table {
	margin: 0;
}

.wcr-all-score-cell {
	padding: 0 !important;
}

.wcr-all-score-cell-value {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 10px 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: 1.5;
	text-align: center;
}

button.wcr-all-score-cell-value {
	cursor: pointer;
}

button.wcr-all-score-cell-value:hover,
button.wcr-all-score-cell-value:focus {
	background: rgba(127, 127, 127, 0.12);
	outline: 2px solid currentColor;
	outline-offset: -3px;
}

.wcr-all-score-cell-value.is-invalid {
	color: #8b0000;
}

.wcr-all-scores-empty {
	margin: 0;
	padding: 12px;
}

.wcr-all-scores-table-block [data-wcr-paginated-row][hidden] {
	display: none !important;
}

.wcr-score-matrix-pagination {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	border-top: 1px solid currentColor;
}

.wcr-score-matrix-page-button {
	display: inline-block;
	box-sizing: border-box;
	min-height: 34px;
	padding: 5px 10px;
	border: 1px solid currentColor;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: 1.2;
	cursor: pointer;
}

.wcr-score-matrix-page-button:first-child {
	justify-self: start;
}

.wcr-score-matrix-page-button:last-child {
	justify-self: end;
}

.wcr-score-matrix-page-button:hover,
.wcr-score-matrix-page-button:focus {
	background: rgba(127, 127, 127, 0.12);
}

.wcr-score-matrix-page-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.wcr-score-matrix-page-status {
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 480px) {
	.wcr-score-matrix-pagination {
		gap: 6px;
		padding: 8px 6px;
	}

	.wcr-score-matrix-page-button {
		padding: 5px 8px;
	}
}
