.elementor-kit-8{--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:#000000;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#182472;font-family:"Cormorant Garamond", Sans-serif;font-weight:700;}.elementor-kit-8 h2{color:#000000;font-family:"Cormorant Garamond", Sans-serif;font-size:40px;}.elementor-kit-8 h3{color:#000000;font-family:"Cormorant Garamond", Sans-serif;font-size:30px;}.elementor-kit-8 h5{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-8 h6{font-family:"Cormorant Garamond", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =====================================
   Elementor Recent Posts – FINAL FIX
   Based on Premier Nest Homepage Layout
===================================== */

/* Post title – limit to 3 lines */
.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* long titles fixed */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4.5em;
}

/* Post excerpt – limit to 4 lines */
.elementor-widget-posts .elementor-post__excerpt,
.elementor-widget-posts .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 6em;
    margin-bottom: 0;
}

/* Ensure all cards stretch equally */
.elementor-widget-posts .elementor-post {
    height: 100%;
}
@media (max-width: 767px) {
    .elementor-widget-posts .elementor-post__title,
    .elementor-widget-posts .elementor-post__title a {
        -webkit-line-clamp: 4;
    }

    .elementor-widget-posts .elementor-post__excerpt,
    .elementor-widget-posts .elementor-post__excerpt p {
        -webkit-line-clamp: 5;
    }
}/* End custom CSS */