.title h2 > span[data-i18n],
.checkout h2 > span[data-i18n] {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid #bcdff3;
  border-radius: 999px;
  background: #edf7ff;
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.15;
  white-space: normal;
}

.title h2 > span[data-i18n]::before,
.checkout h2 > span[data-i18n]::before {
  content: "••";
  position: absolute;
  left: -13px;
  color: #858a91;
  font-size: 10px;
  letter-spacing: 1px;
}
