/* Disable ecommerce clicks on Ticket Pricing product cards */
._d8s6c4-component-root a.block.h-full.no-underline.text-current {
    pointer-events: none;
    cursor: default;
}

/* Hide the ticket pricing carousels and bottom CTA completely */
._d8s6c4-component-root ._d8s6c4-panel,
._d8s6c4-component-root .mt-16.text-center {
    display: none !important;
}