@import "../var/index.less";
@prefix-cls-basic-title: ~"@{namespace}-basic-title";

.@{prefix-cls-basic-title} {
  position: relative;
  display: flex;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: @text-color-base;
  cursor: pointer;
  user-select: none;

  &-normal {
    font-size: 14px;
    font-weight: 500;
  }

  &-show-span::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 3px;
    height: 16px;
    margin-right: 4px;
    background-color: @primary-color;
    content: "";
  }

  &-help {
    margin-left: 10px;
  }
}