/* EzMedQ Store Review Hide v2.3.0 LOCKDOWN */

.ezmedq-review-hide,
.ezmedq-review-hide-row {
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}

/* Exact Study Decks v3.2.x monetization UI */
.ezsd-nav-plans,
.ezsd-nav-billing,
.ezsd-billing-toggle,
.ezsd-plan-grid,
.ezsd-payment-note,
.ezsd-billing-section,
.ezsd-paypal-button,
.ezsd-paypal-error,
.ezsd-payment-cycle-panel,
[class*="ezsd"][class*="pricing"],
[class*="ezsd"][class*="subscription"],
[class*="ezsd"][class*="billing"],
[class*="ezsd"][class*="paypal"],
[class*="ezsd"][class*="checkout"] {
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}

/* Direct monetization destinations */
a[href*="ezsd_view=plans"],
a[href*="ezsd_view=billing"],
a[href*="ezsd_view=subscription"],
a[href*="ezsd_view=subscriptions"],
a[href*="ezsd_view=pricing"],
a[href*="/account/billing"],
a[href*="billing-address"],
a[href*="billing_address"],
a[href*="payment-method"],
a[href*="/orders"],
a[href*="order-history"],
a[href*="purchase-history"],
a[href*="/subscription"],
a[href*="/plans/"],
a[href*="/pricing/"],
a[href*="/checkout"],
a[href*="/cart"],
a[href*="payment-refund"],
a[href*="payment-and-refund"],
a[href*="/usmle-prep-program/"],
a[href*="/osce-simulation/"],
a[href*="/medirc/"] {
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
}

/* Common WooCommerce commerce surfaces */
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--payment-methods,
.woocommerce-MyAccount-navigation-link--subscriptions,
.woocommerce-cart-form,
.woocommerce-checkout,
.wc-block-cart,
.wc-block-checkout {
    display:none !important;
}


/* About / Contact review-mode service cleanup:
   paid/sensitive cards are hidden above; keep the public Courses card clean. */
.ezq-offer-grid,
.ezq-contact-services-grid {
    grid-template-columns: minmax(0, 1fr) !important;
}

.ezq-offer-grid > a[href*="/courses/"],
.ezq-contact-services-grid > a[href*="/courses/"] {
    width: 100% !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
