
/* Exact pricing icon style restored from the V4.2 page */
.hx-option-mark{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:24px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.04em;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.hx-icon-apple{background:linear-gradient(135deg,#111,#4b5563)}
.hx-icon-samsung{background:linear-gradient(135deg,#0f62fe,#5d8cff)}
.hx-icon-google{background:linear-gradient(135deg,#34a853,#4285f4)}
.hx-icon-playstation{background:linear-gradient(135deg,#003791,#1f6cf0)}
.hx-icon-xbox{background:linear-gradient(135deg,#107c10,#2ec62e)}
.hx-icon-nintendo{background:linear-gradient(135deg,#e60012,#ff5564)}
.hx-icon-other{background:linear-gradient(135deg,#6b7280,#9ca3af)}
.hx-icon-family{background:linear-gradient(135deg,#111827,#374151)}
.hx-icon-series{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}
.hx-icon-device{background:linear-gradient(135deg,#0f766e,#14b8a6)}
.hx-icon-issue{background:linear-gradient(135deg,#0071e3,#43a2ff)}
@media(max-width:700px){
  .hx-option-mark{width:46px;height:46px;flex-basis:46px;font-size:22px}
}
