.custom-button__wrapper{display:flex;padding:2px;transition:background-color .4s ease;width:fit-content}.custom-button{display:block;font-weight:700;line-height:1;overflow:hidden;padding:17px 32px;position:relative;text-decoration:none;transition:color .3s ease}.custom-button:after{bottom:-100%;content:"";height:100%;left:0;position:absolute;transition:bottom .4s ease;width:100%;z-index:1}.custom-button__text{background:transparent;position:relative;transition:color .3s ease;z-index:2}.custom-button__wrapper:hover .custom-button:after{bottom:0}@media (max-width:992px){.custom-button{padding:12px 24px!important}.custom-button,.custom-button__text{font-size:16px!important}}