.grid-base {
  .hive-col {
    &::after {
      content: '';
      display: block;
      height: 36px;
      margin: 10px 0;
      background: #EDF3FC;
    }
  }
}

.grid-col {
  .hive-col {
    &::after {
      content: '';
      display: block;
      height: 36px;
      margin: 10px 0;
      background: #EDF3FC;
    }
  }
}

.grid-response {
  .hive-col {
    &::after {
      content: '';
      display: block;
      height: 36px;
      margin: 10px 0;
      background: #EDF3FC;
    }
  }
}
