Refactor Webform CSS to remove unnecessary styles and selectors
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3555148. -->
Reported by: [pameeela](https://www.drupal.org/user/1431110)
Related to !106
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The webform styles are pretty bloated and contain a lot of selectors that don't apply. I think it's better anyway to have the form styles be somewhat generic, so that they will apply to other forms potentially loaded on the page -- e.g. views exposed filters or say a Mailchimp form. (In order for that to work properly we'll need a follow up to add the webform styles to main.min.css and stop loading them conditionally, this just makes the styles generic for now.)</p>
issue