.elementor-button.is-loading,
.elementor-button[aria-disabled="true"] {
    pointer-events : none;
    opacity        : .6; /* visual feedback */
}

#bfsim-gift-popup {
    font-family : Oxanium, Verdana;
    padding     : 1rem;
}

.bfsim-gift-submit {
    padding       : .5rem .9rem;
    background    : #e11d48;
    color         : #fff;
    border-radius : 10px;
    font-family   : Oxanium, Verdana;
    border        : 2px solid #e11d48;
}

.bfsim-gift-submit:hover {
    background-color : #d8d5d6;
    color            : #e11d48;
    cursor           : pointer;
    border-color     : #e11d48;
}

.bfsim-gift-input-field {
    width      : 100%;
    padding    : .5rem;
    background : white;
}

.bfsim-gift-input-label {
    font-family : Oxanium, Verdana;
    display     : block;
    margin      : .5rem 0 .25rem;
}

.bfsim-gift-btn-area {
    display         : flex;
    gap             : .5rem;
    justify-content : flex-end;
    margin-top      : 1rem;
}