/* assets/css/utilities/helpers.css */
/* (intentionally left for small utility helpers; component styles moved to components/widgets.css) */

.me{ margin-right: 8px; opacity:.75; }
.ms{ margin-left: 8px; opacity:.75; }
.help { font-size: 13px; color: var(--muted); }
.margin_top {
  margin-top: 1.5rem;
}