.post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 18px;
    font-family: Hero;
    font-weight: 700;
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    & > div{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .post-meta-icon{
        position: relative;
        top: 2px;
    }
}
.featured-post-widget{
    margin-top: 80px;
    margin-bottom: 62px;
    .widget-title-wrapper{
        margin-bottom: 59px;
    }
    #active-post{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        .post-main-image{
            max-width: 518px;
            margin-top: 10px;
            
        }
        .post-main-content{
            padding-right: 48px;
            max-width: calc(100% - 518px);
            p{
                margin-top: 20px;
                max-height: 77px;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }
            .elementor-button.elementor-button-link.elementor-btn{
                margin-left: -2px;
            }
            .elementor-button.elementor-btn:after{
                width: 24px;
            }
        }
    }
    .post-slider-controls{
        display: flex;
        flex-wrap: nowrap;
        gap: 21px;
        margin-top: -20px;
        @media (max-width: 989.98px) and (min-width: 768px) {
            margin-top: 22px;
        }
        .slider-nav{
            cursor: pointer;
        }
    }
    .post-thumbs{
        .swiper-wrapper{
            flex-wrap: nowrap;
            gap: 28px;
            margin-top: 75px;
        }
        .post-thumb{
            border-top: 1px solid #FFFFFF80;
            padding-top: 26px;
            cursor: pointer;
            width: calc(25% - 28px);
            &.active{
                border-color: #ffffff !important;
                .h9{
                    color: #ffffff;
                }
                p{
                    color: #ffffff;
                }
            }
            .h9{
                font-family: Hero;
                font-weight: 700;
                font-size: 12px;
                line-height: 14.5px;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                color: #d1d1d1;
                margin-bottom: 13px;
            }
            p{
                font-family: "Noto Sans";
                font-weight: 300;
                font-size: 14px;
                line-height: 24px;
                letter-spacing: 0;
                color: #d1d1d1;
            }
        }
    }
}
@media (max-width: 1199.98px) {
    .featured-post-widget {
        #active-post{
            .post-main-image{
                max-width: 50%;
                margin-top: 0;
            }
            .post-main-content{
                max-width: 50%;
            }
        }
    }
}
@media (max-width: 767.98px) {
    .featured-post-widget {
        .widget-title-wrapper{
            margin-bottom: 46px;
        }
        .widget-title-wrapper, .post-slider-controls, #active-post{
            padding: 0 36px;
        }
        .post-thumbs{
            margin-left: 36px;
        }
        #active-post{
            flex-direction: column;
            align-items: center;
            .post-main-image{
                max-width: 100%;
                margin-top: 0;
            }
            .post-main-content{
                padding-right: 0;
                max-width: unset;
                margin-bottom: 60px;
                .elementor-button.elementor-button-link.elementor-btn{
                    margin-left: 0;
                }
            }
        }
        .post-slider-controls{
            margin-top: 42px;
        }

        .post-thumbs.swiper {
            overflow: hidden;
            padding-bottom: 20px;
            padding-right: 40px;
        }
        .post-thumbs .swiper-wrapper{
            gap: 10px;
        }
        .post-thumb.swiper-slide {
            width: auto;
            flex-shrink: 0;
        }
    }
}