#latest-posts .arz-tab-item{
    background-color: unset;
    font-size: 15px;
    border-radius: unset;
}
#latest-posts .arz-tab-item.arz-item-active,
#latest-posts .arz-tab-item:hover{
    
    color: #087a67;
    border-bottom: 2px solid #087a67;
    padding-bottom: 8px;
    font-weight: 600;

}
#latest-posts .arz-tab-content .arz-tab-card{
    display:none
}
#latest-posts .arz-tab-content .arz-tab-card.arz-card-active{
    display:block
}

#latest-posts .arz-tab-content .loading{
    background: url(../images/loading.gif) no-repeat center center / 50px 50px;
    width: 100%;height: 100px;display:none;
}
