.angie-btn-fc377d16 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    gap: 15px; /* Default gap, overridden by control */
    padding: 15px 30px;
    background-color: #e0ff4f;
    border-radius: 50px;
    transition: all 0.3s ease;
    width: auto;
}

.angie-btn-justify-fc377d16 {
    width: 100%;
    justify-content: space-between;
}

.angie-btn-bg-fc377d16 {
    position: absolute;
    top: var(--y, 50%);
    left: var(--x, 50%);
    width: 0;
    height: 0;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.angie-btn-fc377d16:hover .angie-btn-bg-fc377d16 {
    width: 300%;
    height: 300%;
}

.angie-btn-text-fc377d16 {
    position: relative;
    z-index: 2;
    color: #0b1a28;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
}

.angie-btn-icon-wrapper-fc377d16 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0b1a28;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s ease;
}

.angie-btn-icon-wrapper-fc377d16 svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: fill 0.3s ease;
}

.angie-btn-icon-wrapper-fc377d16 i {
    font-size: 20px;
    transition: color 0.3s ease;
}
