#root .tpl-mobile3.itm-has-tpl {
    flex-wrap: wrap;
    box-shadow: var(--x-d-t);
}

#root app-sports-coupon .tpl-mobile3.itm-has-tpl .match-info {
    justify-content: center!important;
}

#root app-sports-coupon .tpl-mobile3.itm-has-tpl .match-schedule {
    order: -1;
    color: var(--c-f-s);
    align-items: end;
}

#root .tpl-mobile3.itm-has-tpl .match-links {
    position: unset;
    order: 1;
    margin-left: auto;
}

#root .sports-coupon .tpl-mobile3.itm-has-tpl.events-item-wrapper .match-links {
    position: absolute;
    right: 3px;
    top: 2px;
    bottom: unset;
}

#root .tpl-mobile3.itm-has-tpl .match-teams {
    flex-direction: row;
    margin-left: 0px;
}

#root .tpl-mobile3.itm-has-tpl .match-teams div {
    width: 50%;
}

#root .tpl-mobile3.itm-has-tpl .match-market {
    margin-right: 0px;
    /* background-color:  var(--c-oi); */
    background-image: var(--g-1);
}

#root .tpl-mobile3.itm-has-tpl .match-teams div.match-team-separator {
    display: flex;
    width: 36px;
    justify-content: center;
    color: var(--c-f-d);
}

#root .tpl-mobile3.itm-has-tpl .match-teams div {
    text-align: center;
}

#root .tpl-mobile3.itm-has-tpl .match-markets-wrapper {
    width: 100%;
    order: 2;
}

#root .mobile .tpl-mobile3.itm-has-tpl .item-info-wrapper {
    padding: 0;
}

.market-tpl-cls-mobile3 app-market-template, .market-tpl-cls-mobile3 app-market-template-placeholders {
    width: 100%;
}

.market-tpl-cls-mobile3 .template-row-wrapper .market-template-row {
    display: flex;
    border-top: 1px solid var(--c-o2i)
}

.market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .item-cell:not(.empty-cell) {
    width: 33.33%;
    min-height: 36px;
}

.market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .item-cell:not(:last-child) {
    border-right: 1px solid var(--c-o2i)
}

.market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .item-cell > span:only-child {
    display: none;
}

.market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .locked-odd {
    height: 100%;
    display: flex;
}

.market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .locked-odd span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#root .market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .odd {
    width: 50%;
    background-color: transparent!important;
    box-shadow: none!important;
}

#root .market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .selection-opt-label {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    color: var(--c-f-s);
}

#root .market-tpl-cls-mobile3 .template-row-wrapper .market-template-row .odds-bet-slip-selected {
    color: white;
    font-weight: 600;
    background-color: var(--o-blue-b);
    background-size: 600% 300%;
    background-position: 50% 102%;
    box-shadow: var(--x-surface);
}

.market-group .cls-tpl-handicapmatch .template-rows-wrapper {
    display: flex;
    width: 100%;
}

.market-group .cls-tpl-handicapmatch .template-rows-wrapper .special-value {
    display: none;
}

.market-group .cls-tpl-handicapmatch .template-row-wrapper {
    display: flex;
    width: 100%;
    background-color: var(--o-primary-b);
}

.market-group .cls-tpl-handicapmatch .market-template-row {
    display: flex;
    width: 100%;
}

#root .market-group .cls-tpl-handicapmatch .market-template-row .match-odd {
    max-width: 100%;
}

.market-group .cls-tpl-handicapmatch .market-template-row .selection-opt-label {
    width: 50%;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: 16px
}

#root .market-group .cls-tpl-handicapmatch .market-template-row .item-cell:not(.empty-cell) {
    flex: 1;
}

.alternative-market.coupon-market-name {
    display: flex;
    /* min-height:30px; */
    align-items: center;
    /* position:  absolute; */
    width: calc(100% + 5px);
    top: 0;
    left: 0;
    font-size: 11px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--aw-coupon-sportheader-pregame);
    /* box-shadow: var(--x-d-b); */
    line-height: 12px;
    height: 21px;
    z-index: 1;
    transform: translateX(2px);
}
.sports-coupon.live .alternative-market.coupon-market-name {
    background-color: var(--aw-coupon-sportheader-live);
}

#root .at-least-one-alternative .match-market {
    flex-direction: column;
    align-items: center;
}

app-market-template-placeholders .template-row-wrapper:not(.special-value + .template-row-wrapper) {
    display: none;
}

app-market-template-placeholders .special-value + .template-row-wrapper {
    position: relative;
    border-bottom: 1px solid var(--c-o2i);
    min-height: 60px;
}

app-market-template-placeholders .special-value + .template-row-wrapper .item-cell {
    display: none
}

app-market-template-placeholders .special-value + .template-row-wrapper::before {
    content: "N/A";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .cls-tpl-matchpage3 .market-template-row {
    display: flex;
    background-color: var(--o-primary-b);
}

#root .mobile .cls-tpl-matchpage3 .market-template-row .item-cell .match-odd {
    width: 100%;
    max-width: 100%;
}

.mobile .cls-tpl-matchpage3 .market-template-row .item-cell:not(.empty-cell) {
    width: 33.33%
}

.mobile .cls-tpl-matchpage3 .market-template-row .item-cell .selection-opt-label {
    color: var(--c-f-s);
    width: 50%;
    padding: 0px 0 0 16px;
}

.mobile .cls-tpl-matchpage1 .market-template-row {
    display: flex;
    background-color: var(--o-primary-b);
}

#root .mobile .cls-tpl-matchpage1 .market-template-row .item-cell .match-odd {
    width: 100%;
    max-width: 100%;
}

.mobile .cls-tpl-matchpage1 .market-template-row .item-cell:not(.empty-cell) {
    width: 100%
}

.mobile .cls-tpl-matchpage1 .market-template-row .item-cell .selection-opt-label {
    color: var(--c-f-s);
    width: 50%;
    padding: 0px 0 0 16px;
}
