Recent Category Articles

Latest Category News

What a divorce coach wishes couples knew before ending a marriage BREAKING
12
Category 😊 Positive
What a divorce coach wishes couples knew before ending a marriage

Divorce is a tool, not a weapon, says Karen McNenny, author of a new book on the subject. She explains how to end a marr...

Jul 07, 2026 - 10:18 AM 12
Ebola spread in central Africa could match 2014 record outbreak, US health officials say BREAKING
51
Category 😐 Neutral
Ebola spread in central Africa could match 2014 record outbreak, US health officials say

Modelling from US CDC shows Ebola spread could be on dangerous trajectory, but experts warn outbreaks can be very hard t...

Jun 06, 2026 - 05:43 PM 51
/* Related News Sidebar Widget Styles */ .sidebar-widget .card { transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; } .sidebar-widget .card:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.15); } .sidebar-widget .img-fluid { width: 100%; height: auto; object-fit: cover; } .sidebar-widget .video-thumbnail { position: relative; overflow: hidden; } .sidebar-widget .video-play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; background: rgba(0,0,0,0.7); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; cursor: pointer; transition: all 0.3s ease; } .sidebar-widget .video-play-button:hover { background: rgba(0,0,0,0.9); transform: translate(-50%, -50%) scale(1.1); } .sidebar-widget .card-title { font-size: 0.9rem; font-weight: 600; line-height: 1.3; margin-bottom: 0.5rem; } .sidebar-widget .card-title a { color: #333; text-decoration: none; } .sidebar-widget .card-title a:hover { color: #dc3545; } /* List view styles */ .list-view { display: flex !important; flex-direction: column; gap: 1rem; } .list-view .col-md-6 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; } .list-view .news-card { display: flex; flex-direction: row; height: auto !important; } .list-view .news-card .image-container { width: 300px; height: 200px; flex-shrink: 0; } .list-view .news-card .card-body { flex: 1; display: flex; flex-direction: column; } @media (max-width: 768px) { .list-view .news-card { flex-direction: column; } .list-view .news-card .image-container { width: 100%; height: 200px; } }