/* Services V2 — Half-width card with two-column scrollable service list */

.srv.v2 {
    --img-bg-o: 0.75;

    .srv-v2-list {
       --bdr-clr-o: 0.2;

        scrollbar-gutter: stable;

        &::-webkit-scrollbar-track {
            background-color: transparent;
        }

        &::-webkit-scrollbar-thumb {
            background-color: hsl(from var(--text-color) h s l / var(--bdr-clr-o));
        }

        
    }

    @media screen and (min-width:1280px) {
        & {
            --fnt-t-1-s: 4.44rem;
        }
    }

}
