/* Bootstrap 4 -> 5 upgrade compatibility shims.
   Bootstrap 5 removed these classes/components. Markup still using them
   (left as-is during the bulk migration because restructuring them
   blindly, without a browser to verify against, was higher risk than
   value) degrades gracefully without this file - this just restores the
   spacing/layout Bootstrap 4 used to provide for free. */

.form-group {
    margin-bottom: 1rem;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}
