.elementor-955 .elementor-element.elementor-element-e39c086{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-955 .elementor-element.elementor-element-e39c086{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}/* Start custom CSS */form#tickera_cart {
    font-family: 'Hanken Grotesk';
    color: white !important;
}

table.tickera_table {
    color: white;
    font-family: 'Hanken Grotesk';
    border-collapse: collapse;
    border: 1px solid;
}

table.tickera_table th {
    font-size: 18px;
    font-family: 'Hanken Grotesk';
    font-weight: 400;
}

.ticket-quantity .inner-wrap {
    border: 1px solid white;
    width: fit-content;
    margin: auto;
}

input.tickera_button {
    font-size: 30px !important;
    color: white !important;
    height: auto !important;
}

.quantity {
    background: transparent !important;
    border: 0px !important;
    color: white !important;
    font-family: 'Hanken Grotesk' !important;
    font-size: 19px !important;
}

input#coupon_code {
    margin: 0;
}

.tickera-button {
    padding: 21px 32px;
    background: #FCF8EF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #08090A !important;
    font-family: 'Hanken Grotesk';
}

input#coupon_code {
    font-family: 'Hanken Grotesk';
    font-size: 18px;
    background: transparent;
    border: 1px solid white;
    color: white;
}

.tickera-input-field {
    border: 1px solid white !important;
    background: transparent !important;
    font-size: 16px;
    width: 100%;
    color: white;
    font-family: 'Hanken Grotesk';
}

.tickera_owner_info.info_section h2 {
    font-size: 35px;
    margin: 0;
}

.fields-wrap {
    width: 33%;
}

.tickera_owner_info.info_section h5 {
    font-size: 20px;
    margin: 20px 0px;
}
/* 1. FORCE SECTIONS TO STACK VERTICALLY (Fixes the side-by-side issue) */
.tickera_additional_info {
    display: block !important;
}

.tickera_buyer_info.info_section, 
.tickera_owner_info.info_section {
    width: 100% !important;
    float: none !important;
    display: block !important;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    clear: both;
}

/* 2. SETUP THE ATTENDEE GRID (The boxes on the right in your screenshot) */
.tc-form-ticket-fields-wrap {
    display: grid;
    /* I lowered the min-width to 280px to ensure they fit side-by-side easily */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

/* 3. FIX THE TICKET TITLE (e.g., "Ticket For Adult") */
.tc-form-ticket-fields-wrap h2 {
    grid-column: 1 / -1; /* Make title span the full width */
    width: 100%;
    margin-bottom: 15px;
    color: white; /* Ensure visibility */
}

/* 4. STYLE THE INDIVIDUAL ATTENDEE BOX */
.owner-info-wrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: fit-content; /* Prevents weird stretching */
}

/* 5. MAKE FIRST/LAST NAME SIT SIDE-BY-SIDE INSIDE THE BOX */
.owner-info-wrap .fields-wrap {
    width: 100% !important;
}

.owner-info-wrap h5 {
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* --- OPTIONAL: FIX THE BUYER INFO FIELDS (Top Left) --- */
/* This makes the Buyer First Name, Last Name, and Email sit in a row too */
.tickera_buyer_info .fields-wrap {
    display: inline-block;
    width: 32% !important; /* fits 3 items in a row */
    margin-right: 1%;
    vertical-align: top;
}
.tickera_owner_info.info_section {
    display: none !important;
}
@media (max-width: 768px) {
    .tickera_buyer_info .fields-wrap {
        width: 100% !important;
    }
}

@media (max-width: 375px) {

  /* 1. Completely disable table behavior */
  table.tickera_table,
  table.tickera_table thead,
  table.tickera_table tbody,
  table.tickera_table tr,
  table.tickera_table th,
  table.tickera_table td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  /* 2. Kill header row (THIS is the main issue) */
  table.tickera_table thead {
    display: none !important;
  }

  /* 3. Each ticket becomes a vertical card */
  table.tickera_table tbody tr {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 14px;
    margin-bottom: 16px;
  }

  /* 4. Force ALL cells to stack vertically */
  table.tickera_table td {
    display: block !important;
    text-align: left !important;
    padding: 8px 0;
  }

  /* 5. Quantity box FULL WIDTH */
  .ticket-quantity .inner-wrap {
    width: 100% !important;
    justify-content: space-between;
  }

  /* 6. Reduce +/- size for small screens */
  input.tickera_button {
    font-size: 20px !important;
    padding: 6px 10px;
  }

  .quantity {
    width: 50px;
    text-align: center;
  }

  /* 7. Totals section fix */
  .ticket-total-all div {
    display: flex;
    justify-content: space-between;
  }

  /* 8. Coupon + buttons full width */
  #coupon_code,
  .tickera-button {
    width: 100% !important;
  }

  /* 9. Absolute overflow kill */
  html, body, form#tickera_cart {
    overflow-x: hidden !important;
  }
  .tickera-checkout .update-wrap {
    flex-wrap: wrap;
}
}/* End custom CSS */