.dnetor-heading {
  --subheading-border-width: 2px;
  --subheading-border-color: $accent_color;
}
.dnetor-heading .dnetor-heading-divider {
  display: block;
  height: 3px;
  width: 100px;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  background-color: var(--e-global-color-accent);
}
.dnetor-heading .dnetor-heading-title {
  margin-top: 0;
  margin-bottom: 0;
}
.dnetor-heading .dnetor-heading-title mark {
  position: relative;
  background: transparent;
  padding: 0;
  color: var(--e-global-color-accent);
}
.dnetor-heading .dnetor-heading-title mark:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
  background: #000;
}
.dnetor-heading .dnetor-heading-subtitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  display: inline-block;
}
.dnetor-heading .dnetor-heading-description {
  margin-top: 12px;
}
.dnetor-heading .dnetor-heading-description p {
  margin: 0;
}/*# sourceMappingURL=heading.css.map */