// List-specific styles for reorderable components

.reorderable-container-base {
    &.vertical {
        flex-direction: column;
        gap: 0.25rem;
    }

    &.horizontal {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}
