.elementor-11948 .elementor-element.elementor-element-0563673{--display:flex;--min-height:82px;--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;}.elementor-11948 .elementor-element.elementor-element-da8ad9b{width:100%;max-width:100%;}.elementor-11948 .elementor-element.elementor-element-da8ad9b.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-da8ad9b */css
.fmf-more-articles{
    margin-top:40px;
}

.fmf-more-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.fmf-more-card{
    display:block;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
    transition:all .3s ease;
}

.fmf-more-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.fmf-more-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.fmf-more-content{
    padding:18px;
}

.fmf-more-category{
    color:#e84141;
    font-size:11px;
    text-transform:uppercase;
    font-weight:700;
}

.fmf-more-content h3{
    margin:10px 0;
    font-size:18px;
    line-height:1.4;
}

.fmf-more-content p{
    color:#666;
    font-size:14px;
}

@media(max-width:900px){
    .fmf-more-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .fmf-more-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */