/* Override section spacing - aggressive reduction */
.section-title {
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
}

.row.w-100 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.news,
.publications,
.projects,
.course,
.about,
.blog {
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
}

/* News styling */
.news_list {
    padding-left: 0;
    margin-left: 0;
}

.news_list li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.news-line {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.news-date {
    font-weight: bold;
    color: #000;
    min-width: 70px;
}

.news-title {
    flex: 1;
    min-width: 200px;
}

.news-meta {
    font-size: 0.9rem;
}

/* Publication styling */
.pub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.pub-title {
    font-weight: normal;
    flex: 1;
}

.pub-meta-right {
    display: flex;
    gap: 1rem;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.publication-date {
    font-weight: normal;
}

.pub-venue {
    text-align: right;
}

/* Author styling */
.author-name {
    cursor: default;
}

.author-highlight {
    text-decoration: underline;
}

.et-al {
    cursor: pointer;
    font-style: italic;
}
