.sst-qo__sale-prices {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5em;
  white-space: nowrap;
}

.sst-qo__sale-regular {
  position: relative;
  display: inline-flex;
  color: #6b7280;
  font-size: 0.82em;
  font-weight: 650;
  text-decoration: none !important;
}

.sst-qo__sale-regular::after {
  content: "";
  position: absolute;
  left: -4%;
  top: 49%;
  width: 108%;
  border-top: 2px solid #dc2626;
  transform: rotate(-10deg);
  transform-origin: center;
  pointer-events: none;
}

.sst-qo__sale-current {
  color: #b91c1c;
  font-size: 1.12em;
  font-weight: 900;
  text-decoration: none;
}

.sst-qo__sale-detail {
  display: block;
  margin-top: 3px;
  color: #713f12;
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
}

.sst-qo__sale-detail strong {
  color: #92400e;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sst-sale-price-unavailable {
  color: #6b7280;
  font-size: 0.9em;
  font-weight: 700;
}

@media (forced-colors: active) {
  .sst-qo__sale-regular::after {
    border-color: CanvasText;
  }
}
