.player-video-list {
    padding: 5px;
    padding-left: 20px;
}

.match-table a {
    text-decoration: none;
    color: inherit;
}

.match-table a:hover {
    color: purple !important;
}

#matchList {
    font-size: 14px;
}

.tournament-container {
    text-align: left;
    background: linear-gradient(90deg, #d9c3fc28 0%, #e7e7ff 100%);
    padding: 16px 24px 10px 24px;
    border-radius: 12px;
    margin: 16px 0 22px 0;
    box-shadow: 0 2px 12px rgba(80,80,120,0.07);
    border: 1px solid #d0d0e0;
}

.bracket-container {
    margin-left: 16px;
}

.match-loss {
    background: #fce4e4;
}

.match-win {
    background: #edffe8;
}

.bracket-title {
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.tournament-title {
    font-size: 1.4em;
}

.tournament-container a {
    text-decoration: none;
    color: #2a2a6a;
    font-weight: 500;
}
.tournament-container a:hover {
    color: #7b2ff2;
}
.match-container {
    border: 1px solid #cce3f7;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 18px 10px 18px;
    box-shadow: 0 1px 4px rgba(80,120,180,0.06);
    margin-left: 10px;
    width: 100%;
}
.match-container-players {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 1.0em;
}
.match-container-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2px;
}
.match-container b {
    color: #2a2a6a;
    font-size: 1.08em;
}
.match-container .result {
    color: #444;
    font-weight: 500;
    margin: 2px 0 2px 0;
}
.match-container .match-date {
    color: #888;
    font-size: 0.98em;
    margin-left: 12px;
    white-space: nowrap;
}
.match-container .video-link {
    color: #ff5599;
    font-weight: 500;
}