body {
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .serif-font {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

.text-excerpt {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

.header-logo {
    max-height: 50px;
}

.top-banner, .bottom-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.nav-link {
    color: #666 !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-link:hover {
    color: #d32f2f !important;
}

.navbar-custom {
    border-top: 1px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
}

.article-divider {
    border-bottom: 1px solid #eee;
    margin: 15px 0;
    padding-bottom: 15px;
}

.red-text {
    color: #c00000;
}

.btn-outline-custom {
    border: 1px solid #ccc;
    color: #333;
    font-size: 0.8rem;
    padding: 2px 10px;
}

/* Additions for Visual News Section */
.category-label {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

hr {
    border-color: #eee;
    opacity: 1;
}

/* Red dot for section headers */
.section-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #d32f2f; /* Standard Global Times Red */
    border-radius: 50%;
    margin-left: 8px;
}