/**
 * Statulator — Utilities
 * =======================
 * Small, single-purpose helper classes. Loads AFTER components.css so these
 * win on specificity ties. Prefer Bootstrap 5 utilities (`mb-3`, `text-start`,
 * `d-none`, etc.) where possible; only add here when Bootstrap lacks an exact
 * match or the utility is Statulator-specific.
 */


/* ==========================================================================
   Spacing helpers
   ========================================================================== */

.paddingBottom20 {
  padding-bottom: 20px;
}


/* ==========================================================================
   Typography helpers
   ========================================================================== */

.font1em {
  font-size: 1em;
}

.font1_2em {
  font-size: 1.2em;
}

/* Common label alignment used across SampleSize & stat forms */
.form-label-left {
  text-align: left;
}

/* Help-icon sizing inside section headers */
.help-icon-inline {
  font-size: 0.6em;
  vertical-align: middle;
}

/* Small helper text beneath form fields */
.help-text-sm {
  font-size: 0.88rem;
}


/* ==========================================================================
   Table helpers
   ========================================================================== */

.borderless tbody tr td {
  border: none;
}
