/* Latest / Popular news sidebar: stretch the news list to fill whatever
   vertical space is left after the visitor-stats + live-tv boxes, instead
   of a fixed max-height that leaves dead space below it once the sidebar's
   own content changes height (e.g. adding the visitor stats box). */
.sidebar-latest-col {
    display: flex;
    flex-direction: column;
}

.sidebar-latest-col #pills-tabContent {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sidebar-latest-col #pills-tabContent .tab-pane.active.show {
    display: flex !important;
    flex-direction: column;
    flex: 1;
}

.sidebar-latest-col .news-tavs {
    max-height: none !important;
    overflow-y: auto !important;
    flex: 1;
}

#recentPopular-tab .nav-link {
    padding: 7px 6px !important;
    font-size: 15px !important;
    line-height: 18px !important;
}

.news-tavs .single-news {
    margin-bottom: 6px !important;
}

.news-tavs img {
    max-height: 68px;
    object-fit: cover;
}
