@import "common";
@import "_mixin";

.bml-cells {
  position: relative;
  margin-top: $bmlCellsMarginTop;
  background-color: $bmlCellBg;
  line-height: $bmlCellLineHeight;
}

.bml-cells__title {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: $bmlCellGapH;
  padding-right: $bmlCellGapH;
  color: $bmlTextColorGray;
  font-size: $bmlCellTipsFontSize;
}

.bml-cells_after-title{
  margin-top: 0;
}

.bml-cells__tips {
  margin-top: 3px;
  color: $bmlTextColorDesc;
  padding-left: $bmlCellGapH;
  padding-right: $bmlCellGapH;
  font-size: $bmlCellTipsFontSize;
}
