.radio-player-chart-widget {
  &,
  * {
    box-sizing: border-box;
  }

  &-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

    span {
      font-weight: 600;
    }

    .components-base-control__field {
      margin-bottom: 0;
    }

    .components-select-control {
      display: flex;
      align-items: center;
      flex-direction: row;

      label {
        margin: 0 10px !important;
        padding: 0 !important;
        font-weight: 500;
        text-transform: capitalize !important;
      }

      .components-input-control__backdrop {
        border-radius: 3px !important;
        border-color: #ddd !important;
      }

    }
  }

  .radio-player-statistics-summary {
    margin: 0 0 20px 0;
    gap: 10px;
    flex-wrap: wrap;

    .summary-item {
      border: 1px solid #e5e5e5;
      padding: 10px;
      width: 100%;

      .summary-item-label {
        font-size: 1rem;

        img {
          width: 35px;
        }
      }

      .summary-item-value {
        font-size: 1rem;
      }
    }
  }

  .radio-player-statistics-chart {
    margin: 0;
    padding: 0;

    canvas {
      width: 100%;
    }
  }

  .statistics-stations {
    padding: 0;
    margin-right: 0;

    .dashicons {
      display: none;
      pointer-events: none;
    }

    th {
      font-size: 14px;
      padding: 10px 0;

      &:nth-child(1) {
        width: max-content;
      }

      &.col-times {
        max-width: min-content;
        display: table-cell;
      }
    }

    td {
      padding: 5px;

      &.col-times {
        width: 110px;
      }
    }
  }

  & > a {
    margin: 30px auto 10px;
    display: block;
    width: max-content;
  }
}
