.hsa-horizontal-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 20px;
    cursor: grab;
    scroll-behavior: smooth;
}

.hsa-horizontal-container:active {
    cursor: grabbing;
}

/* Inner flex wrapper support */
.hsa-horizontal-container > .elementor-container,
.hsa-horizontal-container > .elementor-widget-container > .elementor-row,
.hsa-horizontal-container > .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    width: max-content;
    min-height: 300px;
}

/* Each "page" / card */
.hsa-horizontal-container > .elementor-container > .elementor-column,
.hsa-horizontal-container .hsa-scroll-item,
.hsa-horizontal-container .elementor-column {
    flex-shrink: 0;
    width: 90vw;
    max-width: 400px;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* Scrollbar styling */
.hsa-horizontal-container::-webkit-scrollbar {
    height: 8px;
}

.hsa-horizontal-container::-webkit-scrollbar-thumb {
    background: #6b7280;
    border-radius: 4px;
}

.hsa-horizontal-container::-webkit-scrollbar-track {
    background: #e5e7eb;
}
