/**
 * Story Scroll Block Styles
 * 
 * Most styles are handled by Tailwind CSS classes.
 */

.story-scroll {
    position: relative;
}

/* Smooth scrolling */
.story-scroll .overflow-x-auto {
    scroll-behavior: smooth;
}

