.level-title.tourney-title-bar {
    height: 44px;
    padding-left: 0;
}

.tourney-title-bar > a.tourney-list-back {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-right: 4px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.tourney-title-bar > a.tourney-list-back:hover,
.tourney-title-bar > a.tourney-list-back:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.tourney-title-bar > a.tourney-list-back:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

.tourney-list-back svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
