.elementor-35527 .elementor-element.elementor-element-b042112{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:37px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35527 .elementor-element.elementor-element-bf19260 .edubin-pagination-wrapper .page-number{justify-content:center;}/* Start custom CSS for edubin-latest-post, class: .elementor-element-bf19260 *//* 1. IMAGE BOX (Rectangle Fix + Grey Placeholder) */
.elementor-35527 .elementor-element.elementor-element-bf19260 .edu-blog .thumbnail {
    height: 170px !important;
    width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background-color: #e0e0e0 !important; /* Grey box for missing images */
    margin-bottom: 10px !important; /* REDUCED GAP here */
}

/* 2. IMAGE FIT */
.elementor-35527 .elementor-element.elementor-element-bf19260 .edu-blog .thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* 3. TITLE STYLING (Centered + Gradient Color) */
.elementor-35527 .elementor-element.elementor-element-bf19260 .edu-blog .news-title {
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    
    /* ALIGNMENT FIXES */
    text-align: center !important;
    margin-top: 0 !important; /* Removes top spacing */
    min-height: 70px !important; /* Keeps rows straight */
    display: block !important;
    
    /* OPTIONAL: Gradient Text Effect */
    background: -webkit-linear-gradient(45deg, #000000, #1a2b4c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 4. CONTAINER SPACING */
.elementor-35527 .elementor-element.elementor-element-bf19260 .edu-blog .content {
    padding: 0 !important;
    text-align: center !important; /* Ensures the container centers the text */
}/* End custom CSS */