.show-cards-grid{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.show-cards-grid::-webkit-scrollbar{height:6px}.show-cards-grid::-webkit-scrollbar-track{background:transparent}.show-cards-grid::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.show-cards-grid::-webkit-scrollbar-thumb:hover{background:#555}.show-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex;flex:0 0 auto;flex-direction:column;justify-content:flex-start;overflow:hidden;scroll-snap-align:start;text-align:center;transition:transform .2s ease;width:210px}.show-card:hover{transform:translateY(-4px)}.show-card img{aspect-ratio:3/4;display:block;object-fit:cover;width:100%}.show-name{color:#333;font-size:1rem;font-weight:600;margin:.5rem 0 .25rem;padding:0 .5rem}.streaming-label{background-color:#f0f0f0;border-radius:999px;color:#333;display:inline-block;font-size:.675rem;line-height:1.2;margin:auto auto .75rem;max-width:90%;padding:6px 10px}