/* Baseline for HubSpot embedded forms; portal-specific styling may override. */
.hs-form fieldset {
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.hs-form .hs-input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
