.schedule-section {
    margin-bottom: 16px;
}

.schedule-upcoming-list .schedule-item {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 2px;
    padding: 12px;
    margin-bottom: 10px;
    transition: border-color 0.2s;
}

.schedule-upcoming-list .schedule-item:hover {
    border-color: rgba(231, 76, 60, 0.4);
}

.schedule-match {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.schedule-details {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.schedule-round {
    color: #3498db;
    font-weight: 600;
}

.schedule-time {
    color: #e74c3c;
}