/* Scoped primary launch CTA: defeat legacy transparent iridescent and monochrome cascade. */
html#link-theme body .direct-launch-root .cost-summary button.button.launch-review-button {
  background: #fff !important;
  background-image: none !important;
  color: #101010 !important;
  -webkit-text-fill-color: #101010 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
  box-shadow: 0 0 18px rgba(255,255,255,.16) !important;
  font-weight: 750 !important;
  min-height: 48px;
  animation: none !important;
  transition: none !important;
}
html#link-theme body .direct-launch-root .cost-summary button.button.launch-review-button:not(:disabled):hover {
  background: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  box-shadow: 0 0 22px rgba(255,255,255,.22) !important;
}
html#link-theme body .direct-launch-root .cost-summary button.button.launch-review-button:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 4px !important;
}
html#link-theme body .direct-launch-root .cost-summary button.button.launch-review-button:disabled {
  background: #303030 !important;
  color: #d0d0d0 !important;
  -webkit-text-fill-color: #d0d0d0 !important;
  border-color: #686868 !important;
  box-shadow: none !important;
  cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
  html#link-theme body .direct-launch-root .cost-summary button.button.launch-review-button { animation: none !important; transition: none !important; }
}
