.saltSegmentedButtonGroup{display:flex;flex-direction:row;background:var(--button-background);gap:var(--salt-spacing-fixed-100)}.saltSegmentedButtonGroup>.saltButton:not(:last-of-type):after{background:var(--button-background);right:calc(var(--salt-size-fixed-100) * -2)}.saltSegmentedButtonGroup>.saltButton:not(:first-of-type):before,.saltSegmentedButtonGroup>.saltButton:not(:last-of-type):after{content:"";width:var(--salt-spacing-fixed-100);position:absolute;top:calc(var(--salt-size-fixed-100) * -1);bottom:calc(var(--salt-size-fixed-100) * -1)}.saltSegmentedButtonGroup>.saltButton:not(:first-of-type):before{background:var(--salt-separable-primary-borderColor);left:calc(var(--salt-size-fixed-100) * -2)}.saltSegmentedButtonGroup>.saltButton:not(:first-of-type){border-bottom-left-radius:0;border-top-left-radius:0}.saltSegmentedButtonGroup>.saltButton:not(:last-of-type){border-bottom-right-radius:0;border-top-right-radius:0}