body#root .standings-container {
    width:100%;
    position: relative;
    /* background-color:var(--c-primary-c); */
    padding:0px;
}
body#root .desktop  .standings-container {
     margin-bottom:8px
}
body#root .mobile  .standings-container {
    border-bottom:1px solid var(--c-tint-b)
}
body#root .standings-container button {
    position:absolute;
    width:45px;
    height:100%;
    border:0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    background-color:transparent;
    top:0px;
    left:0px;
    display:none;
}
body#root .standings-container button .icon{
    width: 10px;
    height: 10px;
    background-image: url(/v1.845/r/images/site/arrow-right-dark-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--c-background-b);
    padding: 18px;
    border-radius: 50px;
    background-size: 10px;
    box-shadow: -1px 5px 8px 2px rgb(0 0 0 / 18%)
}
body#root .standings-container button.previous .icon{
   transform: rotate(180deg);
    box-shadow: 1px -5px 8px 2px rgb(0 0 0 / 18%);
}

body#root .standings-container button.next {
    right:0;
    left:unset;
}
body#root .standings-container > app-widget-host {
    display:flex;
   
    /* flex-wrap: nowrap; */
    overflow: auto;
    width: auto;
   
}
body#root .standings-container .standings-scrollable > app-widget-host{
    display:flex;
    flex-direction:row;
    /* flex-wrap: nowrap; */
  
    width: auto;
     padding:20px 0px;
}
body#root .standings-container .standings-scrollable {
    overflow:auto;
    scroll-behavior:smooth;
    /* margin:0 45px; */
}
body#root .standings-container .standings-scrollable.dragged {
    scroll-behavior:unset;
}
body#root .mobile .standings-container .standings-scrollable {
     margin:0;
}
.beto-league-standings.league-table-card .live-score-standings-title{
    display:none;
}
.beto-league-standings {
    color:var(--c-white)
}
.beto-league-standings.league-table-card {
    /* width:320px; */
    min-width: 260px;
    border-radius: 20px;
    overflow:hidden;
    background-color: var(--c-background-f);
    box-shadow: rgb(0 0 0 / 20%) 0 1px 11px;
    border:1px solid var(--c-tint-b);
    display: flex;
    border:2px solid var(--c-emphasis-c);
    color:var(--c-primary)
}
.beto-league-standings.league-table-card form {
    /* margin-top:-8px; */
}
.beto-league-standings thead th {
    font-size:0px;
}
.beto-league-standings thead th::before {
    content:"t";
    font-size: 10px;
}
.beto-league-standings thead th.column-position::before {
    content:'#'
}
.beto-league-standings thead th.column-name::before {
    content:"T"
}
.beto-league-standings thead th.column-points::before {
    content:"PTS"
}
.mobile .beto-league-standings thead th.column-points::before {
    content:"P"
}
.beto-league-standings thead th.column-matches::before {
    content:"M"
}
.beto-league-standings thead th.column-wins::before {
    content:"W"
}
.beto-league-standings thead th.column-draws::before {
    content:"D"
}
.beto-league-standings thead th.column-losses::before {
    content:"L"
}
.beto-league-standings thead th.column-goals-diff::before {
   
    content:"DIFF"
}
.mobile .beto-league-standings thead th.column-goals-diff::before {
    content:"D"
}
#root .beto-league-standings  tr {
    display:flex;
    flex-direction:row;
    width:100%;
    font-size:12px;
    background-color:transparent;
    padding: 4px 0px;
}
#root .beto-league-standings .ui-table-thead tr  {
    background-color:var(--c-background);
    padding:2px 0px;
}
#root .beto-league-standings tbody tr {
    border-top: 0px solid var(--c-tint-b);
    border:0px;
}
#root .beto-league-standings thead th,
#root .beto-league-standings tbody td {
    padding: 1px;
    border:0;
    display: flex!important;
    flex-direction:row;
    align-items:center;
    background-color:transparent;
    /* justify-content: center; */
    position:relative;
    margin: 1px;
    width:calc(60% / 7 - 4px)!important;
    overflow: unset;
    color:var(--c-primary)
}
#root .beto-league-standings  tfoot {
    display:none;
}
#root .beto-league-standings  td.column-name,
#root .beto-league-standings  th.column-name{
    width:40%!important;
    flex:unset;
    font-weight: bold;
}
#root .beto-league-standings  td:not(.column-name),
#root .beto-league-standings  th:not(.column-name){
    justify-content:center;
}
#root .beto-league-standings.league-table-card .tournament-legend{
    display:none;
}
#root .beto-league-standings.league-table-card .view-more-link {
    display:none;
}
#root .beto-league-standings.league-table-card .report-content {
    height:auto;
    align-items:flex-start;
    /* display:flex; */
}
#root .beto-league-standings.league-table-card .report-content p-table {
    width:100%;
}
#root .beto-league-standings.league-table-card h3 {
    margin:0;
    padding:8px 12px;
    /* background-color:var(--c-primary); */
    text-align: left;
    /* margin-bottom: 6px; */
    background-color: var(--c-emphasis-c);
    color: var(--c-white)
}
#root .beto-league-standings.league-table-card {
    margin-right: 5px;
    padding: 0px 0px;
}
#root .beto-league-standings td:not(.column-name):not(.column-position) {
    /* border:1px solid var(--c-shade); */
   
    border-radius: 4px;
}
#root .beto-league-standings td:not(.column-name):not(.column-position):not(:last-child)::before {
    content:"";
    position:absolute;
    right:-1px;
    top:50%;
    width:4px;
    height:2px;
    background-color:transparent;
    transform:translate(100%,-50%);
}
.mobile .beto-league-standings.league-table-card {
    width: 280px;
    min-width: 280px;
}
