.ibm-scoreboard-wrapper {
    width: 100%;
    margin: 20px 0;
    font-family: inherit;
}

.ibm-scoreboard-category {
    background: #053A81;
    color: #fff;
    padding: 10px 14px;
    margin-top: 25px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 4px;
}

.ibm-scoreboard-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 4px;
    font-size: 15px;
}

.ibm-scoreboard-row.date-stage {
    font-weight: 600;
    color: #333;
}

.ibm-scoreboard-row.match-line {
    align-items: center;
    font-size: 16px;
}

.team {
    width: 30%;
}

.team-left {
    text-align: left;
}

.team-right {
    text-align: right;
}

.score-block {
    width: 40%;
    text-align: center;
    font-weight: 600;
}

.winner {
    font-weight: 700;
    color: #053A81;
}

.winner-score {
    font-weight: 700;
    color: #053A81;
}

.ibm-scoreboard-row.result-text {
    justify-content: center;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.ibm-scoreboard-row.notes {
    flex-direction: column;
    margin-top: 4px;
}

.notes-line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 4px;
}

.notes-text {
    font-size: 14px;
    color: #555;
}
