body.tsi-my-tickets-ux-live {
  --tsi-mytickets-ink: #102331;
  --tsi-mytickets-muted: #5b7080;
  --tsi-mytickets-line: rgba(24, 95, 126, 0.16);
  --tsi-mytickets-blue: #2478d4;
  --tsi-mytickets-cyan: #22c7de;
  --tsi-mytickets-gold: #f3c348;
  --tsi-mytickets-green: #1f9d67;
  --tsi-mytickets-panel: rgba(255, 255, 255, 0.96);
  background: #f7fbfd;
}

body.tsi-my-tickets-ux-live,
body.tsi-my-tickets-ux-live .entry-content,
body.tsi-my-tickets-ux-live .entry-content * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.tsi-my-tickets-ux-live .x-main.full {
  background:
    radial-gradient(circle at 86% 5%, rgba(34, 199, 222, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4fafc 46%, #ffffff 100%);
}

body.tsi-my-tickets-ux-live .entry-header {
  display: none;
}

body.tsi-my-tickets-ux-live .entry-wrap,
body.tsi-my-tickets-ux-live .entry-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.tsi-my-tickets-ux-live .entry-wrap {
  padding-top: 26px;
  padding-bottom: 52px;
}

body.tsi-my-tickets-ux-live .entry-wrap > .x-container.max.width,
body.tsi-my-tickets-ux-live .entry-content {
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
}

body.tsi-my-tickets-ux-live .entry-content {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  color: var(--tsi-mytickets-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.tsi-my-tickets-ux-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--tsi-mytickets-line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(238, 249, 253, 0.94)),
    linear-gradient(90deg, rgba(34, 199, 222, 0.08), rgba(243, 195, 72, 0.08));
  box-shadow: 0 24px 70px rgba(13, 63, 90, 0.13);
}

.tsi-my-tickets-ux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(34, 104, 132, 0.055) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 0 49%, rgba(34, 104, 132, 0.045) 49% 51%, transparent 51%);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 80%);
}

.tsi-my-tickets-ux-hero > * {
  position: relative;
  min-width: 0;
}

.tsi-my-tickets-ux-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(34, 199, 222, 0.32);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.12);
  color: #056b82;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.tsi-my-tickets-ux-hero h1 {
  margin: 0;
  color: var(--tsi-mytickets-ink);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 950;
  line-height: 1;
}

.tsi-my-tickets-ux-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--tsi-mytickets-muted);
  font-size: 16px;
  line-height: 1.55;
}

.tsi-my-tickets-ux-route {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(36, 120, 212, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(245, 252, 255, 0.78)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.08), rgba(34, 199, 222, 0.08));
  box-shadow: 0 18px 46px rgba(13, 63, 90, 0.1);
}

.tsi-my-tickets-ux-route-label {
  display: block;
  color: #0d2536;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.18;
}

.tsi-my-tickets-ux-route p {
  margin: 0;
  color: #526a78;
  font-size: 14px;
  line-height: 1.45;
}

.tsi-my-tickets-ux-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tsi-my-tickets-ux-steps span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--tsi-mytickets-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #174052;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.tsi-my-tickets-ux-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tsi-mytickets-blue), var(--tsi-mytickets-cyan));
  color: #ffffff;
  font-size: 12px;
}

.tsi-my-tickets-ux-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tsi-my-tickets-ux-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(135deg, var(--tsi-mytickets-blue), var(--tsi-mytickets-cyan));
  box-shadow: 0 12px 24px rgba(36, 120, 212, 0.18);
}

