/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/dev/sass/headings/style-has-heading-bottom-bar.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.has-heading-bottom-bar .section-heading {
  border-bottom: 1px solid var(--bs-headings-border-color) !important;
  padding-bottom: 8px;
  position: relative;
}
.has-heading-bottom-bar .section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 3rem;
  height: 4px;
  background: var(--bs-headings-accent);
  border-radius: calc(var(--bs-border-radius) / 2);
}
.has-heading-bottom-bar [data-bs-theme=dark] .section-heading {
  border-color: var(--bs-headings-dark-border-color) !important;
}
.has-heading-bottom-bar [data-bs-theme=dark] .section-heading::after {
  background: var(--bs-headings-dark-accent);
}
