/**
 * CV Hero Slider — fill the viewport by dropping Breakdance's boxed
 * .section-container box (display:contents) so the slider is a child of the section.
 */
.breakdance section.bde-section:has(.cv-hero-slider),
.breakdance .bde-section:has(.cv-hero-slider) {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.breakdance section.bde-section:has(.cv-hero-slider) > .section-container,
.breakdance .bde-section:has(.cv-hero-slider) > .section-container,
.breakdance .section-container:has(> .cv-hero-slider) {
  display: contents !important;
}

.breakdance .cv-hero-slider,
.cv-hero-slider {
  display: block !important;
  flex: none !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.breakdance .cv-hero-slider .cv-hero-slider__wrap,
.breakdance .cv-hero-slider .breakdance-swiper-wrapper {
  --swiper-padding-h: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.breakdance .cv-hero-slider .cv-hero-slider__wrap,
.breakdance .cv-hero-slider .breakdance-swiper-wrapper,
.breakdance .cv-hero-slider .swiper,
.breakdance .cv-hero-slider .swiper-slide,
.breakdance .cv-hero-slider .cv-hero-slide__inner,
.breakdance .cv-hero-slider .cv-hero-slide__media,
.breakdance .cv-hero-slider .cv-hero-slide__image {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
