#root app-outrights-coupon .events-category-header-outrights {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#root app-outrights-coupon .tournament-header-wrapper {
    min-height: 32px;
    margin-bottom: 10px;
}

#root app-outrights-coupon .events-category-header-outrights .events-category-name {
    margin-left: 8px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1rem;
}

#root .outrights-coupon app-event-item {
    width: 100%;
}

#root .outrights-coupon .events-tournament-wrapper > :not(:nth-child(1)) {
    border-top: 0px;
    box-shadow: inset 0 1px var(--c-shade-b);
}

#root app-outrights-coupon .item-info-wrapper {
    min-width: 100%;
    order: unset;
    align-items: center;
    min-height: 34px;
    background-color:var(--c-background-white-10);
    border-radius:var(--r-5);
    border:1px solid var(--c-background-white-50);
    color:var(--c-text-light-e);
    padding:0px 10px;
    margin-bottom:10px;
    display:flex;
}

#root app-outrights-coupon .outright-title {
    width: 100%;
    align-items: center;
    display: flex;
}

#root app-outrights-coupon .outright-title .match-info {
    display: flex;
    flex-direction: row;
}

#root app-outrights-coupon .outright-title .match-info .match-type {
    display: flex;
    overflow: unset;
    height: auto;
}

#root app-outrights-coupon .outright-title .match-info .match-type > div:not(.match-tournament) {
    display: none;
}

#root app-outrights-coupon .outright-title .match-info .match-type .match-tournament {
    /* padding: 4px 10px; */
    padding-right: 0;
    line-height: 20px;
}

#root app-outrights-coupon .outrights-item .outright-title .match-info .events-outright-wrapper {
    align-items: center;
    display: flex;
    flex: 1;
}

#root app-outrights-coupon .outrights-item .outright-title .match-info .events-outright-wrapper .outright-heading-container {
    flex: 1;
    display: flex;
}

#root app-outrights-coupon .events-outright-market {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.015em;
    align-items: center;
    display: flex;
    margin-left: 4px;
}

#root app-outrights-coupon app-outright-markets {
    min-width: 100%;
    display: flex;
    flex-flow: row wrap;
}

#root app-outrights-coupon app-event-item .runners app-outright-markets .outright-competitor, #root app-outrights-coupon app-outright-markets > div {
    flex: 1 1;
    min-width: 30%;
    display: flex;
    justify-content: space-between;
    margin: 2px;
    padding: 8px;
}
#root app-outrights-coupon app-event-item  app-outright-markets .outright-competitor {
    min-height:44px;
    border-radius:var(--r-10);
    border:1px solid var(--c-background-white-10);
    align-items:center;
}
#root app-outrights-coupon .outright-competitor-name {
    height: fit-content;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    color:var(--c-text-light-e);
    font:var( --t-body-bold)
}

#root app-outrights-coupon .outright-odd {
    padding:0px 15px;
    background-color:var(--c-background-white-80);
    height: fit-content;
    min-height:28px;
    display:flex;
    justify-content:center;
    align-items:center;
    /* background: none; */
    border: 0;
    font-weight: 600;
    max-width:58px;
    width:100%;
    text-align:center;
    border-radius:var(--r-10);
    color:var( --c-text-dark-blue);
    font:var(--t-small-text-bold)
}
#root app-outrights-coupon .outright-odd.bet-slip-selected {
    background-color:var(--c-background-white);
    color:var(--c-accent-color)
}
#root app-outrights-coupon .tournament-header-wrapper .events-category-tournament-names {
    flex:1;
}
#root app-outrights-coupon .sports-coupon.small app-event-item  app-outright-markets .outright-competitor {
    width:100%;
    min-width:unset;
    min-width:50%;
}
#root .outrights-show-more,
#root .outrights-show-less{
    width:100%;
    flex:unset;
    border:1px solid var(--c-background-white-10);
    border-radius:var(--r-10);
    text-align:center;
    justify-content:center;
    color:var(--c-text-light)
}