#root .beto-sports-coupon.coupon-billboard {
    margin-bottom: 8px;
    border-radius: var(--r-b);
}

#root .beto-sports-coupon.coupon-billboard .events-tournament-wrapper, #root .beto-sports-coupon.coupon-billboard .events-tournaments-wrapper, #root .beto-sports-coupon.coupon-billboard .sports-coupon {
    background-color: transparent;
}

#root .beto-sports-coupon.coupon-billboard .events-wrapper {
    border: unset;
}

#root .beto-sports-coupon.coupon-billboard .events-sport-header, #root .beto-sports-coupon.coupon-billboard .tournament-header-wrapper {
    display: none;
}

#root .beto-sports-coupon.coupon-billboard .events-tournament-wrapper {
    justify-content: center;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper {
    flex-direction: column;
    height: auto;
    color: var(--c-white-e);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 0;
}

#root .beto-sports-coupon.coupon-billboard .item-info-wrapper {
    width: 100%;
    flex-direction: column;
}

#root .beto-sports-coupon.coupon-billboard .match-info {
    flex-direction: column;
    height: auto;
    align-items: center;
    flex-wrap:nowrap;
    flex: unset;
}

#root .beto-sports-coupon.coupon-billboard .match-schedule {
    flex-direction: row;
    padding: 8px 0 60px;
    opacity: 1;
    margin: 0;
    order: 1;
}

#root .beto-sports-coupon.coupon-billboard .match-schedule .match-live {
    display: none;
}

#root .beto-sports-coupon.coupon-billboard .match-schedule .match-total-markets {
    position: absolute;
    right: -40px;
    top: -18px;
    width: 100px;
    height: 50px;
    background-color: #007ad9;
    text-align: center;
    font-size: 12px;
    line-height: 74px;
    color: var(--c-white-e);
    font-weight: 400;
    transform: rotate( 40deg );
}

#root .beto-sports-coupon.coupon-billboard .match-progress {
    opacity: 1;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .item-info-wrapper .match-teams {
    flex-direction: row;
    padding: 8px 0 4px 0;
    background: linear-gradient( 90deg , #e8e8e875 0%, rgb(255 255 255) 27%, rgb(255 255 255) 50%, rgb(255 255 255) 73%, #e8e8e8a3 100%);
    width: 100%;
    justify-content: center;
    color: #000000;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .item-info-wrapper .match-teams > div {
    margin: auto 8px;
    line-height: 24px;
    font-weight: 400;
    height: auto;
    flex: 1 1 100%;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .match-info .match-teams .match-home-team, #root .beto-sports-coupon.coupon-billboard .events-item-wrapper .match-info .match-teams .match-away-team {
    padding: unset;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .item-info-wrapper .match-teams .match-home-team {
    text-align: right;
    margin: 0 44px 0 10px;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .item-info-wrapper .match-teams .match-away-team {
    text-align: left;
    margin: 0 0 0 44px;
}

#root .beto-sports-coupon.coupon-billboard .match-teams .match-team-separator {
    flex: 0 0 auto;
    display: none;
}

#root .beto-sports-coupon.coupon-billboard .match-live-info {
    position: absolute;
    width: 100%;
    top: 90px;
    pointer-events: none;
    flex-direction: row;
    margin: 0;
    flex: 0 0 100%;
    justify-content: center;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .item-info-wrapper .match-score {
    text-shadow: none;
    margin: 0;
    margin-left: unset;
    flex-direction: row;
    color: var(--c-primary-c);
}

#root .beto-sports-coupon.coupon-billboard .match-score .match-score-home, #root .beto-sports-coupon.coupon-billboard .match-score .match-score-away {
    flex-direction: row;
    font-size: 1.5rem;
    opacity: 1;
    margin-left: 0px;
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper .item-info-wrapper .match-score-separator {
    display: inline-flex;
    margin: 0 6px;
    margin-left: 6px;
}

#root .beto-sports-coupon.coupon-billboard .scored-goal-text {
    display: none
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper.match-sport-soccer {
    background-image: url(/v1.06/r/images/site/banners/Live_Image.png);
}

#root .beto-sports-coupon.coupon-billboard .events-item-wrapper.match-sport-basketball {
    background-image: url(/v1.06/r/images/site/icons/basketball-desktop.png);
}

#root .beto-sports-coupon.coupon-billboard .match-markets-wrapper {
    width: 100%;
    align-items: flex-end;
    height: auto;
    padding: 8px;
    background-color: rgba(0,0,0,0.3);
}

#root .beto-sports-coupon.coupon-billboard .match-market {
    width: 100%;
    margin: 0;
    height: auto;
}

#root .beto-sports-coupon.coupon-billboard .match-market:not(.market-0) {
    display: none
}

#root .beto-sports-coupon.coupon-billboard .match-market .match-market-wrapper {
    min-height: unset ;
    flex-direction: row;
    justify-content: center;
    width: 70%;
    flex: 0 0 70%;
    max-width: 500px;
    margin:0 auto;
}

#root .beto-sports-coupon.coupon-billboard .match-links {
    display: none;
}

#root .beto-sports-coupon.coupon-billboard .match-odd {
    flex: 0 1 100px;
    margin: 0 4px;
}

#root .beto-sports-coupon.coupon-billboard .odds-selection-default {
    color: var(--c-primary-c);
    background-color: var(--c-white-e);
    height: 34px;
    margin: 0;
    border: unset;
}

#root .beto-sports-coupon.coupon-billboard .match-odd.odd-locked {
    background-color: var(--c-white-e);
    height: 34px;
    background-image: url(/v1.001/r/images/site/icons/odd-locked-bbb.svg);
}

#root .beto-sports-coupon.coupon-billboard .match-odd .odd {
    justify-content: center;
}

#root .beto-sports-coupon.coupon-billboard .odd span:first-child {
    margin: 0 8px;
    display: inline-block;
    font-weight: 600;
}

#root .beto-sports-coupon.coupon-billboard .odd span {
    margin: 0 8px;
    display: inline-block;
}

#root .beto-sports-coupon.coupon-billboard .match-info .match-schedule {
    order: 1;
    padding: 8px 0 60px;
    justify-content: center;
    opacity: 1;
    margin: 0;
    flex-direction: row;
}

#root .beto-sports-coupon.coupon-billboard .match-date, #root .beto-sports-coupon.coupon-billboard .match-time, #root .beto-sports-coupon.coupon-billboard .match-minute {
    font-size: 1.1rem;
    color: var(--c-white-e);
    opacity: 1;
    text-shadow: 0 2px 2px rgb(0 0 0 / 80%);
}

#root .beto-sports-coupon.coupon-billboard .match-date, #root .beto-sports-coupon.coupon-billboard .match-time {
    padding: 0px 2px;
}
#root  .beto-sports-coupon.coupon-billboard .events-item-wrapper:not(.match-is-live) .match-teams .match-team-separator {
    flex: 0 0 auto;
    display: inline-block;
}
#root .beto-sports-coupon.coupon-billboard .match-info .is-live-booked {
    display: none;
}