:root{--charcoal:#202020;--black:#000;--white:#fff;--mist-grey:#f5f5f5;--slate:#BAC3C5;--ash-grey:#EFEEED}.bde-button .button-atom--custom{position:relative;text-decoration:none;display:inline-flex;justify-content:flex-start;padding-bottom:7px}.bde-button .button-atom--custom::before{content:"";position:absolute;bottom:0;left:0;width:calc(100% - 28px);height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform 200ms ease-in}.bde-button .button-atom--custom:hover::before{transform:scaleX(1);transform-origin:left center;transition:transform 250ms ease-out}