// stylelint-disable selector-no-qualifying-type
hr.transparent {
  border-top: 1px solid transparent;
}
