.cc-row-block-title {
  padding: 0;
  & > .cc-title {
    position: relative;
    padding: 10px 16px 10px 18px;
    margin-left: 16px;
    margin-bottom: 0;
    color: #909090;
    font-weight: 400;
    font-size: 15px;
    &::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      border-radius: 2px;
      background: var(--theme-tertiary);
    }
  }
}
