/* Case Results V1 — 3-up featured row + horizontal scroller for the rest */
.rsl.v1 {
    .cs-rsl-itm {
        .fnt_t-1 {
            font-size: 2.5rem;
        }
    }

    .rsl-v1-list {
        [data-role="item"] {
            flex: 0 0 auto;
            width: 85%;
        }

        @media screen and (min-width: 768px) {
            [data-role="item"] {
                width: 45%;
            }
        }

        @media screen and (min-width: 1280px) {
            [data-role="item"] {
                width: 31%;
            }
        }
    }
}
