.latest-news-block {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-top: 30px;
}

.newscardbox {
    border-radius: 7.088px;
    border: 1px solid rgba(0 0 0 / 10%);
    margin-bottom: 15px;
    box-shadow: 0 16px 32px 0 rgba(112 144 176 / 15%),
        4px 4px 12px 0 rgba(30 51 72 / 15%);
    background: var(--color-white);
    padding: 15px;
}

.stock-details-latest-news-container h3 {
    font-weight: var(--font-weight-medium);
    font-size: var(--f-s-sub-title);
    text-align: center;
    color: var(--color-primary);
}

.stock-details-latest-news-container h3 strong {
    font-weight: var(--font-weight-medium);
}

.content-mtop10 {
    margin-top: 10px;
    font-size: 14px;
    color: var(--color-text-primary);
}

.news-content-lightgrey {
    color: var(--color-text-secondary);
    font-size: 14px;
}

.latestnewsimg {
    flex: 0 0 156px;
    margin-left: 24px;
}

.newstitle-div {
    display: flex;
    justify-content: space-between;
}

.newstitle {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    color: var(--color-text-primary);
}

.newsdate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.display-date {
    color: var(--color-text-secondary);
    font-size: 12px;
}

.w-100 .latest-news-block {
    width: 100%;
}

.aif-page .stock-details-latest-news .latest-news-block {
    width: 100%;
}

.stock-details-latest-news-container .default-content-wrapper h2#latest-news{
    font-size: var(--f-s-sub-title);
    text-align: center;
    color: var(--text-seaction-heading);   
    font-weight: var(--font-weight-medium);
}

.latestnewsimg img{
    border-radius: 12px;
}

.stock-details-latest-news .mo-box-common{
    margin-bottom: 24px;
}

@media (width <= 768px) {
    .latest-news-block {
        width: 100%;
    }

    .newscardbox .flex {
        flex-direction: column-reverse;
    }

    .latestnewsimg {
        margin-left: 0;
    }

    .newstitle {
        font-size: 16px;
        line-height: 1.5;
    }
}
