.elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-post__meta-data span + span:before{content:"•";}.elementor-5009 .elementor-element.elementor-element-f1b34b0{--grid-column-gap:30px;--grid-row-gap:35px;}.elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-post__text{margin-top:20px;}.elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5009 .elementor-element.elementor-element-f1b34b0 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-0f90cb2 */video-wrapper video {
        float: right; /* Aligns the video to the right, text wraps on the left */
        margin: 0 0 20px 20px; /* Adds space around the video: top, right, bottom, left */
    }

    /* Optional: styles for the paragraph to make the text align nicely */
    .video-wrapper p {
        text-align: justify;
    }/* End custom CSS */
/* Start custom CSS */body {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #159BD7; /* Your bright blue color */
}
table, th, td {
  border: none;
}
.container {
  /* Optional: gives context to the container's boundaries */
  border: 0px solid #ccc;
  padding: 10px;
  overflow: auto; /* Ensures the container wraps around floated content (clearfix hack alternative) */
}

.video-right {
  float: right;
  /*width: 40%;  Adjust width as needed */
  height: auto; /* Maintain aspect ratio */
  margin-left: 20px; /* Adds space to the left of the video */
  margin-bottom: 10px; /* Adds space below the video */
}

h3 {
  /* H3 is a block element by default; no specific float needed, but margin adjustments might be */
  margin-top: 0; /* Ensures the H3 aligns with the top of the video */
}/* End custom CSS */