// vf-form__fieldset

// **Thinking about deleting this file?**
// If your component needs no CSS/Sass, we still recommend leaving the
// scss files in place. As this is primarily a CSS framework, it is better to
// leave the empty files so you know a file wasn't accidently omitted.
// If you don't have any Sass, you can trim this block down to:
// "This page was intentionally left blank"

@import 'package.variables.scss';
// Debug information from component's `package.json`:
// ---
/*!
 * Component: #{map-get($componentInfo, 'name')}
 * Version: #{map-get($componentInfo, 'version')}
 * Location: #{map-get($componentInfo, 'location')}
 */

@import 'vf-form__fieldset.variables.scss';

// You need to add this Sass file to ./components/vf-componenet-rollup/index.scss
// @import 'vf-form__fieldset/vf-form__fieldset.scss';
.vf-form__fieldset {
  border: 0;
  overflow: visible; // this is because of how `vf-cluster` might cut off the hover effect
  padding: 0;

  & .vf-form__legend + .vf-form__helper--error {
    --vf-stack-margin--custom: 0;
  }
}
