.overlay-label {
  display: inline-block;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  border-radius: 999px;
  color: #000;
  font-family: var(--cb-title-font-family);
  font-size: 12px;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-transform: uppercase;
  white-space: nowrap;
  width: max-content;

  a {
    color: #000;
    &:hover {
      text-decoration: none;
    }
  }
}

@media (max-width: 767px) {
  .overlay-label {
    font-size: 10px;
  }
}
