/* ============================================================
   SPACER BLOCK
   ============================================================ */

.spacer-block {
  width: 100%;
  height: var(--spacer-height, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.spacer-block__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-border-light);
}
