.price__savings-badge {
  display: block;
  width: 100%;
  background-color: #cc0000;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.45rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
  text-align: center;
  border-radius: 2px;
  line-height: 1.4;
}
