<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Composite styles.
 */

/**
 * Remove extra margin are composite element which already contain form elements with margins
 */
fieldset.webform-composite-hidden-title {
  margin-top: 1em;
  margin-bottom: 1em;
}

fieldset.webform-composite-hidden-title .fieldset-wrapper &gt; .form-item:first-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper &gt; .form-wrapper &gt; .form-item:first-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper &gt; .webform-flexbox:first-child {
  margin-top: 0;
}

fieldset.webform-composite-hidden-title .fieldset-wrapper &gt; .form-item:last-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper &gt; .form-wrapper &gt; .form-item:last-child,
fieldset.webform-composite-hidden-title .fieldset-wrapper &gt; .webform-flexbox:last-child {
  margin-bottom: 0;
}
</pre></body></html>