.has-title {
  position: relative;
  margin-top: 1.4rem !important;
  padding-top: 2.4rem !important;
}

.has-title > .title {
  position: absolute;
  left: 1rem;
  top: -1.4rem;
}

.has-title > .title,
.standalone-title {
  padding: 0.6rem 1rem;
  line-height: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-button-text-color);
  font-family: 'Letter Gothic Std';
  background-color: var(--title-button-bg-color);
  box-shadow: 4px 4px 0 var(--highlight-color);
}
