@import "../../style/control.pcss";
@import "../../style/floating-ui.pcss";
@import "../../style/button.pcss";
@import "../../style/typography.pcss";

[data-monster-role=control] {
    position: relative;
    display: flex;


    & button {
        width: 100%;
    }

}

[data-monster-role=button] {
    width: max-content;
}

div[data-monster-role="control"] {
    height: 100%;
}

button[data-monster-role="button"] {
    white-space: nowrap;
}