/* Phase 14N — functional wizard navigation only (no visual redesign) */

.custom_item_error:empty,
.custom_service_error:empty,
.date_time_error:empty,
.postal_code_error:empty {
  display: none !important;
  margin: 0;
  padding: 0;
  min-height: 0;
}

#choreace-custom-item-error:not(:empty) {
  display: block;
}

.choreace-wizard-step-heading:focus {
  outline: 2px solid #337ab7;
  outline-offset: 2px;
}

body.choreace-scroll-lock {
  overflow: hidden;
}

.choreace-welcome-back-panel,
#ct-step-entry,
#ct-step-one,
#ct-step-two,
#ct-step-three,
#ct-step-preferred,
#ct-step-provider,
#ct-step-four,
#ct-step-five {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .next_buttons {
    margin-bottom: 24px;
    padding-bottom: 8px;
  }

  .choreace-welcome-back-cards {
    gap: 12px !important;
  }
}
