.match-container {
    padding: 0 18px 0 0;
}
.match-container .match-name {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.match-container .champ-name {
    font-size: 10px;
    color: #CCCCCC;
}

.match-container .market-name {
    position: relative !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #CCCCCC;
}

.match-container .market-name:first-child {
    margin-top: 2px;
}

.match-container .market-name:not(:first-child) {
    margin-top: 3px;
}

.match-container .market-name:before {
    content: '\2022';
    margin-right: 8px;
}

.match-container {
    display: flex;
    flex-direction: column;
}

.match-item:not(:first-child) {
    margin-top: 0;
}

.market-name-wrapper {
    display: flex;
    flex-direction: column;
}

.bet-boost-odds-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bet-boost-odds-wrapper .old-odds {
    font-size: 12px;
    font-weight: 700;
    text-decoration: line-through;
    color: #FFFFFF;
}

.bet-boost-odds-wrapper .new-odds {
    font-size: 15px;
    font-weight: 700;
    color: #FDC600;
}

.bet-boost-odds-wrapper .value {
    top: 0 !important;
    font-size: 15px !important;
}