.tsi-my-tickets-ux-actions a:nth-child(2) {
  color: #174052;
  border: 1px solid var(--tsi-mytickets-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.tsi-my-tickets-ux-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(243, 195, 72, 0.56);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffdf4, #ffffff);
  color: #3c3728;
  box-shadow: 0 12px 28px rgba(105, 81, 16, 0.08);
}

.tsi-my-tickets-ux-note strong {
  color: #162d3d;
  font-weight: 950;
}

.tsi-my-tickets-ux-note span {
  color: #4d5f69;
  font-size: 14px;
  line-height: 1.35;
}

body.tsi-my-tickets-ux-live .wpas,
body.tsi-my-tickets-ux-live .wpas * {
  box-sizing: border-box;
}

body.tsi-my-tickets-ux-live .wpas {
  width: 100%;
  margin: 0;
  color: var(--tsi-mytickets-ink);
}

body.tsi-my-tickets-ux-live .wpas-login-register {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(380px, 1.08fr);
  gap: 24px;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

body.tsi-my-tickets-ux-live .wpas-login-register::before,
body.tsi-my-tickets-ux-live .wpas-login-register::after {
  display: none;
}

body.tsi-my-tickets-ux-live .wpas-form {
  position: relative;
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 26px;
  float: none !important;
  overflow: hidden;
  border: 1px solid var(--tsi-mytickets-line);
  border-radius: 22px;
  background: var(--tsi-mytickets-panel);
  box-shadow: 0 20px 52px rgba(13, 63, 90, 0.1);
}

body.tsi-my-tickets-ux-live #wpas_form_login {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 253, 0.96)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.08), rgba(34, 199, 222, 0.08));
}

body.tsi-my-tickets-ux-live #wpas_form_registration {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 244, 0.9)),
    linear-gradient(135deg, rgba(243, 195, 72, 0.08), rgba(34, 199, 222, 0.06));
}

body.tsi-my-tickets-ux-live .wpas-form::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(34, 199, 222, 0.22);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.08);
  pointer-events: none;
}

body.tsi-my-tickets-ux-live .wpas-form > * {
  position: relative;
  z-index: 1;
}

body.tsi-my-tickets-ux-live .wpas-form h3 {
  margin: 0 0 6px;
  color: var(--tsi-mytickets-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.08;
}

body.tsi-my-tickets-ux-live .wpas-form h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tsi-mytickets-blue), var(--tsi-mytickets-cyan));
  box-shadow: 0 0 0 6px rgba(34, 199, 222, 0.12);
  vertical-align: 3px;
}

body.tsi-my-tickets-ux-live .wpas-form input[type="hidden"] {
  display: none !important;
}

body.tsi-my-tickets-ux-live .wpas-form-group {
  min-width: 0;
  margin: 0;
}

body.tsi-my-tickets-ux-live #wpas_first_name_wrapper {
  grid-column: 1;
  grid-row: 2;
}

body.tsi-my-tickets-ux-live #wpas_last_name_wrapper {
  grid-column: 2;
  grid-row: 2;
}

body.tsi-my-tickets-ux-live #wpas_email_wrapper,
body.tsi-my-tickets-ux-live #wpas_password_wrapper,
body.tsi-my-tickets-ux-live #wpas_pwdshow_wrapper,
body.tsi-my-tickets-ux-live #wpas_form_registration button {
  grid-column: 1 / -1;
}

body.tsi-my-tickets-ux-live .wpas-form label {
  display: block;
  margin: 0 0 7px;
  color: #17394d;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

body.tsi-my-tickets-ux-live .wpas-form-control,
body.tsi-my-tickets-ux-live .wpas-form input[type="text"],
body.tsi-my-tickets-ux-live .wpas-form input[type="email"],
body.tsi-my-tickets-ux-live .wpas-form input[type="password"],
body.tsi-my-tickets-ux-live .wpas-form input[type="url"],
body.tsi-my-tickets-ux-live .wpas-form input[type="number"],
body.tsi-my-tickets-ux-live .wpas-form select,
body.tsi-my-tickets-ux-live .wpas-form textarea,
body.tsi-my-tickets-ux-live .wpas-form .wp-editor-container {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(36, 120, 212, 0.24) !important;
  border-radius: 14px;
  background: #ffffff;
  color: var(--tsi-mytickets-ink);
  font-size: 15px;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.tsi-my-tickets-ux-live .wpas-form textarea {
  min-height: 160px;
  line-height: 1.45;
}

body.tsi-my-tickets-ux-live .wpas-form-control:focus,
body.tsi-my-tickets-ux-live .wpas-form input[type="text"]:focus,
body.tsi-my-tickets-ux-live .wpas-form input[type="email"]:focus,
body.tsi-my-tickets-ux-live .wpas-form input[type="password"]:focus,
body.tsi-my-tickets-ux-live .wpas-form select:focus,
body.tsi-my-tickets-ux-live .wpas-form textarea:focus {
  border-color: rgba(34, 199, 222, 0.72) !important;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(34, 199, 222, 0.13);
}

body.tsi-my-tickets-ux-live .wpas-checkbox label {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(24, 95, 126, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--tsi-mytickets-muted);
  font-size: 13px;
  font-weight: 850;
}

body.tsi-my-tickets-ux-live .wpas-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--tsi-mytickets-blue);
}

