//
// Football Pool WordPress plugin
//
// @copyright Copyright (c) 2026 Antoine Hurkmans
// @link https://wordpress.org/plugins/football-pool/
// @license https://plugins.svn.wordpress.org/football-pool/trunk/LICENSE
//

.shortcode {
	.countdown-shortcode.block { text-align: center; width: 80%; }

	.fp-match-scores {
		.not-a-valid-prediction span {
			display: none;
		}
		.score.both span.user-score {
			vertical-align: super;
			font-size: 80%;
		}
	}

	.fp-question-scores {
		.question {
			.question-id {
				display: none;
			}

			.question-nr {
				&:before {
					content: "Q ";
				}
			}
		}

		tr.question-text {
			display: none;
		}
	}
}