/* Phase 55A — FieldOps Payments & Deposits settings */
.fo-payments-deposits .fo-pay-cta {
  background: linear-gradient(160deg, rgba(13, 110, 253, 0.08), rgba(25, 135, 84, 0.06));
}

.fo-pay-checklist li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.fo-merchant-wizard .progress-bar {
  transition: width 0.25s ease;
}

@media (max-width: 576px) {
  .fo-payments-deposits .fo-pay-cta .btn-lg {
    width: 100%;
  }
}
