/******************************************************************/
/* RENT-ROLL-FORMAT.CSS - Rent Roll Format page specific styles  */
/******************************************************************/

/* Mobile: Add separator between stacked list groups
   When columns stack on mobile, the last item of the first list-group
   and the first item of the second list-group need a border between them.
   Bootstrap's list-group-flush removes borders from first/last items. */
@media (max-width: 767.98px) {
    .subpage .row > .col-md-6:last-child .list-group-flush .list-group-item:first-child {
        border-top: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    }
}
