.blocks-content {
  .block-numbers {
    margin-bottom: 12px;
    font-weight: bold;
  }
  .block-categories {
    margin-bottom: 18px;
    overflow: hidden;
    padding-top: 10px;
    li {
      float: left;
      background: #fff;
      border-radius: 24px;
      margin: 0 12px 12px 0;
      transition: all 0.3s ease;
      &.active {
        background: #1b73ff;
        a,
        a:hover {
          color: #fff;
          transition: all 0.3s ease;
        }
      }
      &:last-child {
        margin-right: 10px;
      }
      &:hover {
        color: #fff;
        background: #1b73ff;
        //transform: translateY(-2px);
      }
      a {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        padding: 0 18px;
        color: #666;
        display: block;
        &:hover {
          color: #fff;
          text-decoration: none;
          transition: all 0.3s ease;
        }
      }
    }
  }

  .no-data {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .block-list-loadmore {
    display: inline-flex;
    padding: 9px 12px;
    background-color: #ffffff;
    border-radius: 2px;
  }
}
