﻿.news-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 15px;
}

.date-tag {
    position: absolute;
    top: 20px;
    left: -15px; /* attaches to the left edge */
    background: #dc3545; /* bootstrap danger red */
    color: #fff;
    padding: 6px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
}

.date-tag i {
    font-size: 1rem;
}

.news-content {
    margin: 20px 15px;
    line-height: 1.6;
    font-size: 1.4rem;
}

.news-article {
    padding-top: 3.5rem !important; /* push content down to avoid overlap */
}

.card {
    margin: 10px auto;
}

.sticky-sidebar {
    position: -webkit-sticky; /* Safari support */
    position: sticky;
    top: 60px; /* space from top navbar */
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .col-lg-4 {
        padding: 0;
    }

    .mobile-hidden {
        display: none;
    }
}
