.section-spacing{
    margin-bottom: 2rem;
}

.section-header{
    background:#0d6efd;
    color:white;
    font-weight:bold;
}

.uniform-label{
    font-weight:600;
}

.uniform-input{
    min-height:44px;
}

.aux-template{
    display:block;
}

.sticky-save-bar{
    position:sticky;
    bottom:0;
    background:white;
    padding:1rem;
    border-top:1px solid #ddd;
    text-align:right;
    z-index:100;
}