.bam-3e03d862-wrapper {
    display: flex;
}
.bam-3e03d862-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.25s ease, border-color 0.25s ease;
    z-index: 1;
}
.bam-3e03d862-btn.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bam-3e03d862-btn.style-minimal {
    background: transparent;
    border: none !important;
    padding: 10px 0;
}
.bam-3e03d862-btn.style-minimal .bam-3e03d862-text {
    position: relative;
}
.bam-3e03d862-btn.style-minimal .bam-3e03d862-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bam-3e03d862-btn.style-minimal:hover .bam-3e03d862-text::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.bam-3e03d862-btn.style-sliding_fill {
    border-style: solid;
}
.bam-3e03d862-btn.style-sliding_fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1; /* Set to negative to stay behind text, but above background */
}
.bam-3e03d862-btn.style-sliding_fill:hover::before {
    transform: scaleX(1);
}
.bam-3e03d862-btn.style-sliding_fill .bam-3e03d862-text {
    position: relative;
    z-index: 2;
}
.bam-3e03d862-arrow {
    display: inline-flex;
    align-items: center;
    opacity: 0;
    max-width: 0;
    transform: translateX(-10px);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}
.bam-3e03d862-btn:hover .bam-3e03d862-arrow {
    opacity: 1;
    max-width: 25px;
    margin-left: 12px;
    transform: translateX(0);
}
.bam-3e03d862-arrow svg {
    width: 16px;
    height: 16px;
}
