.featured-news {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.rating-badge {
    background-color: #28a745;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.interested-btn {
    background: none;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}
.interested-btn.active {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.w-img-event {
    width: 100px;
}