.cfw-modal-root {
    z-index: 999999 !important;
}

.cfw-modal-container {
    display: flex;
    align-items: center;
}

.cfw-modal {
    padding: 32px;
    margin: auto;
    border-radius: 5px;
}

.cfw-modal:not(.cfw-full-screen) {
    width: 100% !important;
    max-width: 840px !important;
    min-height: fit-content !important;
    max-height: 80%;
}

.cfw-modal.cfw-full-screen {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

.cfw-modal:focus-visible {
    outline: none !important;
}

body.checkout-wc.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

.cfw-modal.smarty-modal {
    max-width: 600px !important;
}

.cfw-order-bump-after-checkout-wrap {
    padding: 10px;

    @import '../../components/order-bump-steps';

    h2, h3 {
        text-align: center;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1em !important;
        font-weight: 500 !important;
        margin-bottom: 1.8em !important;
    }

    .cfw-product-form-modal {
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
        border-radius: 5px;
        color: #333;
        padding: 40px;

        .cfw-product-form-modal-content {
            padding-left: 20px;
        }
    }
}