.parvus-product-questions {
	margin-top: 1.5rem;
}

.parvus-pqa-list {
	margin-bottom: 2rem;
}

.parvus-pqa-question > *:first-child,
.parvus-pqa-answer .description > *:first-child {
	margin-top: 0;
}

.parvus-pqa-question > *:last-child,
.parvus-pqa-answer .description > *:last-child {
	margin-bottom: 0;
}

.parvus-pqa-form-wrapper {
	background-color: #fbfbfb;
	border: 1px solid #e1eff3;
	border-radius: .375rem;
	margin-top: 3em;
	padding: 1.5rem;
	width: 100%;
}

.parvus-pqa-form {
	display: grid;
	gap: 1rem;
}

.parvus-pqa-field {
	margin: 0;
}

.parvus-pqa-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.parvus-pqa-field input,
.parvus-pqa-field textarea {
	width: 100%;
}

.parvus-pqa-field-website {
	left: -9999px;
	position: absolute;
}

.parvus-pqa-notice {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
}

.parvus-pqa-notice-success {
	background: #ecf8ef;
}

.parvus-pqa-notice-error {
	background: #fbeaea;
}
