/* mfwex-buy-now — base reset, styled via Elementor custom CSS */
.mfwex-buy-now {
    all: unset;
    display: unset;
    text-align: unset;
    cursor: unset;
    width: unset;
    box-sizing: unset;
    display: block;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}
.mfwex-buy-now:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
