a:hover {
    text-decoration: none;
}

.latestnewsection {
    display: flex;
    align-items: center;
    justify-content: space-between;

    & .moreLink {
        white-space: nowrap;
        border: 1px solid #464646;
        border-radius: 5px;
        padding: 4px 11px;
        margin-left: 15px;
        font: normal 14px / 23px 'Ek Mukta';
    }

    & a {
        color: #464646;

        &:hover {
            text-decoration: none;
        }
    }
}

.latestnewsectionItems {
    display: flex;
    gap: 15px;
    /* space between items */
}

.latestNewsItem {
    flex: 1;
    margin-top: 5px;
    /* equal width items */
}

.lNewsImg {
    max-width: 100%;
    height: auto;
    display: block;
}

.titleLnews {
    margin-block: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.borBotmLnews {
    border-bottom: 1px solid #e3e3e3;
    display: block;

    &:last-child {
        border-bottom: 0;
    }
}

.itemsStoryLnews {
    & a {
        color: #000000;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
        display: flex;
        gap: 10px;

        &:last-child {
            border-bottom: 0;
        }


        & img {
            max-width: 110px;
            border-radius: 4px;
        }
    }

    & .titleLnewSub {
        font-size: 18px;
        font-weight: 550;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 77px;
    }
}

.landpagesecNews {
    .titleLnews {
        font-size: 18px;
        line-height: 26px;
    }

    & .titleLnewSub {
        font-weight: bold;
    }

    & .itemsstoreyLnewsLast {
        & .titleLnewSub {
            font-weight: 550;
            font-size: 15px;
            -webkit-line-clamp: 2;
            height: 53px;
        }
    }
}

.photboxLN {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;

    & .photoItemLn {
        &:first-child {
            /* width: 270px; */
            /* border: 1px solid red; */
        }
    }

    & .leadPicPGLNLEAD {
        height: 270px;
        object-fit: cover;
        max-width: 100%;
        display: block;
        border-radius: 6px;
    }

    & .leadPicPGLN {
        max-width: 100%;
        height: 125px;
        object-fit: cover;
        display: block;
        border-radius: 6px;
    }

    & .imgholderLN {
        position: relative;
        margin-bottom: 13px;

        & .pphoto-icon {
            position: absolute;
            top: 10px;
            background: #e21727;
            color: #FFF;
            padding: 1px 10px;
            right: 10px;
        }

        & .s-photo-icon {
            margin-right: 3px;
        }
    }

    & .titlePGLn {
        font-size: 18px;
        line-height: 26px;
        font-weight: 550;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    & .mleadPGLs {
        margin-top: 20px;
        display: flex;
        gap: 15px;
        align-items: flex-start;

        & .leadPicPGLN {
            max-height: 93px;
        }

        & .imgholderLN {
            min-width: 125px;
            max-width: 125px;
        }

        & .titlePGLn {
            font-size: 16px;
            font-weight: normal;
            line-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        & .pphoto-icon {
            top: 5px;
            padding: 0px 5px;
            right: 5px;
        }
    }

    & .photoItemMiniLn {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;

        & .miniLeadPGLN {
            flex: 0 0 calc((100% - 40px) / 3);
            width: 30%;


        }

        & .imgholderLN {
            margin-bottom: 7px;
        }

        & .titlePGLn {
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
            -webkit-line-clamp: 4;
        }
    }
}

/* web stories */

.webStorieLNItems {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 10px;

}

.webStorieLNItem {
    flex: 1;
    margin-top: 5px;

}

.webStorieLNItemLink {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 220px;
}

.webStorieLNItemLink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
    border-radius: 6px;
}


.webstoriesLNImg {
    border-radius: 6px;
    max-width: 100%;
    width: 220px;
    height: 360px;
    object-fit: cover;
}

.webstoriesLNTitle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 550;


    & span {
        display: block;
        padding: 10px 5px 3px 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }
}

/* video */
.video-blockLNBx {
    background: #000;
    color: #fff;
    padding: 18px 14px;

    & .h-line-head h2 span {
        background: #000;

        & a {
            color: #fff;
        }


    }

    & .latestnewsection {

        & .moreLink {
            border: 1px solid #F0F0F0;

            & a {
                color: #fff;
            }
        }
    }

    & .vidSecItemstop {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-top: 10px;
    }

    & .vidsecItemTP {
        flex: 1;
        margin-top: 5px;
    }

    & .vidseTPImgHoldr {
        position: relative;
    }

    & .videosecItemTPImg {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    & .big-vd-icon2 {
        max-width: 68px;
        max-height: 68px;
    }

    & .vidseTPTitle {
        font-size: 26px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        margin-top: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    & .vidtimestampLnew {
        position: absolute;
        bottom: 5px;
        right: 5px;
        background: #000;
        color: #fff;
        padding: 2px 5px;
    }

    & .vidsecItemBTM {
        margin-top: 20px;

        & .big-vd-icon2 {
            max-width: 25px;
            max-height: 25px;
        }

        & .vidseTPTitle {
            font-size: 16px;
            line-height: 25px;
            font-weight: normal;
            margin-top: 13px;
            -webkit-line-clamp: 3;

        }

        & .vidtimestampLnew {
            font-size: 12px;
        }
    }


}

.reelshortSection {
    & .reelshotsbox {
        justify-content: space-between;
    }
}