.match-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    background: #f9f9f9;
}

.match-league {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.match-league img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.match-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team {
    display: flex;
    align-items: center;
}

.team img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.match-center {
    text-align: center;
}

.match-center .time {
    font-weight: bold;
    display: block;
}

.match-center .score {
    font-size: 18px;
    margin: 5px 0;
}

.match-center .status {
    font-size: 14px;
    color: #888;
}

.matches-table-container label {
    font-weight: bold;
}
#fetch_matches {
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
}
