﻿body {
}
/*समाचारों की सूची start*/

.news-header {
    background-color: #f15a22;
    color: #fff;
    font-weight: bold;
    padding: 8px 16px;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

    .news-list li {
        border-bottom: 1px solid #eee;
        padding: 8px 5px;
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        line-height: 1.5;
    }

        .news-list li i {
            margin-right: 8px;
            color: #000;
            font-size: 14px;
            padding-top: 4px;
        }

.implinkcontainer {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

    .implinkcontainer .scroll-box {
        flex: 1;
        overflow-y: auto;
    }

.scroll-box {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
    padding: 10px;
}




/*समाचारों की सूची end*/