@import "../../style/typography.pcss";
@import "../../style/accessibility.pcss";


[data-monster-role=control] {
    [data-monster-role=button] {
        width: 100%;
        min-width: max-content  ;
    }
}

button {
    width: max-content;
}
