.brand .brand-beta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 42px;
  min-height: 22px;
  padding: 3px 8px;
  border: 0;
  border-radius: 999px;
  background: #171922;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  transform: none;
}

#policy-consent .policy-consent-beta-note {
  margin-bottom: 10px;
  border-left-color: #eb0065;
  background: #fff4f8;
}

#policy-consent .policy-consent-beta-note strong {
  color: #9d003f;
}

@media (max-width: 760px) {
  .brand .brand-beta {
    min-width: 36px;
    min-height: 20px;
    padding: 3px 7px;
    font-size: 9px;
  }
}
