/*!
 *  build: MAIL 
 *  copyright: neverdown.cc 
 *  time: 2025-12-17 09:17:41
 */.component-button-group>*{position:relative}.component-button-group>:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.component-button-group>:not(:first-child):before{content:"";display:block;height:100%;width:1px;position:absolute;left:0;top:0;background-color:#f2f2f2;z-index:1;transition:all .2s linear}.component-button-group>:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.component-button-group>:not(:last-child):after{content:"";display:block;height:100%;width:1px;position:absolute;right:-1px;top:0;background-color:#f2f2f2;z-index:1;transition:all .2s linear}.component-button-group>:hover:after,.component-button-group>:hover:before{background-color:#9e2b5a;z-index:2}