.horizontal-layout {
    display: flex;
    flex-direction: row;
    gap: 15px; /* Optional: Add some space between controls */
}
.horizontal-layout .lil-gui__title {
margin: 0 5px 0 0; /* Optional: Adjust spacing around labels */
}