/* Make it visually distinct from the page with a border and a little padding. */
.field--name-field-webform {
  border: 1px solid #95A495;
  padding: 1rem 1rem 0rem 1rem;
}

/* Hide the "required" asterisk as it draws too much attention to this optional form. */
.field--name-field-webform .form-required::after {
	background-image: none;
}
