.ifixit-booking * { box-sizing: border-box; }
.ifixit-input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  outline: none;
  background: #fff;
  color: #111827;
}
.ifixit-input:focus {
  border-color: #15803d;
  box-shadow: 0 0 0 4px rgba(21,128,61,.12);
}
.ifixit-step-pill { background: #f3f4f6; color: #4b5563; }
.ifixit-step-pill.active { background: #111827; color: #fff; }
.ifixit-choice.selected {
  border-color: #15803d;
  background: linear-gradient(180deg, #f0fdf4, #ffffff);
  box-shadow: 0 10px 25px rgba(21,128,61,.12);
}
.ifixit-booking button:disabled { opacity: .65; cursor: not-allowed; }
