:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ff8312;
}

.with-badge {
  position: relative;
}
.with-badge .badge {
  position: absolute;
  right: calc(-16px / 2);
  top: calc(-16px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-family: "Manrope";
  font-weight: 400;
  height: 16px;
  min-width: 16px;
  border-radius: calc(16px / 2);
  padding: 0 2px;
  line-height: 16px;
  background-color: #ff8312;
  border-style: solid;
  border-width: 0px;
  border-color: #ffffff;
  text-indent: 0;
  color: #ffffff;
}
.with-badge.button-link .badge {
  right: 0;
  top: 0;
  text-align: center;
}
.with-badge.button-link .badge[hidden=true] {
  display: none;
}