
/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.navbar-brand img {
    height: 96px;
}

header, footer {
    padding: 1rem 0;
}

footer a, footer p, header a, header p {
    text-decoration: none;
    color: inherit;
}

.article-card img {
    width: 100%;
    height: auto;
}

.article-card {
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.article-section h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #004080; /* default, will be overwritten inline if needed */
}

.text-muted {
    color: #6c757d !important;
}

/* Newsletter form */
.newsletter-form input, .newsletter-form textarea {
    margin-bottom: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 72px;
    }
}
