.wp-statistics-post-summary-panel-chart{
  position: relative;
}

.wps-mini-chart-post-summary-tooltip {
  box-shadow: 1px 1px 2px 0 #00000005;
  border: 0.5px solid #DADCE0;
  border-radius: 2px;
  background: #fff;
  padding: 12px;
  opacity: 1;
  pointer-events:none;
  min-width: 105px;
  margin: 0;
  position: absolute;
  transition: all .1s ease;
  z-index: 99999;

  .chart-title {
    color: #0C0C0D;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    padding-bottom: 8px;
    text-align: left;

    .rtl & {
      text-align: right;
    }
  }

  .content-item {
     display: flex;
    justify-content: space-between;

    span:first-child {
      font-size: 13px;
      font-style: italic;
      font-weight: 400;
      line-height: 15.23px;
      color: #56585A;
      display: block !important;
    }
    span:last-child {
      color: #0C0C0D;
      font-size: 13px;
      font-style: italic;
      font-weight: 500;
      line-height: 15.23px;
      display: block !important;
    }
  }
}