/*
 * Approved Gravel Grinders Way refinements.
 *
 * Keep the reference HTML structure intact while swapping in the final
 * mixed-surface Grindline, natural stamp and custom Oxide bullet mark.
 */

.mini-grind {
  object-fit: contain;
  object-position: left center;
}

.stamp {
  object-fit: contain;
}

.rule-x {
  position: relative;
  width: 1.7em !important;
  flex: 0 0 1.7em !important;
  color: transparent !important;
  line-height: 1;
}

.rule-x::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.18em;
  height: 1.18em;
  transform: translateY(-52%);
  background: url("way-bullet-x.svg") center / contain no-repeat;
}
