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

/* Change Buy Ticket pill shape color to #E10F31 */
.bg-danger.rounded-btn,
.text-danger-content.bg-danger {
    background-color: #E10F31 !important;
    color: #ffffff !important;
}
.bg-danger.rounded-btn:hover,
.text-danger-content.bg-danger:hover {
    background-color: #c80d2b !important;
}

/* Change "Get your tickets now!" text to black */
.text-danger {
    color: #000000 !important;
}