.matchday-selector__item,
.matchday-tabs__item {
    text-decoration: none;
}

.matchday-tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.matchday-competition__bar--navigation {
    justify-content: space-between;
    gap: 20px;
}

.matchday-return-link {
    min-height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 16px;

    background: #162b6f;
    border: 1px solid #36516f;

    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 800;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.matchday-return-link:hover,
.matchday-return-link:focus-visible {
    background: #1c3689;
    border-color: #4a6d93;
    color: #ffffff;
}
