.referenceNumber[data-v-93c9fb20] {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #272727;
  font-weight: 700;
  background-color: rgba(250, 181, 25, 0.5);
}
.referenceNumber__icon[data-v-93c9fb20] {
  display: inline-flex;
  align-items: center;
}
.referenceNumber__text[data-v-93c9fb20] {
  text-decoration: none;
  cursor: copy;
}
.referenceNumber:hover .referenceNumber__text[data-v-93c9fb20] {
  text-decoration: underline;
}
.referenceNumber__icon[data-v-93c9fb20] {
  text-decoration: none;
  cursor: copy;
}
@media screen and (max-width: 767px) {
.additional-content[data-v-93c9fb20] {
    border-top: 1px solid #ccd6dd;
}
}
@media screen and (min-width: 992px) {
.content-cover__wrapper[data-v-93c9fb20] {
    max-width: 171px;
}
}
.qs-tooltip {
  padding: 4px 8px;
}
.qs-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: inherit;
  pointer-events: none;
}
.menuable__content__active.qs-tooltip {
  opacity: 1 !important;
}
