.tag-filters {
    margin-bottom: 1rem;
    margin-top: 0;
}
.tag-btn {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
}
.tag-btn.active {
    padding-right: 2rem;
    position: relative;
}
.tag-btn .close-icon {
    display: none;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
}
.tag-btn.active .close-icon {
    display: inline;
}
.news-row {
    margin-top: 0;
}
.news-group {
    transition: opacity 0.3s ease;
    margin-top: 0;
}
.news-group.hidden {
    display: none;
}
.report-link {
    display: inline-block;
    margin-left: 0.1rem;
    margin-right: 0.25rem;
    color: #dc3545;
    cursor: pointer;
    font-size: 0.7rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.report-link:hover {
    opacity: 1;
}
.topic-item {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s;
}
.topic-item:hover {
    background-color: #f8f9fa;
}
.pagination-controls {
    margin-top: 1rem;
    text-align: center;
}