.custom-price-heading {
  font-size: 32px;
  font-weight: 700;
  font-family: Gotham, Arial, sans-serif;
  color: #00161b;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1.2;
}

.badge-w {
  background-color: #00161b; /* replaces var(--color--background-black) */
  border-radius: 40px;
  padding: 4px 16px;
  display: inline-block;
}

.badge-text {
  color: #ffffff; /* replaces var(--color--background-white) */
  font-size: 16px; /* replace var(--font-size--body) with your desired size */
  margin-bottom: 0;
  line-height: 1.6;
}
