.exeed-scoreboard {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
    padding: 0 12px;
    border-left: 1px solid #ddd;
}

.masterstudy-course-player-header_dark-mode .exeed-scoreboard {
    border-left-color: rgba(255, 255, 255, .05);
}

.exeed-scoreboard__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    background: var(--accent-100, #fd6a5e);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    border-radius: 100px;
    text-decoration: none;
    transition: opacity .2s;
}

.exeed-scoreboard__button:hover,
.exeed-scoreboard__button:focus {
    color: #fff;
    opacity: .85;
}

@media (max-width: 782px) {
    .exeed-scoreboard {
        padding: 0 8px;
    }

    .exeed-scoreboard__button {
        padding: 0 12px;
        font-size: 12px;
    }
}
