Hello.
I have a use case in which I have to deploy certain component in a layout container, and that component must occupy initially a third of that container.
Since this use case if specific for certain pages, I'm trying to use the style system for that component in certain pages, but either it can't be done with it, or I'm missing something. This is what I'm trying to do:

The Short and Long styles have different style definitions (not only for width), but using the GridColumn with size 4 as one of the default classes won't work because AEM is also adding the aem-GridColumn--default--12 class to the component.
So the question is: is there a way to define a "default" behaviour in a style system of a component to only occupy a third of a layout container when dropped inside?
Thank you very much in advance for the help.