
.amis-scope .cxd-ButtonGroup > .cxd-DropDown:not(:first-child) > .cxd-Button, .amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-DropDown > .cxd-Button, .amis-scope .cxd-ButtonGroup > .cxd-Badge:not(:first-child) > .cxd-DropDown > .cxd-Button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .cxd-ButtonGroup > .cxd-DropDown:not(:last-child) > .cxd-Button, .amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-DropDown > .cxd-Button, .amis-scope .cxd-ButtonGroup > .cxd-Badge:not(:last-child) > .cxd-DropDown > .cxd-Button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .cxd-ButtonGroup .cxd-DropDown + .cxd-Button, .amis-scope .cxd-ButtonGroup .cxd-DropDown + .cxd-DropDown > .cxd-Button, .amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-DropDown > .cxd-Button, .amis-scope .cxd-ButtonGroup .cxd-DropDown + .cxd-ButtonGroup, .amis-scope .cxd-ButtonGroup .cxd-DropDown + .cxd-Badge, .amis-scope .cxd-ButtonGroup .cxd-ButtonGroup + .cxd-DropDown > .cxd-Button,  .amis-scope .cxd-ButtonGroup .cxd-Badge + .cxd-DropDown > .cxd-Button {
    margin-left: calc(var(--ButtonGroup-borderWidth) * -1);
}