/**
 * @file
 * Visual extensions for Site Studio Header component.
 *
 * Targeted component: cpt_header
 * Specific variant: .wave
 */


div[class*="coh-ce-cpt_header-"].wave.coh-container-boxed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: #0862AD;
  z-index: 1;
  display: block;
}

