#exit-intent-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.exit-intent-overlay {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exit-intent-content {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.exit-intent-content form{
    margin-bottom: 0;
}

.abandoned-cart-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 1rem 0;
}

.abandoned-cart-form button {
    background-color: orange;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.exit-intent-close {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 32px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 30px;
    border-radius: 50px;
}

/* Checkout & Cart styling */
@media (max-width: 600px) {
    div.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
    .is-small .wc-block-components-form .wc-block-components-checkout-step:after{
        box-shadow: none;
    }
    .woocommerce-checkout div.wp-block-woocommerce-checkout,
    .woocommerce-checkout .entry-content{
        padding-top: 0;
    }
    .ppcp-messages{
        margin-top: 8px;
    }
    .woocommerce-cart #main{
        margin-bottom: 0;
    }
    .woocommerce-cart #main .wc-block-cart__submit-container{
        margin-bottom: 0;
    }
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading{
        margin-top: 20px;
    }
}

.woocommerce-cart .type-page.hentry,
.woocommerce-checkout .type-page.hentry{
    margin-bottom: 0;
}

.woocommerce-checkout div.wp-block-woocommerce-checkout{
    margin-top: 8px;
}