﻿css MRG_LHI\wwwroot\css\utilities.css /* Utilities and helpers */
.ms-3 {
    margin-left: var(--spacing-lg) !important;
}

.stick-font {
    font-family: var(--font-stick);
    font-size: var(--font-size-xxl);
    font-weight: var(--font-weight-bold);
    color: var(--brand-green-light) !important;
}

.row .content-between {
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid var(--border-gray);
}

.row .content-between-switch {
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid var(--border-gray);
}
