h6.price {
    display: none;
}
tr.divider.strong {
    display: none !important;
}

tr td[colspan="4"] {
    display: none;
}

td[colspan].stronger {
    display: none;
}

.ticket-steps.st1 {
    display: none !important;
}
.meta {
    display: none;
}
.ticket-order > div > h5:first-of-type {
    visibility: hidden;
    position: relative;
}

.ticket-order > div > h5:first-of-type::after {
    content: "Exhibitor Ticket Access";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
.ticket-order > div > h5:first-of-type {
    display: none;
}

.promo-input {
    display: none;
}

/* Target ONLY the first h5 inside .ticket-list */
.ticket-list > h5 {
    position: relative;       /* needed for pseudo-element positioning */
    color: transparent;       /* hide the original text */
    height: 1em;              /* optional: maintain height to avoid collapse */
}

/* Inject new text visually */
.ticket-list > h5::after {
    content: "Register for the Event";
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
}
div#ember38 h5 {
    display: none !important;
}

div#ember38 .bs-divider.relaxed {
    display: none !important;
}

h5.head {
    position: relative;
  color: transparent !important;
}

h5.head::after {
    content: "Attendee Information";
    color: #003450;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
}

.ticket-order {
    display: none !important;
}

.modal.buy-ticket-modal .ticket-list {
width:100%;
}



.ticket-classes h5.title {
    position: relative;
    color: transparent;   /* hide original text */
}

.ticket-classes h5.title::after {
    content: "Visitor Registration";  /* new text */
    position: absolute;
    top: 0;
    left: 0;
    color: #000;           /* text color */
    font-size: 15px;    /* adjust as needed */
         /* match original styling */
    width: 100% !important;
}

h5.title.col- {
    width: 100% !important;
}

div#ember877 {
    display: none;
}
.col-12.form-head label {
    display: none !important;
}
label {
    font-family: 'Roboto' !important;
    }

    .ticket-list > h5::after {
    content: "Register for the Event";
    color: #003450;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Oswald' !important;
}
h5.stronger {
    display: none;
}
.uls-form-group h5.head {
    display: none !important;
}

span.uls-inline-group.gap-1.vCenter {
    display: none !important;
}

.form-field.field button.bs-button.link {
    display: none !important;
}
.col-12.ember-view .col-12.form-head {
    display: none !important;
}
/*.ticket-list {
    min-height: unset !important;
    height: unset !important;
}*/

/* ======================================
   SAFE VISUAL POLISH – NO LOGIC CHANGES
====================================== */

/* Background polish */
.tkt-scrollable-content {
    background: #f4f7fb;
    padding: 20px;
}

/* Main ticket container card */
.ticket-list {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}

/* Ticket item card */
.ticket-classes .list-item {
    background: #f9fbff;
    border: 1px solid #e3ebf6;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 18px;
    transition: all 0.25s ease;
}

.ticket-classes .list-item:hover {
    border-color: #003450;
    box-shadow: 0 10px 24px rgba(0,52,80,0.15);
}

/* Ticket title replacement stays intact */
.ticket-classes h5.title::after {
    letter-spacing: 0.3px;
}

/* Quantity selector – safer targeting */
.bs-label-input.left.right.tiny {
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    padding: 4px;
}

