.elementor-kit-36{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(113deg, #FFFFFE 0%, #ECECE3 100%);}.elementor-kit-36 e-page-transition{background-color:#EDE7D8;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:22px;}.elementor-element{--widgets-spacing:22px 22px;--widgets-spacing-row:22px;--widgets-spacing-column:22px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Testimonial Videos */
.testimonial-video {
  width: 280px !important;
  height: auto !important;
  max-width: 252px !important;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* eBook Videos */
.ebook-video {
  width: 224px !important;
  height: auto !important;
  max-width: 196px !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Bonus Videos */
.bonus-video {
  width: 224px !important;
  height: auto !important;
  max-width: 196px !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Bonus GIF */
.bonus-image {
  width: 280px !important;
  height: auto !important;
  max-width: 210px !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .testimonial-video { max-width: 252px !important; }
  .ebook-video { max-width: 196px !important; }
  .bonus-video { max-width: 196px !important; }
  .bonus-image { max-width: 210px !important; }
}

/* Ensure layout holds */
.ebook-container, .bonus-container, .testimonial-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .ebook-container, .bonus-container, .testimonial-container {
    flex-direction: column;
    align-items: center;
  }
}
Fix the Preview Issue/* End custom CSS */