.sbh-badge {
  background-color: #FCE6E4;
  padding: 0.25rem;
  width: fit-content;
  max-width: 100%; }

.sbh-badge-label {
  font-style: normal;
  color: #464646;
  font-weight: 500;
  font-family: 'Jost Medium';
  line-height: 16px;
  border: 1px solid #B1B1B1; }

.promo_details_btn, .applied-promotion-label {
  background-color: #FCE6E4;
  padding: 0.25rem;
  width: fit-content;
  max-width: 100%;
  outline: none !important;
  border: none;
  border-radius: 2px; }
  .promo_details_btn:focus, .applied-promotion-label:focus {
    outline: none !important; }

.applied-promotion-label .promo_details_btn_label {
  cursor: default; }

.promo_details_btn_label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-style: normal;
  color: #464646;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.75rem;
  font-family: 'Jost Regular';
  cursor: pointer; }
  @media (min-width: 992px) {
    .promo_details_btn_label {
      line-height: 1.25rem;
      font-size: 0.875rem; } }
  .promo_details_btn_label .promo_icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.12rem; }

.chevron-icon-right {
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.12rem;
  transform: rotate(270deg); }
