component-pdp-loyalty-banner {
  border-radius: 3px;
  background: #F7E3F5;
  padding: 5px 16px;
  color: #2C272D;
  font-family: "Rules", 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 25px;
}

component-pdp-loyalty-banner span {
  font-weight: 500;
}

component-pdp-loyalty-banner a,
component-pdp-loyalty-banner a:visited,
component-pdp-loyalty-banner a:hover {
  color: #2C272D;
  text-decoration: underline;
}
