.scale-context {
  width: max-content;
  max-width: calc(100% - 28px);
  margin: 0.65rem 14px 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgb(83 54 43 / 16%);
  border-radius: 999px;
  background: #fffaf3;
  color: #6d4a38;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: left;
}
