.a42-title-wrapper u {
  position: relative;
  text-decoration: none;
}
.a42-title-wrapper u:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: 5px;
  background-color: var(--e-global-color-secondary);
}
.a42-title-wrapper .uppercase {
  text-transform: uppercase;
}
.a42-title-wrapper.show-bar:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  width: 50px;
  height: 10px;
  background-color: var(--e-global-color-secondary);
}
.a42-title-wrapper .show-underline {
  margin-bottom: 10px;
}
.a42-title-wrapper .show-underline:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--e-global-color-secondary);
}
.a42-title-wrapper .a42-heading {
  margin: 0;
}
.a42-title-wrapper .a42-pre_title {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  width: fit-content;
  line-height: 1;
  margin-bottom: -15px;
}
.a42-title-wrapper .a42-sub_title {
  margin-top: -15px;
}

/*# sourceMappingURL=title.css.map */
