
.ft_latest_posts_bal .latest-posts-bal {
    display: flex;
    flex-direction: column;
}

.ft_latest_posts_bal .post {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.ft_latest_posts_bal .post-info {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.ft_latest_posts_bal .category-wrapper {
    height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: rgba(2, 85, 80, 0.08);
    border-radius: 16px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.ft_latest_posts_bal .category-name {
    color: #1C1C1C;
    font-size: 14px;
    font-family: Archivo;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

.ft_latest_posts_bal .post-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #4C4C4C;
    @media (min-width: 500px) {
        flex-direction: row;
        gap: 5px;
    }
}


.ft_latest_posts_bal .post-thumbnail {
    margin-bottom: 0px;
}
.ft_latest_posts_bal .post-thumbnail img {
width: 100%;
  aspect-ratio: 2.5/1;
  object-fit: cover;
  object-position: center;
}

.ft_latest_posts_bal .post-content {
    margin-top: 10px;
}

.ft_latest_posts_bal .post-title {
    color: #232536;
    font-size: clamp(1.5rem, 4vw ,3rem);
    font-family: Archivo;
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
}

.ft_latest_posts_bal .author {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.ft_latest_posts_bal .author .by-author {
    display: none;
    @media (min-width: 1000px) {
        display: block;
    }
}

.ft_latest_posts_bal .author .author-name {
    display: none;
    @media (min-width: 500px) {
        display: block;
    }
}

.ft_latest_posts_bal .post-excerpt {
    color: #6D6E76;
    font-size: 16px;
    font-size: clamp(14px, 1vw, 16px);
    font-family: Archivo;
    font-weight: 400;
    line-height: 28px;
}
@media (min-width: 1024px) {

.ft_latest_posts_bal .latest-posts-bal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
}

.ft_latest_posts_bal .post {
    display: flex;
    flex-direction: row;
    width: 48%;
    position: relative;
    padding: 10px;
    gap: 20px;
}

.ft_latest_posts_bal .post-thumbnail {
    width: 44%;
    height: 355px;
    overflow: hidden;
    flex-shrink: 0;
}

.ft_latest_posts_bal .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ft_latest_posts_bal .post-info {
    flex-direction: column;
    align-items: baseline;
}



.ft_latest_posts_bal .post-meta .post-date,.ft_latest_posts_bal .post-meta .by-author,.ft_latest_posts_bal .post-meta .author-name {
    color: #4C4C4C;
    font-family: Archivo;
    font-weight: 500;
    font-size: clamp(10px, 1vw, 14px);
}

.ft_latest_posts_bal .post-meta .author-name {
    color: #A2006E;
}

.ft_latest_posts_bal .post-title {
    color: #232536;
    font-size: 28px;
    font-size: clamp(20px, 2vw, 28px);
    font-family: Archivo;
    font-weight: 700;
    line-height: 40px;
    line-height: clamp(22px, 2vw, 40px);
    word-wrap: break-word;
    margin-top: 20px;
}

.ft_latest_posts_bal .post-excerpt {
    color: #6D6E76;
    font-size: 16px;
    font-size: clamp(14px, 1vw, 16px);
    font-family: Archivo;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
}

.ft_latest_posts_bal .widget-title {
    
}
}

@media (max-width: 768px) {
    .ft_latest_posts_bal .latest-posts-bal {
        flex-direction: column;
    }

    .ft_latest_posts_bal .post {
        width: 100%;
    }
}
