.eub-wrapper-20210cef {
    display: inline-block;
}
.eub-btn-20210cef {
    display: inline-flex;
    position: relative;
    text-decoration: none;
    color: #333;
    padding-bottom: 5px;
    cursor: pointer;
}
.eub-text-20210cef {
    position: relative;
    z-index: 1;
}
.eub-line-20210cef {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33.33%;
    height: 2px;
    background-color: #333;
    transition: width 0.3s ease;
}
.eub-btn-20210cef:hover .eub-line-20210cef {
    width: 100%;
}