/* ── default.css: Base margin/padding helpers used in component classes ──
   Only the values actually referenced by JSX className values are kept:
   mb-35, mb-40, mb-50, mb-60, mb-90.
   All unused utility classes (mt-*, pb-*, pt-*, pl-*, pr-*, font-weights,
   bg colors, overlay data-attributes) have been removed.
*/

/* Margin Bottom helpers (only values used in JSX) */
.mb-35  { margin-bottom: 35px; }
.mb-40  { margin-bottom: 40px; }
.mb-50  { margin-bottom: 50px; }
.mb-60  { margin-bottom: 60px; }
.mb-90  { margin-bottom: 90px; }