body.tsi-my-tickets-ux-live .wpas-btn,
body.tsi-my-tickets-ux-live .wpas-form button,
body.tsi-my-tickets-ux-live .wpas-form input[type="submit"],
body.tsi-my-tickets-ux-live .wpas-button,
body.tsi-my-tickets-ux-live .wpas-submit input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 13px 18px;
  border: 1px solid rgba(0, 127, 159, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--tsi-mytickets-blue), var(--tsi-mytickets-cyan)) !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(36, 120, 212, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

body.tsi-my-tickets-ux-live .wpas-btn:hover,
body.tsi-my-tickets-ux-live .wpas-btn:focus,
body.tsi-my-tickets-ux-live .wpas-form button:hover,
body.tsi-my-tickets-ux-live .wpas-form button:focus {
  transform: translateY(-1px);
}

body.tsi-my-tickets-ux-live .wpas-forgot-password-link,
body.tsi-my-tickets-ux-live .wpas-forgot-password-link:hover,
body.tsi-my-tickets-ux-live .wpas-forgot-password-link:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-left: 0;
  padding: 8px 12px;
  border: 1px solid rgba(36, 120, 212, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #1761ad;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(36, 120, 212, 0.09);
}

body.tsi-my-tickets-ux-live .tsi-my-tickets-login-guidance {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding: 18px;
  border: 1px solid rgba(36, 120, 212, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 249, 253, 0.82)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.06), rgba(34, 199, 222, 0.07));
  color: #355668;
  font-size: 14px;
  line-height: 1.45;
}

body.tsi-my-tickets-ux-live .tsi-my-tickets-login-guidance strong {
  color: #0d2536;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

body.tsi-my-tickets-ux-live .tsi-my-tickets-login-guidance span {
  color: #516a78;
}

.tsi-my-tickets-ux-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tsi-my-tickets-ux-cards article {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 188px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--tsi-mytickets-line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 252, 0.9)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.05), rgba(34, 199, 222, 0.05));
  box-shadow: 0 18px 42px rgba(13, 63, 90, 0.08);
}

.tsi-my-tickets-ux-cards article::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(34, 199, 222, 0.2);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.07);
  pointer-events: none;
}

.tsi-my-tickets-ux-cards article > * {
  position: relative;
  z-index: 1;
}

.tsi-my-tickets-ux-cards span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(34, 199, 222, 0.26);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(36, 120, 212, 0.12), rgba(34, 199, 222, 0.16));
  color: #056b82;
  font-size: 13px;
  font-weight: 950;
}

.tsi-my-tickets-ux-cards h2 {
  margin: 4px 0 0;
  color: #0d2536;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.18;
}

.tsi-my-tickets-ux-cards p {
  margin: 0;
  color: #40586a;
  font-size: 15px;
  line-height: 1.48;
}

.tsi-my-tickets-ux-cards a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 4px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(135deg, var(--tsi-mytickets-blue), var(--tsi-mytickets-cyan));
  box-shadow: 0 12px 24px rgba(36, 120, 212, 0.18);
}

body.tsi-my-tickets-ux-live .wpas-table,
body.tsi-my-tickets-ux-live table.wpas-ticket-list,
body.tsi-my-tickets-ux-live .wpas-ticket-list table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--tsi-mytickets-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(13, 63, 90, 0.1);
}

body.tsi-my-tickets-ux-live .wpas-table th,
body.tsi-my-tickets-ux-live table.wpas-ticket-list th,
body.tsi-my-tickets-ux-live .wpas-ticket-list table th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--tsi-mytickets-line);
  background: rgba(238, 249, 253, 0.78);
  color: #17394d;
  font-size: 13px;
  font-weight: 950;
  text-align: left;
  text-transform: uppercase;
}

body.tsi-my-tickets-ux-live .wpas-table td,
body.tsi-my-tickets-ux-live table.wpas-ticket-list td,
body.tsi-my-tickets-ux-live .wpas-ticket-list table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(24, 95, 126, 0.1);
  color: #324f61;
  font-size: 14px;
  line-height: 1.4;
}

