@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .\@tab\:cl { clear: none }

  .\@tab\:cl\:b { clear: both }

  .\@tab\:cl\:l { clear: inline-start }
  .\@tab\:cl\:r { clear: inline-end }

  /* /// */

  html.clear .\@tab\:cl\:l { clear: left }
  html.clear .\@tab\:cl\:r { clear: right }
}
