.qgs-form {
	max-width: 60rem;
}

.qgs-section {
	margin-block: 2rem;
}

.qgs-question {
	border: 0;
	margin: 0 0 1.75rem;
	padding: 0;
}

.qgs-question legend {
	font-weight: 700;
	margin-bottom: .75rem;
}

.qgs-options {
	display: grid;
	gap: .5rem;
}

.qgs-options label {
	display: flex;
	gap: .5rem;
	align-items: baseline;
	cursor: pointer;
}

.qgs-form .qgs-options input[type="radio"] {
	appearance: auto !important;
	-webkit-appearance: radio !important;
	accent-color: currentColor;
	display: inline-block !important;
	height: 1rem !important;
	margin: 0 !important;
	opacity: 1 !important;
	position: static !important;
	visibility: visible !important;
	width: 1rem !important;
}

.qgs-form textarea,
.qgs-form input[type="search"] {
	box-sizing: border-box;
	display: block;
	margin-top: .35rem;
	max-width: 100%;
	width: 100%;
}

.qgs-search-results {
	background: Canvas;
	border: 1px solid currentColor;
	display: grid;
	margin-top: -.75rem;
	max-height: 14rem;
	overflow-y: auto;
}

.qgs-search-results:empty {
	display: none;
}

.qgs-search-result {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: inherit;
	cursor: pointer;
	padding: .75rem;
	text-align: left;
}

.qgs-search-result:last-child {
	border-bottom: 0;
}

.qgs-search-result small,
.qgs-selected-content {
	display: block;
}

.qgs-report-row {
	border: 1px solid currentColor;
	display: grid;
	gap: 1rem;
	margin-bottom: 1rem;
	opacity: .9;
	padding: 1rem;
}

.qgs-add-report,
.qgs-remove-report {
	width: fit-content;
}

.qgs-notice {
	border: 2px solid currentColor;
	margin-block: 1rem;
	padding: 1rem;
}

.qgs-hp {
	left: -9999px;
	position: absolute;
}
