.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-16 .elementor-element.elementor-element-5ae07c8{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-16 .elementor-element.elementor-element-5ae07c8 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-16 .elementor-element.elementor-element-5ae07c8:after{content:"0.66";}.elementor-16 .elementor-element.elementor-element-5ae07c8 .elementor-post__thumbnail__link{width:100%;}.elementor-16 .elementor-element.elementor-element-5ae07c8 .elementor-post__meta-data span + span:before{content:"///";}.elementor-16 .elementor-element.elementor-element-5ae07c8.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-16 .elementor-element.elementor-element-5ae07c8.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-16 .elementor-element.elementor-element-5ae07c8.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-16 .elementor-element.elementor-element-7c33700{width:var( --container-widget-width, 100.698% );max-width:100.698%;--container-widget-width:100.698%;--container-widget-flex-grow:0;}.elementor-16 .elementor-element.elementor-element-7c33700.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-5ae07c8 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-16 .elementor-element.elementor-element-5ae07c8:after{content:"0.5";}.elementor-16 .elementor-element.elementor-element-5ae07c8 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-5ae07c8 *//* ===========================
   POSTS GRID
=========================== */

.elementor-posts-container{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:25px !important;

    /* Left & Right Space */
    padding:20px 40px !important;
    box-sizing:border-box !important;
}

/* ===========================
   CARD
=========================== */

.elementor-post{
    background:#1a1a1a !important;
    border:1px solid #333 !important;
    border-radius:12px !important;
    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    transition:.35s ease !important;
    box-shadow:0 5px 20px rgba(0,0,0,.25) !important;
}

.elementor-post:hover{
    transform:translateY(-6px) !important;
    border-color:#FFD700 !important;
    box-shadow:0 12px 30px rgba(255,215,0,.18) !important;
}

/* ===========================
   IMAGE
=========================== */

.elementor-post__thumbnail{
    overflow:hidden !important;
    aspect-ratio:16/9 !important;
    background:#111 !important;
}

.elementor-post__thumbnail a{
    display:block !important;
    width:100% !important;
    height:100% !important;
}

.elementor-post__thumbnail img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    transition:transform .4s ease !important;
}

.elementor-post:hover .elementor-post__thumbnail img{
    transform:scale(1.06);
}

/* ===========================
   CONTENT
=========================== */

.elementor-post__text{
    padding:20px !important;
    display:flex !important;
    flex-direction:column !important;
    flex:1 !important;
}

.elementor-post__title{
    margin-bottom:12px !important;
}

.elementor-post__title a{
    color:#fff !important;
    text-decoration:none !important;
    font-size:20px !important;
    font-weight:600 !important;
    line-height:1.4 !important;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.elementor-post__title a:hover{
    color:#FFD700 !important;
}

.elementor-post__excerpt p{
    color:#cfcfcf !important;
    font-size:14px !important;
    line-height:1.7 !important;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.elementor-post__meta-data{
    margin-top:15px !important;
    padding-top:15px !important;
    border-top:1px solid #333 !important;
    color:#999 !important;
    font-size:13px !important;
}

/* ===========================
   READ MORE
=========================== */

.elementor-post__read-more{
    margin-top:auto !important;
    display:inline-block !important;
    padding:10px 18px !important;
    border:2px solid #FFD700 !important;
    color:#FFD700 !important;
    text-decoration:none !important;
    border-radius:6px !important;
    transition:.3s !important;
}

.elementor-post__read-more:hover{
    background:#FFD700 !important;
    color:#000 !important;
}

/* ===========================
   PAGINATION
=========================== */

.elementor-pagination{
    text-align:center;
    margin-top:40px;
}

.elementor-pagination .page-numbers{
    display:inline-block;
    padding:10px 16px;
    margin:5px;
    background:#1a1a1a;
    color:#fff;
    border:1px solid #333;
    border-radius:6px;
    text-decoration:none;
}

.elementor-pagination .current,
.elementor-pagination .page-numbers:hover{
    background:#FFD700;
    color:#000;
    border-color:#FFD700;
}

/* ===========================
   TABLET
=========================== */

@media (max-width:1024px){

    .elementor-posts-container{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:20px !important;
        padding:20px 25px !important;
    }

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:767px){

    .elementor-posts-container{
        grid-template-columns:1fr !important;
        gap:18px !important;
        padding:15px !important;
    }

    .elementor-post{
        width:100% !important;
    }

    .elementor-post__title a{
        font-size:18px !important;
    }

    .elementor-post__text{
        padding:15px !important;
    }

    .elementor-post__thumbnail{
        aspect-ratio:16/9 !important;
    }

}/* End custom CSS */