/* v1097 — Speed Up package selection + result-time estimate.
   Keep the selected handling option stable and make the chosen card visually clear. */
body.speedup-page-v787CQ .speedup-option{
  user-select:none !important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease !important;
}
body.speedup-page-v787CQ .speedup-option:hover{
  transform:translateY(-1px);
  border-color:#93b7ee !important;
}
body.speedup-page-v787CQ .speedup-option:has(input:checked){
  border-color:#dc2626 !important;
  background:linear-gradient(180deg,#fff5f5 0%,#fff 100%) !important;
  box-shadow:0 0 0 3px rgba(220,38,38,.12),0 16px 32px rgba(127,29,29,.10) !important;
}
body.speedup-page-v787CQ .speedup-option:has(input:checked)::after{
  content:'Selected';
  position:absolute;
  right:14px;
  top:14px;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  padding:5px 9px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
}
body.speedup-page-v787CQ .speedup-processing-estimate-v1097{
  margin-top:14px !important;
}
body.speedup-page-v787CQ .speedup-review-estimate-v1097{
  margin-top:12px !important;
}
@media(max-width:760px){
  body.speedup-page-v787CQ .speedup-option:has(input:checked)::after{
    right:12px;
    top:12px;
  }
}
