.outrights-by-tournament .outrights-by-tournament-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 35px;
    position: relative
}

.outrights-by-tournament:not(:last-child) .outrights-by-tournament-header {
    border-bottom: 1px solid var(--c-shade)
}

.outrights-by-tournament .outrights-by-tournament-header span:last-child {
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down_Dark.svg);
    font-size: 0;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    background-size: 20px;
    background-repeat: no-repeat;
}

.outrights-by-tournament .outrights-by-tournament-header.categ-expanded span:last-child {
    transform: rotate(0);
}

.desktop .outrights-by-tournament .outrights-by-tournament-header span:last-child {
    cursor: pointer
}

.outrights-by-tournament-header {
    /* background-color: aliceblue; */
    /* background-color: mintcream; */
    text-decoration: underline dotted;
}

.tournament-header-wrapper,
.outrights-by-tournament-header,
#root app-outrights-coupon .item-info-wrapper {
    cursor: pointer;
}
#root app-outrights-coupon .item-info-wrapper {
    padding-bottom: 0px;
}
#root app-outrights-coupon .item-info-wrapper .outright-title {
    min-height: 35px;
}