OptionGroup caption vertical aligment

Hi! greetings everyone, Im new on Vaadin and Im having problem to align the caption text of the optiongroup. On your examples the optiongroup is like this:

Caption:
___X option 1
___X option 2
___X option 3

but in my form is show like this:

________X option 1
Caption: X option 2
________X option 3

I want to look more that the first one

Caption: X option 1
________X option 2
________X option 3

Ignore the “___” its just to represent the space.

I have checking the style.css but I dont know in wich option to set that, I have tryed with

.v-formlayout-captioncell, .v-select-optiongroup, and others but with no luck, any help will be very appreciated.