/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/how-to/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* -------------------------------- 

File#: _how-to
Title: How-To

-------------------------------- */
:root {
  --bsaweb--how-to--bullet-size: 40px;
  --bsaweb--how-to--bullet-font-size: 1rem;
  --bsaweb--how-to--bullet-margin-right: var(--bsaweb--spacing--sm);
  --bsaweb--how-to--bullet-bg-color: var(--bsaweb--color--bg-dark);
  --bsaweb--how-to--bullet-color: var(--bsaweb--color--contrast-higher);
  --bsaweb--how-to--track-width: 2px;
  --bsaweb--how-to--track-bg-color: var(--bsaweb--color--bg-dark);
  --bsaweb--how-to--gap-y: var(--bsaweb--spacing--lg);
}

.bsab4s-how-to {
  counter-reset: bsab4s-how-to-items;
}

.bsab4s-how-to__bullet {
  flex-shrink: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: var(--bsaweb--how-to--bullet-bg-color);
  color: var(--bsaweb--how-to--bullet-color);
  height: var(--bsaweb--how-to--bullet-size);
  width: var(--bsaweb--how-to--bullet-size);
  border-radius: 50%;
  margin-right: var(--bsaweb--how-to--bullet-margin-right);
  font-size: var(--bsaweb--how-to--bullet-font-size);
  font-weight: 700;
}
.bsab4s-how-to__bullet::after {
  content: counter(bsab4s-how-to-items);
}

.bsab4s-how-to__item {
  position: relative;
  display: flex;
  counter-increment: bsab4s-how-to-items;
}
.bsab4s-how-to__item:not(:last-child) {
  padding-bottom: var(--bsaweb--how-to--gap-y);
}

@media (min-width: 64rem) {
  .bsab4s-how-to__bullet {
    display: flex;
  }
  .bsab4s-how-to__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: var(--bsaweb--how-to--bullet-size);
    left: calc(var(--bsaweb--how-to--bullet-size) / 2 - 2px);
    width: var(--bsaweb--how-to--track-width);
    height: calc(100% - var(--bsaweb--how-to--bullet-size) / 2);
    background-color: var(--bsaweb--how-to--track-bg-color);
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/*# sourceMappingURL=style-index.css.map*/