/* + / – buttons */
.bs-label-input button.bs-button {
    background: #003450;
    color: #ffffff;
    border-radius: 8px;
    width: 34px;
    height: 34px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.bs-label-input button.bs-button:hover {
    background: #001f30;
}

/* Quantity input */
.bs-label-input input.bs-input {
    border: none !important;
    font-size: 15px;
    font-weight: 600;
    color: #003450;
    width: 42px;
    text-align: center;
    background: transparent;
}

/* Divider improvement */
.bs-divider.relaxed {
    height: 2px;
    background: linear-gradient(to right, #003450, transparent);
    border-radius: 4px;
}

/* Typography smoothing */
.ticket-list,
.ticket-classes {
    font-family: 'Roboto', sans-serif;
}

/* Make layout centered when order panel is hidden */
.modal.buy-ticket-modal .ticket-list {
    margin: 0 auto;
}

.modal.buy-ticket-modal.embed-ticket-modal .ticket-details {
    border: unset !important;
}

.ticket-list {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.modal.buy-ticket-modal .ticket-list {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Mobile polish */
@media (max-width: 768px) {
    .ticket-list {
        padding: 20px;
        border-radius: 14px;
    }

    .ticket-classes .list-item {
        padding: 16px;
    }
}










.ui.modals.full-page .ui.scrolling.modal {
    height: auto !important;
}

/**Test
#zbs-register-widget-section {
    font-family: "Inter", "Segoe UI", sans-serif;
    background: #f6f8fb;
    padding: 30px;
    border-radius: 16px;
}


.uls-flex.bs-container {
    gap: 24px;
}


.ticket-list,
.ticket-order {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}


.ticket-list h5,
.ticket-order h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.bs-divider {
    border-color: #e5e7eb;
}


.list-item {
    background: #f9fafb;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 14px;
    transition: all 0.25s ease;
}

.list-item:hover {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}


.list-item h5.title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}


.meta {
    font-size: 13px;
    color: #6b7280;
}


.price .stronger {
    font-size: 16px;
    font-weight: 600;
    color: #16a34a; 
}


.bs-label-input {
    background: #ffffff;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bs-label-input button {
    font-size: 18px;
    font-weight: 600;
    color: #2563eb;
}

.bs-label-input input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 600;
    color: #111827;
}


.promo-input input {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
}

.promo-input button.primary {
    border-radius: 10px;
    background: #2563eb;
    font-weight: 600;
}


.community-selected-tickets-summary h5 {
    margin-top: 20px;
}

.bs-order-list {
    width: 100%;
    border-collapse: collapse;
}

.bs-order-list th {
    font-size: 14px;
    color: #6b7280;
}

.bs-order-list td {
    padding: 10px 0;
    font-size: 14px;
    color: #111827;
}

.bs-order-list tr.top-divider {
    border-top: 1px solid #e5e7eb;
}


.bs-order-list tr.top-divider td.stronger {
    font-size: 16px;
    color: #0f172a;
}


@media (max-width: 900px) {
    .uls-flex.bs-container {
        flex-direction: column;
    }
}


.ticket-list {width: 100% !important;}

.ticket-order {
    width: 100% !important;
    display: none !important;
}

.ticket-list > h5 {
    position: relative;
    color: transparent;     
}

.ticket-list > h5::after {
    content: "Register for the Event";
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
}
**/
.uls-grid {
    width: unset !important;
}
@media only screen and (max-width: 480px) {
    .modal.buy-ticket-modal .details-modal-content .bs-label-input .bs-input {
        width: 20px;
        min-width: 30px;
    }
    .bs-label-input button.bs-button {
    width: 25px;
    }
    .uls-grid {
    width: 175px !important;
}
.bs-form.small .bs-input, .bs-form.small input.iti__tel-input {
    width: 190px !important;
}

.bs-form .bs-input, .bs-form .bs-label-input, .bs-form .ui.dropdown {
    width: 190px !important;
}

.uls-dropdown {
    width: 190px !important;
}

.bs-form.small .form-field>.field>label, .bs-form.small .form-field>label, .bs-form.small .form-item .field>label {
    width: 190px !important;
}

.ui.checkbox:not(.slider):not(.toggle) label {
    width: 190px !important;
}
.modal.buy-ticket-modal .ticket-list{
min-height: unset !important;

}

.modal.buy-ticket-modal.embed-ticket-modal .tkt-scrollable-content {
        min-height: auto !important;
        height: auto !important;
    }
}

a#tab-lead-list , a#tab-booth-materials,a#tab-booth-info,a#tab-booth-bookings{
    display: none !important;
}
a#tab-booth-materials {
    display: none;
}
.mgt1 {
    display: none !important;
}
a#ember386 {
    display: none;
}

.popup-item.computer-view-only {
    display: none !important;
}
a[data-tracker-menu="user_avatar.tickets"] {
    display: none !important;
}
.uls-flex > .uls-group:nth-child(2),
.uls-flex > .uls-group:nth-child(3) {
    display: none !important;
}