.elementor-10982 .elementor-element.elementor-element-e6c3c1d{--display:flex;overflow:visible;}/* Start custom CSS for container, class: .elementor-element-e6c3c1d *//* Styling for the embedded IFZA Activities page */
#ifza-content-embed {
  width: 100%;      /* Takes the full width of your page's content container */
  height: 1200px;   /* Sets a fixed height, making the content scrollable within your page */
  border: none;     /* Removes the default iframe border */
  display: block;   /* Ensures it behaves like a standard block element */
}

/* Optional: Add responsiveness for smaller screens */
@media (max-width: 768px) {
  #ifza-content-embed {
    height: 800px; /* Reduce height slightly on mobile to be less overwhelming */
  }
}/* End custom CSS */