/* VELAXIZ v1.49.0 — Solutions listing full-width refinement. */

/*
 * The Solution archive/taxonomy listing is intentionally allowed to use
 * almost the full viewport. Keep only a compact left gutter and a slightly
 * larger right gutter so the global fixed contact toolbar never sits on top
 * of the fifth card.
 */
@media (min-width: 1200px) {
    body.post-type-archive-solution .app-section > .themeflat-container2,
    body.tax-solution-type .app-section > .themeflat-container2 {
        width: auto;
        max-width: none;
        margin-left: 32px;
        margin-right: 92px;
    }

    body.post-type-archive-solution .app-section .apps,
    body.tax-solution-type .app-section .apps {
        width: auto;
        max-width: none;
    }
}

/* On very wide screens use a little more breathing room without reintroducing
 * a centered max-width container. */
@media (min-width: 1800px) {
    body.post-type-archive-solution .app-section > .themeflat-container2,
    body.tax-solution-type .app-section > .themeflat-container2 {
        margin-left: 40px;
        margin-right: 100px;
    }
}
