.bixi-chart-comparison {
  display: flex;

  &-content {
    display: flex;
    width: 480px;

    &-left,
    &-right {
      height: 44px;
      padding: 7px;
      color: #fff;
      line-height: 30px;
    }

    &-left {
      text-align: left;
      border-top-left-radius: 22px;
      border-bottom-left-radius: 22px;
    }

    &-right {
      text-align: right;
      border-top-right-radius: 22px;
      border-bottom-right-radius: 22px;
    }
  }

  &-description {
    display: flex;
    align-items: center;

    &-line {
      width: 25px;
      height: 1px;
      background-color: #333;
    }

    &-text {
      padding: 4px;
    }
  }
}
