.elementor-kit-72{--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;color:var( --e-global-color-nvdarkbg );}.elementor-kit-72 e-page-transition{background-color:#FFBC7D;}.elementor-kit-72 a{color:var( --e-global-color-nvprimaryaccent );}.elementor-kit-72 a:hover{color:var( --e-global-color-nvsecondaryaccent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Default: clean and uniform for desktop */
.elementor-post {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  height: 100% !important;
  min-height: 400px;
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.elementor-post__thumbnail,
.elementor-post__thumbnail img,
.elementor-post figure {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  max-height: 240px;
  object-fit: cover;
  width: 100%;
}

.elementor-post__title {
  margin-top: 5px !important;
  padding-top: 0 !important;
}

.elementor-post__excerpt {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 50px;
}

/* Responsive Fix: Remove forced height on small screens */
@media only screen and (max-width: 767px) {
  .elementor-post {
    min-height: unset !important;
    height: auto !important;
  }

  .elementor-post__thumbnail,
  .elementor-post__thumbnail img,
  .elementor-post figure {
    max-height: none !important;
  }

  .elementor-post__excerpt {
    min-height: unset !important;
  }
}/* End custom CSS */