/* Reservaline results V104
 * Desktop search width rebalance only.
 * Keeps V96 Destination, V98 Dates, V99 counters and V103 guest behavior intact.
 */

@media (min-width: 992px) {
    body.rrr-template #rrr-search-form .rrr-search-form__grid,
    body.rh1-results-template #rrr-search-form .rrr-search-form__grid {
        grid-template-columns: 24% 32% 29% 15% !important;
    }
}
