#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: 40px;
    background-color:var(--c-background)
}

#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: 35px;
}

#root app-outrights-coupon .outright-title {
    width: 100%;
    align-items: center;
    display: flex;
}
#root .mobile app-outrights-coupon .outright-title .match-info{
    
    flex-direction:column;
    
}
#root .mobile app-outrights-coupon .events-outright-market {
    padding:4px 5px;
}
#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!important;
    margin: 2px;
    padding: 8px 7px;
}
#root .mobile app-outrights-coupon app-event-item .runners app-outright-markets .outright-competitor,
#root .mobile app-outrights-coupon app-outright-markets > div{
    width:100%;
    flex:1 1 100%;
}
#root app-outrights-coupon .outright-competitor-name {
    height: fit-content;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
}

#root app-outrights-coupon .outright-odd {
    margin: auto;
    margin-left: 4px;
    margin-right: 0;
    height: fit-content;
    background: none;
    border: 0;
    font-weight: 600;
}
#root .allow-expand-everything .expand {
    font-size:0px;
}
#root .mobile .outrights-coupon .events-sport-header {
    top:54px;
}
#root .outrights-coupon .outrights-show-less,
#root .outrights-coupon .outrights-show-more{
    justify-content:center!important;
    border:1px solid var(--c-shade);
    margin-bottom:4px;
}
#root app-outrights-coupon .outrights-by-tournament {
    width:100%;
}
#root app-outrights-coupon .outrights-by-tournament .outrights-by-tournament-header {
    min-height:34px;
    display:flex;
    align-items:center;
    padding:0px 8px;
    background-color:var(--c-shade-c);
    border-bottom:1px solid var(--c-shade-c)
}
#root app-outrights-coupon .outrights-by-tournament .outrights-by-tournament-header span:last-child {
    margin-left:auto;
    font-size:0px;
    width:24px;
    height:24px;
    position:relative;
}
#root app-outrights-coupon .outrights-by-tournament .outrights-by-tournament-header.categ-closed span:last-child::before{
    transform:rotate(90deg)
}
#root app-outrights-coupon .outrights-by-tournament .outrights-by-tournament-header span:last-child::before {
    width:100%;
    height:100%;
    content:"";
    background-image:url(/v1.075/r/images/site/icons/Arrow_Down.svg);
    background-position:center;
    background-size:20px;
    position:absolute;
    filter:invert(1)
}