/*
 * VIOX heading treatment reset.
 *
 * Ordinary Page and company Page headings use type, whitespace and alignment
 * instead of the legacy vertical red/graphite rule. Homepage and marketing
 * components, article content, product-intro and form styles are outside it.
 */

body.page:not(.home) .viox-page-content:not(.viox-page-content--blog):not(.viox-page-content--electrical-full-forms):not(.viox-page-content--contact):not(.viox-page-content--form) > h2,
.viox-company-page .viox-company-copy h2,
.viox-company-page .viox-company-section-head h2,
.viox-company-page .viox-company-cta__inner h2,
body.page:not(.home) .viox-factory-page__section h2,
body.page:not(.home) .viox-about-intro__copy h2,
body.page:not(.home) .viox-about-capability__copy h2,
body.page:not(.home) .viox-about-factory__copy h2,
body.page:not(.home) .viox-about-testimonials__copy h2,
body:is(.post-type-archive-product, .tax-product_cat) .viox-shop-sidebar > .wp-block-heading {
  padding-left: 0 !important;
}

body.page:not(.home) .viox-page-content:not(.viox-page-content--blog):not(.viox-page-content--electrical-full-forms):not(.viox-page-content--contact):not(.viox-page-content--form) > h2::before,
.viox-company-page .viox-company-copy h2::before,
.viox-company-page .viox-company-section-head h2::before,
.viox-company-page .viox-company-cta__inner h2::before,
body.page:not(.home) .viox-factory-page__section h2::before,
body.page:not(.home) .viox-about-intro__copy h2::before,
body.page:not(.home) .viox-about-capability__copy h2::before,
body.page:not(.home) .viox-about-factory__copy h2::before,
body.page:not(.home) .viox-about-testimonials__copy h2::before {
  display: none !important;
  content: none !important;
}

body:is(.post-type-archive-product, .tax-product_cat) .viox-shop-sidebar > .wp-block-heading {
  border-left: 0 !important;
}
