/*
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force, KICK
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Child theme for KICK BTL app
 */

.site-content .ast-container {flex-direction: column;}

.scroll-container {
    display: flex; /* Arrange children side by side */
    justify-content: center;
    align-items: center;
    flex-direction: row; /* Ensure horizontal alignment */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks */
    scrollbar-width: thin; /* Optional: customize scrollbar for modern browsers */
}

.row-of-items {
    /* min-width: 200px; Adjust width as needed */
    /* min-height: 210px; Adjust height as needed */
    margin: 10px; /* Add some spacing between items */
    display: flex;
    gap: 10px;
    background: transparent;
}
