.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.top-10-number {
	font-size: 15rem;
	font-weight: 900;
	line-height: 1;
	color: #141414;
	-webkit-text-stroke: 4px #555;
	font-family: 'Arial Black', sans-serif;
}

.top-10-number {
    font-size: 16rem; 
    font-weight: 900;
    line-height: 0.8; /* Reduced line height to tighten the gap */
    color: #141414; 
    -webkit-text-stroke: 3px #555; 
    letter-spacing: -15px;
    font-family: 'Arial Black', sans-serif;
    display: inline-block;
    /* This moves the number down by 20px */
    transform: translateY(0px); 
    user-select: none;
}


/* Optional: Slight glow when hovering over the row */
.group:hover .top-10-number {
    -webkit-text-stroke: 3px #888;
}

/* True Netflix Billboard Ratio (approx 7:5) */
.aspect-netflix-billboard {
    aspect-ratio: 7 / 4.5;
}

/* True Netflix Poster Ratio (2:3) */
.aspect-netflix-poster {
    aspect-ratio: 2 / 3;
}

/* Ensure images cover the frame without stretching */
.netflix-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
