/* 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;
}

/* Change Ticket Pricing tabs to match Marina Square styles */
._d8s6c4-component-root ._d8s6c4-tab {
    background-color: #fafacb !important;
    color: #0f172a !important;
    box-shadow: none !important;
}
._d8s6c4-component-root ._d8s6c4-tab:hover {
    background-color: #f5f592 !important;
}

/* Style the buttons on /booking-and-ticketing to match Marina Square */
._a7c4b9-cta-button {
    background-image: none !important;
    background-color: #fafacb !important;
    color: #0f172a !important;
    box-shadow: none !important;
    border-radius: 9999px !important; /* Full circle */
}
._a7c4b9-cta-button:hover {
    background-color: #f5f592 !important;
}
._a7c4b9-cta-button span {
    color: #0f172a !important;
}