/* Luminous Consults v169 — journey flight after email form + remove MailerLite image block */

/* Hide MailerLite's uploaded banner/image area. The website supplies its own branded artwork below the form. */
.contact-updates-form .ml-form-embedContent,
.contact-updates-form .ml-form-embedContent img,
.contact-updates-form .ml-form-embedImage,
.contact-updates-form .ml-form-embedImage img,
.contact-updates-form [class*="image-block"],
.contact-updates-form [class*="imageBlock"]{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

/* Keep the generated form itself compact after the image block is removed. */
.contact-updates-form .ml-form-embedWrapper,
.contact-updates-form .ml-form-embedBody,
.contact-updates-form .ml-form-formContent{
  margin-top:0!important;
  padding-top:0!important;
}

/* The branded flight now follows the signup action. */
.journey-flight{
  position:relative;
  z-index:2;
  width:min(1040px,112%);
  margin:clamp(1.25rem,3vw,2.25rem) auto clamp(-.4rem,-.5vw,0rem);
  left:50%;
  transform:translateX(-50%);
  pointer-events:none;
}
.journey-flight .journey-light-banner{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  margin:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  object-fit:contain;
  filter:drop-shadow(0 0 18px rgba(239,200,108,.1));
}
.journey-flight .journey-lumi{
  position:absolute!important;
  top:clamp(-.4rem,1vw,.35rem)!important;
  right:clamp(-.2rem,1.4vw,.9rem)!important;
  width:clamp(72px,8vw,106px)!important;
  z-index:3;
}
.journey-note{margin-top:.2rem!important;}

@media(max-width:700px){
  .journey-flight{
    width:118%;
    margin:1.3rem auto -.1rem;
  }
  .journey-flight .journey-lumi{
    top:-.25rem!important;
    right:-.15rem!important;
    width:68px!important;
  }
}
