/*
If the file is going to be imported don't add doc comments
*/
#blocks {
  color: white; }
  #blocks .row {
    display: flex;
    align-items: center;
    gap: 1em; }
    @media all and (max-width: 600px) {
      #blocks .row {
        flex-direction: column; } }
  #blocks .current-block {
    font-weight: 800; }
  #blocks .blocks span {
    font-weight: 700;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    #blocks .blocks span.current {
      background: #000000DE; }
    #blocks .blocks span.passed {
      background: #00000099; }
