@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.liveticker__wrapper {
  position: relative;
  font-family: 'Rubik';
  background: #fff;
  padding: 0;
  margin: 0; }

/* OPEN ._spm_widget */
._spm_widget {
  /* Wrapper for Tables, Topgoalers, ... */
  /* CLOSE ._spm_widget */ }
  ._spm_widget header, ._spm_widget .header {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 0 20px;
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08);
    position: sticky;
    top: 0;
    z-index: 10; }
    ._spm_widget header .header__content, ._spm_widget .header .header__content {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex: 1;
      overflow: hidden; }
      ._spm_widget header .header__content h1, ._spm_widget .header .header__content h1 {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: -0.4px;
        color: #1E1D1F;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0; }
      ._spm_widget header .header__content__left, ._spm_widget .header .header__content__left {
        display: flex;
        flex: 1;
        align-items: center;
        overflow: hidden; }
        ._spm_widget header .header__content__left h1, ._spm_widget .header .header__content__left h1 {
          cursor: pointer; }
        ._spm_widget header .header__content__left img, ._spm_widget .header .header__content__left img {
          margin-right: 8px;
          cursor: pointer; }
        ._spm_widget header .header__content__left .header__logo, ._spm_widget .header .header__content__left .header__logo {
          width: 24px;
          height: 24px;
          margin: 0 8px;
          flex-shrink: 0;
          background: #ccc; }
      ._spm_widget header .header__content__center, ._spm_widget .header .header__content__center {
        display: flex;
        flex: 1;
        justify-content: center; }
        ._spm_widget header .header__content__center input, ._spm_widget .header .header__content__center input {
          all: unset;
          display: flex;
          align-items: center;
          font-size: 17px;
          font-weight: 500;
          letter-spacing: -0.4px;
          color: #1E1D1F;
          padding: 16px 24px;
          cursor: pointer; }
      ._spm_widget header .header__content__right, ._spm_widget .header .header__content__right {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: flex-end; }
        ._spm_widget header .header__content__right img, ._spm_widget .header .header__content__right img {
          cursor: pointer; }
  ._spm_widget select {
    position: relative !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: rgba(30, 29, 31, 0.04) !important;
    box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08) !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: 'Rubik' !important;
    letter-spacing: -0.18px !important;
    font-weight: 500 !important;
    color: #1E1D1F !important;
    padding: 13px 20px 14px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background-image: url("../assets/ic_dropdown.svg") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center !important; }
    ._spm_widget select:focus {
      outline: none !important; }
  ._spm_widget .content {
    padding: 32px 20px; }
    .containersize--768 ._spm_widget .content {
      padding: 32px; }
    .containersize--1024 ._spm_widget .content {
      padding: 40px; }
    ._spm_widget .content__section__header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 13px; }
      .containersize--1024 ._spm_widget .content__section__header {
        justify-content: flex-start; }
      ._spm_widget .content__section__header__left {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.18px;
        font-weight: 400;
        color: rgba(30, 29, 31, 0.48);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .containersize--1024 ._spm_widget .content__section__header__left:after {
          content: '・'; }
        .matchday--live ._spm_widget .content__section__header__left {
          font-weight: 700;
          color: #FF2A48;
          text-transform: uppercase;
          padding-left: 12px;
          position: relative; }
          .matchday--live ._spm_widget .content__section__header__left:before {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            top: calc(50% - 4px);
            left: 0;
            background: #FF2A48;
            border-radius: 3px; }
      ._spm_widget .content__section__header__right {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.18px;
        font-weight: 400;
        white-space: nowrap;
        color: rgba(30, 29, 31, 0.48); }
        ._spm_widget .content__section__header__right a {
          color: rgba(30, 29, 31, 0.48); }
    ._spm_widget .content__section__list:not(:last-child) {
      margin-bottom: 28px; }
    .containersize--768 ._spm_widget .content__section__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .containersize--768 ._spm_widget .content__section__list:after {
        content: "";
        flex: 0 1 calc((100% / 3) - 16px); }
  ._spm_widget .match {
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(30, 29, 31, 0.04), inset 0 0 0 1px rgba(30, 29, 31, 0.08);
    border-radius: 8px;
    margin: 0 -8px 8px;
    padding: 10px 8px 10px 12px;
    font-size: 14px;
    letter-spacing: -0.18px;
    line-height: 16px;
    min-height: 64px;
    width: 100%;
    box-sizing: border-box;
    transition: all .2s ease-in-out; }
    .containersize--768 ._spm_widget .match {
      width: calc(50% + 4px); }
    .containersize--1024 ._spm_widget .match {
      width: calc((100% / 3)); }
    ._spm_widget .match:hover {
      box-shadow: 0 8px 16px 0 rgba(30, 29, 31, 0.06), inset 0 0 0 1px rgba(30, 29, 31, 0.08);
      transform: translateY(-1px);
      cursor: pointer; }
    ._spm_widget .match__content {
      display: flex; }
    ._spm_widget .match__meta {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: rgba(30, 29, 31, 0.48);
      font-weight: 400;
      margin-right: 12px;
      min-width: 40px; }
      ._spm_widget .match__meta__minute {
        margin-top: 6px; }
        .match--live ._spm_widget .match__meta__minute {
          color: #FF2A48; }
        ._spm_widget .match__meta__minute b {
          font-weight: 500; }
    ._spm_widget .match__teams {
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex: 1;
      overflow: hidden;
      justify-content: space-between; }
      ._spm_widget .match__teams__item {
        display: flex;
        font-weight: 500;
        color: #1E1D1F;
        margin: 3px 0; }
        ._spm_widget .match__teams__item img {
          width: 16px;
          height: 16px;
          object-fit: contain;
          flex-shrink: 0;
          margin-right: 8px; }
        ._spm_widget .match__teams__item__name {
          transform: translateY(1px);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        ._spm_widget .match__teams__item__score {
          width: 24px;
          flex-shrink: 0;
          text-align: center;
          margin-left: auto;
          color: rgba(30, 29, 31, 0.48); }
          .match--live ._spm_widget .match__teams__item__score {
            color: #FF2A48; }
          .match--finished ._spm_widget .match__teams__item__score {
            color: #1E1D1F; }
          .match--penalties ._spm_widget .match__teams__item__score {
            width: inherit;
            text-align: right;
            padding-right: 6px; }
            .match--penalties ._spm_widget .match__teams__item__score span {
              margin-right: 4px;
              color: rgba(30, 29, 31, 0.48);
              font-weight: 400; }
        ._spm_widget .match__teams__item--unknown {
          font-weight: 400;
          color: rgba(30, 29, 31, 0.48); }
    ._spm_widget .match__value {
      display: flex;
      flex: 0;
      align-items: center;
      padding-right: 4px;
      font-size: 14px;
      color: rgba(30, 29, 31, 0.48);
      letter-spacing: -0.33px;
      text-align: right; }
  ._spm_widget .detail {
    display: flex;
    flex-direction: column;
    background: rgba(30, 29, 31, 0.04);
    padding: 40px 20px 0;
    box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08); }
    ._spm_widget .detail__header {
      display: flex;
      justify-content: center;
      margin-bottom: 28px; }
      ._spm_widget .detail__header__team {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
        font-size: 14px;
        font-weight: 500;
        color: #1E1D1F;
        width: calc(100% + 40px);
        margin: 0 -20px;
        max-width: 240px; }
        ._spm_widget .detail__header__team__name {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        ._spm_widget .detail__header__team img {
          width: 72px;
          height: 72px;
          object-fit: contain;
          margin-bottom: 16px; }
      ._spm_widget .detail__header__center {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #1E1D1F; }
      ._spm_widget .detail__header__result {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 80px;
        font-size: 40px;
        font-weight: 500;
        color: #1E1D1F;
        height: 72px;
        margin-bottom: 16px; }
        .containersize--768 ._spm_widget .detail__header__result {
          min-width: 128px; }
      ._spm_widget .detail__header__minute {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1E1D1F; }
        .detail--live ._spm_widget .detail__header__minute {
          color: #FF2A48; }
        ._spm_widget .detail__header__minute span {
          font-size: 11px;
          letter-spacing: -0.25px;
          color: rgba(30, 29, 31, 0.48);
          margin-top: 2px; }
    ._spm_widget .detail__badge {
      display: inline-flex;
      padding: 8px 16px 7px;
      border-radius: 14px;
      font-size: 11px;
      font-weight: 500;
      text-transform: uppercase;
      color: #1E1D1F;
      background: rgba(30, 29, 31, 0.08);
      margin: -8px auto 16px; }
      ._spm_widget .detail__badge--negative {
        color: #FF2A48;
        background: rgba(255, 42, 72, 0.12); }
    ._spm_widget .detail__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 12px; }
      .containersize--768 ._spm_widget .detail__content {
        margin-bottom: 28px; }
      ._spm_widget .detail__content__item {
        display: flex;
        flex: 1;
        font-size: 14px;
        font-weight: 500;
        color: rgba(30, 29, 31, 0.48); }
        ._spm_widget .detail__content__item__name {
          flex: 1;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          ._spm_widget .detail__content__item__name--home {
            text-align: right; }
          ._spm_widget .detail__content__item__name--away {
            text-align: left; }
        ._spm_widget .detail__content__item__result {
          position: relative;
          display: flex;
          flex-shrink: 0;
          width: 48px; }
          ._spm_widget .detail__content__item__result:before {
            content: ':';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-1.5px, -50%); }
          ._spm_widget .detail__content__item__result__left, ._spm_widget .detail__content__item__result__right {
            flex: 1;
            color: rgba(30, 29, 31, 0.24); }
            ._spm_widget .detail__content__item__result__left.goal, ._spm_widget .detail__content__item__result__right.goal {
              color: rgba(30, 29, 31, 0.48); }
          ._spm_widget .detail__content__item__result__left {
            padding-right: 4px;
            text-align: right; }
          ._spm_widget .detail__content__item__result__right {
            padding-left: 4px;
            text-align: left; }
    ._spm_widget .detail__footer {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 14px 0;
      margin-top: 8px;
      box-shadow: inset 0 1px 0 0 rgba(30, 29, 31, 0.08); }
      ._spm_widget .detail__footer__item {
        display: flex;
        align-items: center;
        font-size: 11px;
        line-height: 11px;
        font-weight: 500;
        color: rgba(30, 29, 31, 0.48);
        letter-spacing: -0.2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        ._spm_widget .detail__footer__item:nth-child(2) {
          margin: 0 12px; }
          .containersize--400 ._spm_widget .detail__footer__item:nth-child(2) {
            margin: 0 24px; }
          .containersize--768 ._spm_widget .detail__footer__item:nth-child(2) {
            margin: 0 40px; }
        ._spm_widget .detail__footer__item img {
          width: 12px;
          height: 12px;
          margin-right: 4px;
          flex-shrink: 0; }
          @media screen and (min-width: 414px) {
            ._spm_widget .detail__footer__item img {
              margin-right: 8px; } }
  ._spm_widget .event {
    width: 100%;
    max-width: 576px;
    margin: 0px auto; }
    ._spm_widget .event:not(:last-child) {
      margin-bottom: 21px; }
    ._spm_widget .event__minute {
      font-size: 14px;
      font-weight: 500;
      color: rgba(30, 29, 31, 0.32);
      margin-bottom: 8px; }
      .event--highlighted ._spm_widget .event__minute {
        color: rgba(30, 29, 31, 0.64); }
    ._spm_widget .event__content {
      background: #FFFFFF;
      box-shadow: inset 0 0 0 1px rgba(30, 29, 31, 0.08), 0 4px 12px 0 rgba(30, 29, 31, 0.04);
      border-radius: 8px;
      padding: 10px 16px;
      margin-bottom: 8px; }
      .containersize--768 ._spm_widget .event__content {
        padding: 18px 24px; }
      .event--highlighted ._spm_widget .event__content {
        box-shadow: inset 0 0 0 1px rgba(30, 29, 31, 0.4), 0 4px 12px 0 rgba(30, 29, 31, 0.04); }
      ._spm_widget .event__content__header {
        display: flex;
        align-items: center;
        margin: 6px 0; }
        ._spm_widget .event__content__header img {
          width: 16px;
          height: 16px;
          flex-shrink: 0;
          margin: 3px 8px 3px 0; }
          .containersize--768 ._spm_widget .event__content__header img {
            width: 20px;
            height: 20px;
            margin: 3px 12px 3px 0; }
          .event--highlighted ._spm_widget .event__content__header img {
            width: 20px;
            height: 20px; }
        ._spm_widget .event__content__header__text {
          display: flex;
          flex-direction: column; }
        ._spm_widget .event__content__header__headline {
          font-size: 14px;
          font-weight: 500;
          color: #1E1D1F;
          letter-spacing: -0.2px; }
          .containersize--768 ._spm_widget .event__content__header__headline {
            font-size: 17px; }
        ._spm_widget .event__content__header__subline {
          font-size: 11px;
          font-weight: 500;
          color: rgba(30, 29, 31, 0.48);
          letter-spacing: -0.12px;
          margin-top: 2px; }
        ._spm_widget .event__content__header + p {
          margin: 4px 0 0; }
          .containersize--768 ._spm_widget .event__content__header + p {
            margin-top: 14px; }
      ._spm_widget .event__content p {
        font-size: 14px;
        line-height: 20px;
        color: #1E1D1F;
        margin: 0; }
        .containersize--768 ._spm_widget .event__content p {
          line-height: 22px; }
        ._spm_widget .event__content p .change--in {
          font-weight: 500;
          color: #2CC664; }
        ._spm_widget .event__content p .change--out {
          font-weight: 500;
          color: #FF2A48; }
  ._spm_widget .statistics {
    position: relative;
    margin: -32px auto 24px; }
    ._spm_widget .statistics:before {
      content: '';
      position: absolute;
      z-index: 0;
      background: #F6F6F6;
      top: -1px;
      left: 50%;
      width: calc(100% + 40px);
      transform: translateX(-50%);
      height: 49px;
      box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08); }
      .containersize--768 ._spm_widget .statistics:before {
        top: -9px;
        height: 57px;
        width: calc(100% + 64px); }
      .containersize--1024 ._spm_widget .statistics:before {
        top: -9px;
        height: 57px;
        width: calc(100% + 80px); }
    ._spm_widget .statistics__list {
      position: relative;
      z-index: 1;
      box-shadow: inset 0 0 0 1px rgba(30, 29, 31, 0.08), 0 4px 12px 0 rgba(30, 29, 31, 0.04);
      background: #FFFFFF;
      border-radius: 8px;
      width: 100%;
      max-width: 576px;
      margin: 0 auto;
      padding: 4px 16px;
      box-sizing: border-box; }
    ._spm_widget .statistics__item {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      color: #1E1D1F;
      padding: 15px 0; }
      ._spm_widget .statistics__item:not(:last-child) {
        box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08); }
      ._spm_widget .statistics__item__left {
        display: flex;
        flex: 1; }
        ._spm_widget .statistics__item__left span {
          margin-left: 6px; }
      ._spm_widget .statistics__item__center {
        display: flex;
        justify-content: center;
        flex: 1;
        font-size: 11px;
        line-height: 11px;
        color: rgba(30, 29, 31, 0.48);
        text-transform: uppercase; }
      ._spm_widget .statistics__item__right {
        display: flex;
        flex: 1;
        justify-content: flex-start;
        flex-direction: row-reverse; }
        ._spm_widget .statistics__item__right span {
          margin-right: 6px; }
      ._spm_widget .statistics__item span {
        font-size: 11px;
        color: rgba(30, 29, 31, 0.48);
        transform: translateY(1px); }
  ._spm_widget .form {
    display: flex;
    width: 100%;
    max-width: 576px;
    margin: 0 auto 36px; }
    ._spm_widget .form__item {
      position: relative;
      width: 50%;
      display: flex;
      justify-content: space-between;
      padding: 0 32px 0 0; }
      .containersize--768 ._spm_widget .form__item {
        padding: 0 64px 0 0; }
      ._spm_widget .form__item:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 9px;
        width: calc(100% - 16px);
        height: 2px;
        background: rgba(30, 29, 31, 0.08); }
        .containersize--768 ._spm_widget .form__item:before {
          width: calc(100% - 32px); }
      ._spm_widget .form__item:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 5px;
        right: 10px;
        width: 6px;
        height: 10px;
        background: url("../assets/form-arrow.svg"); }
        .containersize--768 ._spm_widget .form__item:after {
          right: 26px; }
      ._spm_widget .form__item--right {
        display: flex;
        flex-direction: row-reverse;
        padding: 0 0 0 32px; }
        .containersize--768 ._spm_widget .form__item--right {
          padding: 0 0 0 64px; }
        ._spm_widget .form__item--right:before {
          right: 0;
          left: inherit; }
        ._spm_widget .form__item--right:after {
          left: 10px;
          right: inherit;
          transform: rotate(180deg); }
          .containersize--768 ._spm_widget .form__item--right:after {
            left: 26px; }
    ._spm_widget .form__bullet {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      font-size: 11px;
      font-weight: 500; }
      ._spm_widget .form__bullet--win {
        background: #2CC664; }
      ._spm_widget .form__bullet--draw {
        background: #B7B6B7; }
      ._spm_widget .form__bullet--lose {
        background: #FF2A48; }
  ._spm_widget .list {
    max-width: 576px;
    margin: -16px auto 0; }
    ._spm_widget .list--box {
      margin: 0 auto;
      box-shadow: 0 4px 12px 0 rgba(30, 29, 31, 0.04), inset 0 0 0 1px rgba(30, 29, 31, 0.08);
      border-radius: 8px;
      padding: 0 16px; }
    ._spm_widget .list__item {
      display: flex;
      padding: 16px 0; }
      ._spm_widget .list__item:not(:last-child) {
        box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08); }
      ._spm_widget .list__item__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        margin-right: 12px; }
        ._spm_widget .list__item__icon--vignette {
          background: rgba(30, 29, 31, 0.06);
          border-radius: 50%; }
      ._spm_widget .list__item__text {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        ._spm_widget .list__item__text--truncate {
          overflow: hidden; }
        ._spm_widget .list__item__text__label {
          font-size: 11px;
          line-height: 14px;
          font-weight: 500;
          color: rgba(30, 29, 31, 0.48);
          margin-bottom: 1px; }
        ._spm_widget .list__item__text__value {
          font-size: 14px;
          font-weight: 500;
          color: #1E1D1F; }
          .list__item__text--truncate ._spm_widget .list__item__text__value {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          ._spm_widget .list__item__text__value--unknown {
            color: rgba(30, 29, 31, 0.48); }
          ._spm_widget .list__item__text__value .player-in {
            color: #2CC664; }
          ._spm_widget .list__item__text__value .player-out {
            color: #FF2A48; }
      ._spm_widget .list__item__result {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        margin: auto 0 auto auto;
        min-width: 36px;
        padding: 5px 4px 4px;
        border-radius: 4px;
        box-sizing: border-box;
        text-align: center;
        letter-spacing: 1px;
        color: rgba(30, 29, 31, 0.48); }
        ._spm_widget .list__item__result--win {
          background: #2CC664;
          color: #FFFFFF; }
        ._spm_widget .list__item__result--draw {
          background: rgba(30, 29, 31, 0.08);
          color: #1E1D1F; }
        ._spm_widget .list__item__result--lose {
          background: #FF2A48;
          color: #FFFFFF; }
  ._spm_widget .lineup {
    max-width: 576px;
    margin: -16px auto 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.33px;
    color: #1E1D1F; }
    ._spm_widget .lineup__section {
      margin-bottom: 12px; }
    ._spm_widget .lineup__header {
      display: flex;
      align-items: center;
      padding: 12px 0;
      box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08); }
      ._spm_widget .lineup__header img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        margin-right: 8px; }
    ._spm_widget .lineup__item {
      display: flex;
      align-items: center;
      padding: 12px 0; }
      ._spm_widget .lineup__item:not(:last-child) {
        box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.06); }
      ._spm_widget .lineup__item:nth-child(odd) {
        background: rgba(30, 29, 31, 0.02); }
      ._spm_widget .lineup__item__number {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: -0.26px;
        color: #1E1D1F;
        background: rgba(30, 29, 31, 0.06);
        border-radius: 50%;
        margin-right: 8px; }
  ._spm_widget .tabs {
    display: flex;
    padding: 0 20px;
    text-align: center;
    box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08);
    overflow-x: scroll; }
    ._spm_widget .tabs:after {
      content: '';
      padding-right: 24px; }
    ._spm_widget .tabs--fixedWidth {
      justify-content: center; }
      ._spm_widget .tabs--fixedWidth:after {
        padding-right: 0; }
    ._spm_widget .tabs__item {
      flex-shrink: 0;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      letter-spacing: -0.16px;
      color: rgba(30, 29, 31, 0.48);
      padding: 17px 16px;
      transition: all .2s ease-in-out; }
      .tabs--fixedWidth ._spm_widget .tabs__item {
        flex: 1;
        max-width: 192px;
        padding: 17px 0; }
      ._spm_widget .tabs__item:hover {
        color: rgba(30, 29, 31, 0.64);
        cursor: pointer; }
      ._spm_widget .tabs__item--active {
        color: #1E1D1F;
        box-shadow: inset 0 -2px 0 0 #1E1D1F; }
        ._spm_widget .tabs__item--active:hover {
          color: #1E1D1F; }
  ._spm_widget .ranking {
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(30, 29, 31, 0.04), inset 0 0 0 1px rgba(30, 29, 31, 0.08);
    border-radius: 8px;
    padding: 4px 12px;
    margin: 0 -8px 28px; }
    ._spm_widget .ranking__item {
      display: flex;
      align-items: center;
      color: #1E1D1F;
      font-weight: 500;
      padding: 14px 0; }
      ._spm_widget .ranking__item:not(:last-child) {
        box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.04); }
      ._spm_widget .ranking__item__position {
        width: 24px;
        font-size: 14px;
        line-height: 14px;
        text-align: center; }
      ._spm_widget .ranking__item img {
        width: 20px;
        height: 20px;
        object-fit: cover;
        margin: 0 6px 0 4px; }
        .containersize--768 ._spm_widget .ranking__item img {
          margin: 0 12px 0 4px; }
      ._spm_widget .ranking__item__name {
        flex: 1;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .containersize--768 ._spm_widget .ranking__item__name {
          font-size: 17px;
          line-height: 17px; }
      ._spm_widget .ranking__item__goals, ._spm_widget .ranking__item__difference, ._spm_widget .ranking__item__matches {
        width: 32px;
        font-size: 14px;
        line-height: 14px;
        text-align: right;
        color: rgba(30, 29, 31, 0.48);
        text-align: center; }
      ._spm_widget .ranking__item__points {
        width: 24px;
        font-size: 14px;
        line-height: 14px;
        text-align: center; }
        .containersize--768 ._spm_widget .ranking__item__points {
          font-size: 17px;
          line-height: 17px; }
  ._spm_widget .panel {
    background: #FFFFFF;
    font-family: "Rubik", Helvetica, sans-serif;
    border: 1px solid rgba(30, 29, 31, 0.08);
    box-shadow: 0 4px 12px 0 rgba(30, 29, 31, 0.04);
    border-radius: 8px;
    overflow: hidden;
    margin: 8px; }
    ._spm_widget .panel--flat {
      border: 0;
      box-shadow: none;
      border-radius: 0; }
    ._spm_widget .panel__header {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      background: #FFFFFF;
      box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08);
      padding: 12px 16px;
      border: 0; }
      .containersize--400 ._spm_widget .panel__header {
        align-items: center;
        flex-direction: row;
        padding: 12px 24px 11px; }
      ._spm_widget .panel__header__title {
        margin-right: auto; }
        ._spm_widget .panel__header__title h1 {
          font-size: 17px;
          line-height: 24px;
          font-weight: 500;
          color: #1E1D1F;
          margin: 0; }
        ._spm_widget .panel__header__title h2 {
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          color: rgba(30, 29, 31, 0.48);
          margin: 0; }
      ._spm_widget .panel__header ul {
        display: flex;
        list-style-type: none;
        margin: 12px -16px -12px;
        padding: 10px 16px;
        width: calc(100% + 32px);
        background: rgba(30, 29, 31, 0.04);
        box-shadow: inset 0 1px 0 0 rgba(30, 29, 31, 0.08); }
        .containersize--400 ._spm_widget .panel__header ul {
          margin: 0;
          padding: 10px 0;
          width: inherit;
          background: none;
          box-shadow: none; }
        ._spm_widget .panel__header ul li {
          font-size: 14px;
          line-height: 20px;
          font-weight: 500; }
          ._spm_widget .panel__header ul li:not(:last-child) {
            margin-right: 16px; }
          ._spm_widget .panel__header ul li a {
            color: rgba(30, 29, 31, 0.32) !important;
            text-decoration: none;
            transition: all .2s ease-in-out; }
            ._spm_widget .panel__header ul li a:hover {
              color: rgba(30, 29, 31, 0.48) !important; }
          ._spm_widget .panel__header ul li.is-active a {
            color: #1E1D1F !important; }
      ._spm_widget .panel__header select {
        background-color: rgba(30, 29, 31, 0.04) !important;
        background-position: calc(100% - 16px) center !important;
        box-shadow: inset 0 -1px 0 0 rgba(30, 29, 31, 0.08) !important;
        margin: 12px -16px -12px !important;
        padding: 12px 16px !important;
        width: calc(100% + 32px) !important;
        box-shadow: inset 0 1px 0 0 rgba(30, 29, 31, 0.08) !important; }
        .containersize--400 ._spm_widget .panel__header select {
          background-color: inherit !important;
          background-position: 100% calc(50% - 1px) !important;
          box-shadow: none !important;
          margin: 0 !important;
          padding: 0 16px 0 0 !important;
          width: auto !important; }
    ._spm_widget .panel__content {
      overflow-x: scroll;
      padding: 8px 16px; }
      .containersize--400 ._spm_widget .panel__content {
        padding: 8px 24px; }
      ._spm_widget .panel__content table {
        table-layout: auto;
        width: calc(100% + 32px);
        text-align: center;
        border-spacing: 0;
        margin: 0 -16px; }
        .containersize--400 ._spm_widget .panel__content table {
          width: calc(100% + 48px);
          margin: 0 -24px; }
        ._spm_widget .panel__content table tr {
          position: relative !important; }
          ._spm_widget .panel__content table tr:nth-child(even) td {
            background: rgba(30, 29, 31, 0.04); }
          ._spm_widget .panel__content table tr th:first-child, ._spm_widget .panel__content table tr td:first-child {
            padding-left: 12px;
            padding-right: 8px;
            width: 20px; }
            .containersize--400 ._spm_widget .panel__content table tr th:first-child, .containersize--400 ._spm_widget .panel__content table tr td:first-child {
              padding-left: 20px;
              padding-right: 12px; }
          ._spm_widget .panel__content table tr th:nth-child(2), ._spm_widget .panel__content table tr td:nth-child(2) {
            text-align: left;
            font-weight: 500; }
          ._spm_widget .panel__content table tr th:last-child, ._spm_widget .panel__content table tr td:last-child {
            padding-right: 14px;
            font-weight: 500; }
          ._spm_widget .panel__content table tr th img, ._spm_widget .panel__content table tr td img {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            object-fit: contain;
            margin-right: 8px; }
          ._spm_widget .panel__content table tr th.position-highlight, ._spm_widget .panel__content table tr td.position-highlight {
            position: relative;
            /* z.B. Meister */
            /* z.B. Relegation (Aufstieg) */
            /* z.B. Relegation (Abstieg) */
            /* z.B. Absteiger */ }
            ._spm_widget .panel__content table tr th.position-highlight:before, ._spm_widget .panel__content table tr td.position-highlight:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 2px;
              height: 100%; }
            ._spm_widget .panel__content table tr th.position-highlight--01:before, ._spm_widget .panel__content table tr td.position-highlight--01:before {
              background: #2CC664; }
            ._spm_widget .panel__content table tr th.position-highlight--02:before, ._spm_widget .panel__content table tr td.position-highlight--02:before {
              background: rgba(44, 198, 100, 0.48); }
            ._spm_widget .panel__content table tr th.position-highlight--03:before, ._spm_widget .panel__content table tr td.position-highlight--03:before {
              background: #FF832A; }
            ._spm_widget .panel__content table tr th.position-highlight--04:before, ._spm_widget .panel__content table tr td.position-highlight--04:before {
              background: #FF2A48; }
          ._spm_widget .panel__content table tr th .teamname, ._spm_widget .panel__content table tr td .teamname {
            display: flex;
            align-items: center; }
          ._spm_widget .panel__content table tr th {
            font-family: "Rubik", Helvetica, sans-serif;
            font-size: 11px;
            font-weight: 500;
            color: rgba(30, 29, 31, 0.48);
            background: #FFFFFF;
            border: 0;
            padding: 9px 4px;
            max-width: 100px; }
            .containersize--400 ._spm_widget .panel__content table tr th {
              max-width: inherit; }
          ._spm_widget .panel__content table tr td {
            vertical-align: top !important;
            font-family: "Rubik", Helvetica, sans-serif;
            font-size: 14px;
            border: 0;
            padding: 8px 4px; }
            .containersize--400 ._spm_widget .panel__content table tr td {
              padding: 10px 4px; }
            ._spm_widget .panel__content table tr td:nth-child(2) {
              max-width: 120px; }
              .containersize--400 ._spm_widget .panel__content table tr td:nth-child(2) {
                max-width: inherit; }
              ._spm_widget .panel__content table tr td:nth-child(2) span {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
      ._spm_widget .panel__content__section {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 12px;
        /* Reset max-width of list inside .panel__content__section */ }
        ._spm_widget .panel__content__section:after {
          content: "";
          flex: 0 1 calc((100% / 3) - 16px); }
        ._spm_widget .panel__content__section:first-child {
          margin-top: 4px; }
        ._spm_widget .panel__content__section:last-child {
          margin-bottom: 16px; }
        ._spm_widget .panel__content__section__header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 6px 0; }
          ._spm_widget .panel__content__section__header__left {
            font-size: 14px;
            font-weight: 400;
            color: rgba(30, 29, 31, 0.48); }
          ._spm_widget .panel__content__section__header__right {
            font-size: 14px;
            font-weight: 400;
            color: rgba(30, 29, 31, 0.48); }
        ._spm_widget .panel__content__section .list {
          width: 100%;
          max-width: inherit; }
      ._spm_widget .panel__content .match {
        margin: 0;
        width: 100%; }
        .containersize--400 ._spm_widget .panel__content .match {
          margin: 0 -8px;
          width: calc(100% + 16px); }
        ._spm_widget .panel__content .match:not(:last-child) {
          margin-bottom: 8px; }
    ._spm_widget .panel__footer {
      padding: 12px 16px; }
      .containersize--400 ._spm_widget .panel__footer {
        padding: 12px 24px; }
      ._spm_widget .panel__footer ul {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        ._spm_widget .panel__footer ul li {
          position: relative;
          font-size: 14px;
          font-weight: 400;
          white-space: nowrap;
          padding: 2px 0 2px 12px; }
          ._spm_widget .panel__footer ul li:before {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            top: calc(50% - 2px);
            left: 0;
            border-radius: 2px; }
          ._spm_widget .panel__footer ul li.legend--01:before {
            background: #2CC664; }
          ._spm_widget .panel__footer ul li.legend--02:before {
            background: rgba(44, 198, 100, 0.48); }
          ._spm_widget .panel__footer ul li.legend--03:before {
            background: #FF832A; }
          ._spm_widget .panel__footer ul li.legend--04:before {
            background: #FF2A48; }

/* font */
/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://api.deinsportplatz.de/static/widgets/fonts/rubik-v14-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}