/* CSS cho plugin LoL Esports Plugin */

#lol-esports-plugin {
    margin: 20px;
}

#lol-esports-plugin .match {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#lol-esports-plugin .match:hover {
    background-color: #f9f9f9;
}

#lol-esports-plugin .match-time {
    font-weight: bold;
    margin-bottom: 5px;
}

#lol-esports-plugin .match-teams {
    display: flex;
    align-items: center;
}

#lol-esports-plugin .team {
    display: flex;
    align-items: center;
    flex: 1;
}

#lol-esports-plugin .team img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#lol-esports-plugin .vs {
    font-size: 20px;
    margin: 0 10px;
}

#loading {
    text-align: center;
    font-weight: bold;
}

#live-matches {
    margin-bottom: 20px;
}
