.ms-quote-page .ms-subscription-hero__aside strong {
	font-size: 1.05rem;
}

.ms-quote-form {
	max-width: 1040px;
}

.ms-quote-form .ms-form-panel__head p:not(.ms-eyebrow) {
	margin: 8px 0 0;
	color: var(--ms-muted);
	line-height: 1.6;
}

.ms-quote-form textarea {
	width: 100%;
	border: 1px solid #111111;
	border-radius: 4px;
	background: #ffffff;
	color: #111111;
	font: inherit;
	font-weight: 500;
	padding: 10px 12px;
	resize: vertical;
}

.ms-radio-group {
	border: 0;
	margin: 0;
	padding: 0;
}

.ms-radio-group legend {
	font-size: 0.94rem;
	font-weight: 800;
	margin-bottom: 10px;
}

.ms-radio-group > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ms-radio-group label {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	font-weight: 700;
	padding: 10px 12px;
}

.ms-radio-group input {
	width: auto;
	min-height: 0;
}

.ms-field-error {
	color: #9f1d1d;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.4;
}

.ms-hp-field {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ms-quote-consent {
	margin-top: 18px;
}

.ms-quote-actions {
	align-items: center;
	gap: 14px;
}

.ms-quote-actions p {
	margin: 0;
	color: var(--ms-muted);
	font-size: 0.95rem;
	font-weight: 700;
}


.ms-quote-confirmation-box .ms-result-details dd {
	font-weight: 650;
}

.ms-quote-next-step {
	border: 1px solid rgba(33, 122, 59, 0.26);
	border-radius: 8px;
	background: #f0fdf4;
	margin-top: 18px;
	padding: 16px;
}

.ms-quote-next-step strong {
	color: #166534;
}

.ms-quote-next-step p {
	margin: 6px 0 0;
}

@media (max-width: 767px) {
	.ms-radio-group > div {
		grid-template-columns: 1fr;
	}

	.ms-quote-actions {
		align-items: stretch;
	}
}
