/*
----------------------------------------------------------------

theme.css
Gravity Forms Common Theme Styles
For Quiz
A few front-end styles for use in all form themes.
https://www.gravityforms.com

Gravity Forms is a Rocketgenius project
copyright 2008-2025 Rocketgenius Inc.
https://www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

/* Instant feedback styles */

.gform_wrapper .gquiz-indicator, .gform_wrapper .gquiz-incorrect-response img, .gform_wrapper .gquiz-correct-response img, .gform_confirmation_wrapper .gquiz-indicator, .gform_confirmation_wrapper .gquiz-incorrect-response img, .gform_confirmation_wrapper .gquiz-correct-response img, .gf_entry_wrap .gquiz-indicator, .gf_entry_wrap .gquiz-incorrect-response img, .gf_entry_wrap .gquiz-correct-response img {
		display: inline;
		height: 16px;
		margin-inline-start: 15px;
		vertical-align: middle;
		width: 16px;
	}

.gform_wrapper .gquiz-correct-choice, .gform_confirmation_wrapper .gquiz-correct-choice, .gf_entry_wrap .gquiz-correct-choice {
		font-weight: bold;
	}

.gform_confirmation_wrapper .gquiz-field-label {
		font-weight: bold;
	}

.gform_confirmation_wrapper .gquiz-field {
		margin-block-end: 15px;
	}

.gform_confirmation_wrapper #gquiz-entry-detail-score-info {
		padding: 10px;
	}

.gform_confirmation_wrapper #gquiz_confirmation_message {
		margin-block-start: 16px;
	}

/*# sourceMappingURL=theme.css.map */
