/* Order wizard theme override — simplyblue2v3 (SimplyBlue/gray palette, standalone copy) */
.owz-shell {
  --owz-bg:      #f7f7f7;
  --owz-card:    #ffffff;
  --owz-line:    #dddddd;
  --owz-text:    #333333;
  --owz-muted:   #797979;
  --owz-brand:   #518ac0;
  --owz-brand-2: #487cac;
  --owz-soft:    #eaf2fb;
  --owz-ok:      #508c1f;
  font-family: 'Proxima Nova', Verdana, Arial, Helvetica, sans-serif;
}

.owz-shell .owz-btn,
.owz-shell .owz-hs-main input[type="submit"] {
  background: #518ac0;
  border-color: #3d6f9e;
  box-shadow: none;
}

.owz-shell .owz-btn:hover,
.owz-shell .owz-hs-main input[type="submit"]:hover {
  background: #487cac;
}

.owz-shell .owz-btn-secondary {
  border-color: #5c7094;
  color: #5c7094;
  background: #f0f4f9;
}

.owz-shell .owz-btn-secondary:hover {
  background: #e4edf7;
}

.owz-shell .owz-hs-steps li.current {
  background: #eaf2fb;
  border-color: #93b8d8;
  color: #2a4e72;
}
