@import "../../style/property.pcss";
@import "../../style/color.pcss";
@import "../../style/border.pcss";

[data-monster-role=control] {
    
    & div[data-monster-role=popper] {
        padding: 2px;
    }

    [data-monster-role=container] {

        [data-monster-role=buttons] {

            display: flex;
            flex-direction: column;
            width: 100%;
        }

    }

    & monster-message-state-button {
        width: auto;
        border: 0;

        &::part(button-button) {
            border: 0;
            margin: 2px;
        }

    }



}

