/* assets/css/style.css */
.section-title {
    border-left: 4px solid #0d6efd;
    padding-left: 15px;
    margin-bottom: 20px;
}

.news-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-meta {
    font-size: 0.9rem;
}

.news-content {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}