/*mobile*/
.ft_featured_post{
    
}

.ft_featured_post .featured-post-widget {
    position: relative;
    background-color: #fff;
    /*border: 1px solid rgba(109, 110, 118, .1);
    padding: 30px;*/
}

.ft_featured_post .featured-post-widget .post-thumbnail {
    margin: 0px;
}

.ft_featured_post .featured-post-widget .post-thumbnail img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}

.ft_featured_post .post-content {
    padding: 20px 0;
}
.ft_featured_post .featured-post-widget .post-meta {
    justify-content: flex-start;
    display: flex;
}

.ft_featured_post  .featured-post-widget .post-meta .by-author {
    display: none;
    @media (min-width: 1024px) {
        display: block;
    }
}

.ft_featured_post  .post-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}


/* tablet */


/* Desktop */





.ft_featured_post .featured-post-widget .post-meta {
    justify-content: flex-start;
}

.featured-post-widget .post-meta {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #777;
    flex-direction: column;
    @media (min-width: 500px) {
        flex-direction: row;
    }
}

.featured-post-widget .post-category {
    padding: 4px 16px;
    background: rgba(2, 85, 80, 0.08);
    border-radius: 16px;
    color: #1C1C1C;
    font-family: Archivo;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    align-content: center;
    height: fit-content;
}

.ft_featured_post .featured-post-widget .post-category a {
    text-decoration: none;
    color: inherit;
}

.ft_featured_post .featured-post-widget .post-title {
    font-size: 28px;
    color: #232536;
    font-family: Archivo;
    font-weight: 700;
    line-height: 40px;
    margin: 8px 0;
}
.ft_featured_post h2.widgettitle {
	font-family: Archivo;
	font-weight: normal;
}

.ft_featured_post .featured-post-widget .post-title a {
    color: #232536;
    text-decoration: none;
}

.ft_featured_post .featured-post-widget .post-excerpt {
    font-size: 16px;
    color: #6D6E76;
    font-family: Archivo;
    font-weight: 400;
    line-height: 28px;
}

.ft_featured_post .featured-post-widget .read-more {
    display: inline-block;
    padding: 8px 18px;
    background-color: #A2006E;
    color: #fff;
    font-family: Archivo;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    margin-top: 20px;
}

.ft_featured_post .featured-post-widget .post-meta .author-name{
    color: #A2006E;
    text-decoration: none;
}
.ft_featured_post .featured-post-widget .post-meta .post-author {
    display: none;
    @media (min-width: 500px) {
    display: block;
    }

}
/*
.featured-post-widget .post-meta .post-date,
.featured-post-widget .post-meta .by-author {
    color: #4C4C4C;
    font-family: Archivo;
    font-weight: 500;
}
*/
.ft_featured_post .widget-title {
    color: #232536;
    font-size: 36px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
}

.ft_featured_post .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
.ft_featured_post .featured-post-widget .post-thumbnail img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    }

    .ft_featured_post .featured-post-widget {
        position: relative;
        background-color: #fff;
        border: 1px solid rgba(109, 110, 118, .1);
        padding: 30px;
    }
}