[data-monster-role=control] {
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

[data-monster-role=control].flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

:host {
    display: block;
    box-sizing: border-box;
}