.basket-gr-widget-container .widget-unions-view {
  border: 1px solid #d5d5d5;
  position: relative;
  background: #f0f0f0; }
  @media only screen and (min-width: 1200px) {
    .basket-gr-widget-container .widget-unions-view .content {
      display: flex;
      flex-direction: row; } }
  .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view {
    background: #f0f0f0; }
    @media only screen and (min-width: 1200px) {
      .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view {
        display: none; } }
    .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper {
      display: flex;
      overflow: auto; }
      .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper .match {
        padding: 7px 26px;
        min-width: 500px; }
        .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper .match .match-header {
          padding: 0; }
          .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper .match .match-header .match-location {
            text-align: right; }
        .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper .match table {
          border-top: 0; }
          .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper .match table tr {
            border-bottom: 0; }
            .basket-gr-widget-container .widget-unions-view .content .unions-mobile-view .unions-mobile-view-wrapper .match table tr.second-team {
              display: table-row; }
  .basket-gr-widget-container .widget-unions-view .content .types-tab-nav {
    flex: 1; }
    .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs {
      display: flex;
      flex-flow: column nowrap;
      min-width: 260px;
      min-height: 100%;
      margin: 0;
      list-style-type: none;
      padding: 0; }
      @media only screen and (max-width: 1200px) {
        .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs {
          display: none; } }
      .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab {
        display: flex;
        flex: 1; }
        .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab:not(:last-child) {
          border-bottom: 1px solid #d5d5d5; }
        .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab .type-tab-btn {
          background: #ffffff;
          color: var(--primary-color);
          padding: 7px 15px;
          font-size: 1.05em;
          border: 0;
          width: 100%;
          text-align: left; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab .type-tab-btn:hover {
            cursor: pointer; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab .type-tab-btn.active {
            background: #f0f0f0;
            font-weight: 600; }
        .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav {
          display: inline-block;
          position: relative;
          background: #ffffff;
          color: var(--primary-color);
          padding: 7px 15px;
          font-size: 1.05em; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav:hover {
            cursor: pointer; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav::after {
            content: '';
            display: inline-block;
            width: 8.041px;
            height: 13.743px;
            -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8.041" height="13.743" viewBox="0 0 8.041 13.743"%3E%3Cg transform="translate(1.439 12.218) rotate(-89)"%3E%3Cpath d="M1.5,12.281l5.39-5.39L1.5,1.5" transform="translate(12.281 -1.5) rotate(90)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E') no-repeat;
            mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8.041" height="13.743" viewBox="0 0 8.041 13.743"%3E%3Cg transform="translate(1.439 12.218) rotate(-89)"%3E%3Cpath d="M1.5,12.281l5.39-5.39L1.5,1.5" transform="translate(12.281 -1.5) rotate(90)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E') no-repeat;
            -webkit-mask-size: contain;
            mask-size: contain;
            background-color: var(--primary-color);
            position: absolute;
            right: 8px;
            top: 15px;
            transform: rotate(90deg);
            transition: transform 0.25s ease-in-out; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content {
            position: absolute;
            top: 44px;
            left: 0;
            min-width: 360px;
            background: #ffffff;
            padding: 0;
            list-style-type: none;
            z-index: 10;
            opacity: 0;
            visibility: hidden; }
            .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content .widget-filter-option {
              color: var(--primary-color);
              padding: 10px 20px;
              position: relative; }
              .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content .widget-filter-option:hover, .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content .widget-filter-option.selected {
                background: #f0f0f0;
                font-weight: 600; }
            .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content:not(:last-child) .widget-filter-option::after {
              content: '';
              display: inline-block;
              width: 8.041px;
              height: 13.743px;
              -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8.041" height="13.743" viewBox="0 0 8.041 13.743"%3E%3Cg transform="translate(1.439 12.218) rotate(-89)"%3E%3Cpath d="M1.5,12.281l5.39-5.39L1.5,1.5" transform="translate(12.281 -1.5) rotate(90)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E') no-repeat;
              mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8.041" height="13.743" viewBox="0 0 8.041 13.743"%3E%3Cg transform="translate(1.439 12.218) rotate(-89)"%3E%3Cpath d="M1.5,12.281l5.39-5.39L1.5,1.5" transform="translate(12.281 -1.5) rotate(90)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E') no-repeat;
              -webkit-mask-size: contain;
              mask-size: contain;
              background-color: var(--primary-color);
              position: absolute;
              right: 10px;
              top: 20px;
              transition: transform 0.25s ease-in-out; }
            .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content:nth-child(2) {
              left: 360px !important; }
            .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content:nth-child(3) {
              left: 720px !important; }
            .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav .widget-filter-content:not(:last-child):after {
              content: '';
              display: block;
              background: var(--primary-color);
              height: 100%;
              width: 1px;
              position: absolute;
              top: 0;
              right: 0; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav.active .widget-filter-content {
            opacity: 1;
            visibility: visible; }
          .basket-gr-widget-container .widget-unions-view .content .types-tab-nav .types-tabs .type-tab#championships-nav.active::after {
            transform: rotate(-90deg); }
  .basket-gr-widget-container .widget-unions-view .content .match-tab-content {
    display: flex;
    flex: 8;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
    overflow-x: hidden; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content#tab-content-started .match {
      min-width: 500px;
      padding: 7px 26px; }
      .basket-gr-widget-container .widget-unions-view .content .match-tab-content#tab-content-started .match .match-header {
        padding: 0; }
      .basket-gr-widget-container .widget-unions-view .content .match-tab-content#tab-content-started .match table {
        border-top: 0; }
        .basket-gr-widget-container .widget-unions-view .content .match-tab-content#tab-content-started .match table tr {
          border-bottom: 0; }
          .basket-gr-widget-container .widget-unions-view .content .match-tab-content#tab-content-started .match table tr.second-team {
            display: table-row; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content .scroll-arrow {
      cursor: pointer;
      position: absolute;
      background: transparent;
      width: 30px;
      border: 0;
      top: 40%;
      z-index: 2; }
      .basket-gr-widget-container .widget-unions-view .content .match-tab-content .scroll-arrow.left-arrow {
        left: 260px;
        transform: rotate(180deg); }
      .basket-gr-widget-container .widget-unions-view .content .match-tab-content .scroll-arrow.right-arrow {
        right: 18px; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content::after, .basket-gr-widget-container .widget-unions-view .content .match-tab-content::before {
      content: '';
      position: absolute;
      width: 190px;
      height: 100%; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content::before {
      background: transparent linear-gradient(90deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
      left: 260px;
      z-index: 2; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content::after {
      background: transparent linear-gradient(270deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
      right: 0; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content.at-start::before {
      display: none; }
    .basket-gr-widget-container .widget-unions-view .content .match-tab-content.at-end::after {
      display: none; }
  .basket-gr-widget-container .widget-unions-view .content .match {
    flex: 1;
    position: relative;
    border-right: 1px solid #d5d5d5;
    min-width: 390px; }
    .basket-gr-widget-container .widget-unions-view .content .match .match-header {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      font-size: 0.9em;
      margin-bottom: 10px;
      padding: 7px;
      color: var(--primary-color);
      line-height: 20px; }
      .basket-gr-widget-container .widget-unions-view .content .match .match-header .match-championship {
        font-size: 1.05em; }
      .basket-gr-widget-container .widget-unions-view .content .match .match-header .match-location {
        text-decoration: underline;
        font-size: 0.7rem; }
    .basket-gr-widget-container .widget-unions-view .content .match table {
      flex-grow: 1;
      width: 100%;
      border-top: 1px solid #d5d5d5;
      border-spacing: 0;
      border-collapse: collapse;
      line-height: 20px; }
      .basket-gr-widget-container .widget-unions-view .content .match table thead tr {
        border-bottom: 1px solid #d5d5d5; }
        .basket-gr-widget-container .widget-unions-view .content .match table thead tr .table-header {
          color: var(--primary-color);
          font-size: 0.9em;
          font-weight: 600;
          text-align: left;
          padding-bottom: 10px; }
          .basket-gr-widget-container .widget-unions-view .content .match table thead tr .table-header:not(:last-child) {
            padding-right: 23px; }
          .basket-gr-widget-container .widget-unions-view .content .match table thead tr .table-header.quarter {
            font-weight: 100 !important;
            text-align: center; }
        .basket-gr-widget-container .widget-unions-view .content .match table thead tr .datetime {
          text-align: right; }
      .basket-gr-widget-container .widget-unions-view .content .match table tbody {
        font-size: 1.05em; }
        .basket-gr-widget-container .widget-unions-view .content .match table tbody tr .table-column:not(:last-child) {
          padding-right: 23px; }
        .basket-gr-widget-container .widget-unions-view .content .match table tbody tr .table-column.column-team-info {
          display: flex;
          align-items: center;
          gap: 10px; }
        .basket-gr-widget-container .widget-unions-view .content .match table tbody tr .table-column.points {
          color: var(--primary-color);
          font-weight: 600;
          text-align: center; }
        .basket-gr-widget-container .widget-unions-view .content .match table tbody tr .table-column.quarter-points {
          color: #707070;
          text-align: center; }
          .basket-gr-widget-container .widget-unions-view .content .match table tbody tr .table-column.quarter-points.active {
            color: var(--primary-color);
            font-weight: 600; }
        .basket-gr-widget-container .widget-unions-view .content .match table tbody tr .table-column.live-info {
          display: flex;
          flex-flow: column nowrap;
          align-items: flex-end;
          gap: 6px;
          font-size: 0.9em; }
    .basket-gr-widget-container .widget-unions-view .content .match.completed-match .match-header {
      margin-bottom: 0;
      line-height: 25px;
      min-height: 90px; }
      .basket-gr-widget-container .widget-unions-view .content .match.completed-match .match-header .match-championship {
        flex: 1; }
      .basket-gr-widget-container .widget-unions-view .content .match.completed-match .match-header .loc-datetime-wrapper {
        flex: 1;
        text-align: right;
        color: var(--primary-color);
        font-size: 1em; }
        .basket-gr-widget-container .widget-unions-view .content .match.completed-match .match-header .loc-datetime-wrapper .datetime {
          font-weight: 600; }
    .basket-gr-widget-container .widget-unions-view .content .match.completed-match tbody {
      display: inline-table;
      width: 100%;
      border: 7px solid transparent; }
      .basket-gr-widget-container .widget-unions-view .content .match.completed-match tbody tr.second-team .table-column {
        padding-top: 17px; }
  .basket-gr-widget-container .widget-unions-view .content .live-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 0.9em;
    font-weight: 600;
    color: #ff6600; }
    .basket-gr-widget-container .widget-unions-view .content .live-icon.live-icon-mobile {
      justify-content: center;
      font-size: 1.2em;
      border-bottom: 1px solid #fff; }
      .basket-gr-widget-container .widget-unions-view .content .live-icon.live-icon-mobile svg {
        width: 20px;
        height: 15px; }
    @media only screen and (max-width: 1200px) {
      .basket-gr-widget-container .widget-unions-view .content .live-icon:not(.live-icon-mobile) {
        display: none; } }
  .basket-gr-widget-container .widget-unions-view .live-fallback {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
    gap: 5px;
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    padding: 0 10px; }
    .basket-gr-widget-container .widget-unions-view .live-fallback span {
      font-weight: 600; }
