section[z-scroll]{max-width:100vw;width:100%;overflow-x:visible;overflow-y:hidden;box-sizing:border-box;padding:var(--z-scroll--padding, var(--zs-100) var(--zs-50));margin-bottom:var(--zs-100)}section[z-scroll]>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--z-scroll--min, 200px),1fr));grid-auto-flow:column;gap:var(--z-scroll--gap, var(--zs-100));align-items:flex-start;box-sizing:content-box;min-width:100%}section[z-scroll]>div:after{content:"";width:var(--z-scroll--after, var(--zs-100));height:1px;display:inline-block}
