/* Spacing */
.mt-6  { margin-top: 6px; }
.mt-10 { margin-top: 10px; }
.mt-12 { margin-top: 12px; }
.mt-18 { margin-top: 18px; }

.mb-0 { margin-bottom: 0px;}
.mb-12 { margin-bottom: 12px; }
/* Text */
.text-muted { color: var(--muted); }

/* Visibility */
.is-hidden { display: none !important; }