body.tsi-my-tickets-ux-live .wpas-table tr:last-child td,
body.tsi-my-tickets-ux-live table.wpas-ticket-list tr:last-child td,
body.tsi-my-tickets-ux-live .wpas-ticket-list table tr:last-child td {
  border-bottom: 0;
}

body.tsi-my-tickets-ux-live .wpas-table a,
body.tsi-my-tickets-ux-live table.wpas-ticket-list a,
body.tsi-my-tickets-ux-live .wpas-ticket-list table a {
  color: #1761ad;
  font-weight: 900;
  text-decoration: none;
}

body.tsi-my-tickets-ux-live .wpas-ticket,
body.tsi-my-tickets-ux-live .wpas-ticket-details,
body.tsi-my-tickets-ux-live .wpas-ticket-replies,
body.tsi-my-tickets-ux-live .wpas-ticket-overview,
body.tsi-my-tickets-ux-live .wpas-alert,
body.tsi-my-tickets-ux-live .wpas-message,
body.tsi-my-tickets-ux-live .wpas-notice,
body.tsi-my-tickets-ux-live .wpas-error {
  overflow: hidden;
  border: 1px solid var(--tsi-mytickets-line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--tsi-mytickets-ink);
  box-shadow: 0 16px 38px rgba(13, 63, 90, 0.08);
}

body.tsi-my-tickets-ux-live .wpas-alert,
body.tsi-my-tickets-ux-live .wpas-message,
body.tsi-my-tickets-ux-live .wpas-notice,
body.tsi-my-tickets-ux-live .wpas-error {
  padding: 15px 16px;
}

body.tsi-my-tickets-ux-live .wpas-ticket-replies > tbody > tr > td {
  padding: 22px;
  border-bottom: 1px solid rgba(24, 95, 126, 0.12);
}

body.tsi-my-tickets-ux-live .wpas-ticket-status,
body.tsi-my-tickets-ux-live .wpas-label,
body.tsi-my-tickets-ux-live .wpas-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(31, 157, 103, 0.18);
  border-radius: 999px;
  background: rgba(31, 157, 103, 0.1);
  color: #176944;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.tsi-my-tickets-ux-live .x-colophon {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .tsi-my-tickets-ux-hero,
  body.tsi-my-tickets-ux-live .wpas-login-register {
    grid-template-columns: 1fr;
  }

  .tsi-my-tickets-ux-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.tsi-my-tickets-ux-live .entry-wrap {
    padding-top: 36px;
    padding-bottom: 34px;
  }

  body.tsi-my-tickets-ux-live .entry-wrap > .x-container.max.width,
  body.tsi-my-tickets-ux-live .entry-content {
    width: min(100%, calc(100vw - 18px));
  }

  body.tsi-my-tickets-ux-live .entry-content {
    gap: 18px;
  }

  .tsi-my-tickets-ux-hero {
    padding: 22px;
    border-radius: 20px;
  }

  .tsi-my-tickets-ux-hero h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .tsi-my-tickets-ux-steps span {
    min-height: 38px;
    font-size: 12px;
  }

  .tsi-my-tickets-ux-actions {
    grid-template-columns: 1fr;
  }

  .tsi-my-tickets-ux-note {
    align-items: flex-start;
    padding: 14px 16px;
  }

  body.tsi-my-tickets-ux-live .wpas-form {
    padding: 20px;
    border-radius: 18px;
  }

  body.tsi-my-tickets-ux-live #wpas_form_registration {
    grid-template-columns: 1fr;
  }

  body.tsi-my-tickets-ux-live #wpas_first_name_wrapper,
  body.tsi-my-tickets-ux-live #wpas_last_name_wrapper {
    grid-column: 1;
    grid-row: auto;
  }

  .tsi-my-tickets-ux-cards {
    grid-template-columns: 1fr;
  }

  .tsi-my-tickets-ux-cards article {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }

  body.tsi-my-tickets-ux-live .wpas-table,
  body.tsi-my-tickets-ux-live table.wpas-ticket-list,
  body.tsi-my-tickets-ux-live .wpas-ticket-list table {
    display: block;
    overflow-x: auto;
    border-radius: 16px;
  }
}
