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

div[data-monster-role="decision"] {
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: space-evenly;
    margin: 1rem 0 0.4rem 0;
}

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

button {
    width: 100%;
}