/* Carousel tracks may be wide internally, but never expand their page section. */
.gm-global-showcase-grid{min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}
.gm-global-showcase-grid>.gm-mini-tier,.gm-mini-tier,.gm-tier .gm-shell,.gm-home-collection .gm-shell{min-width:0;max-width:100%}
.gm-model-carousel{width:100%;min-width:0;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
.gm-model-carousel::-webkit-scrollbar{width:0;height:0}
.gm-model-carousel .gm-card{min-width:0}
@media(max-width:1000px){.gm-global-showcase-grid{grid-template-columns:minmax(0,1fr)}}
