/* line 1, app/assets/stylesheets/tickets.scss */
.ticket-checkout,
.ticket-orders {
  --ticket-red: #e31b23;
  --ticket-panel: #151515;
  --ticket-panel-deep: #0f0f10;
  --ticket-surface: rgba(0, 0, 0, 0.24);
  --ticket-line: rgba(255, 255, 255, 0.12);
  --ticket-muted: rgba(255, 255, 255, 0.62);
  color: #fff;
}

/* line 12, app/assets/stylesheets/tickets.scss */
.ticket-orders__frame {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 44px;
  border: 1px solid var(--ticket-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #191919 0%, var(--ticket-panel) 44%, var(--ticket-panel-deep) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

/* line 24, app/assets/stylesheets/tickets.scss */
.main_content .ticket-orders__back,
.main_content .ticket-orders__back:visited {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 26px;
  color: var(--ticket-red);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tickets.scss */
.main_content .ticket-orders__back:hover,
.main_content .ticket-orders__back:focus {
  color: var(--ticket-red);
}

/* line 41, app/assets/stylesheets/tickets.scss */
.ticket-orders__back-mark {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  flex: 0 0 auto;
}

/* line 52, app/assets/stylesheets/tickets.scss */
.ticket-orders__heading {
  margin-bottom: 30px;
}

/* line 56, app/assets/stylesheets/tickets.scss */
.ticket-orders__title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
}

/* line 64, app/assets/stylesheets/tickets.scss */
.ticket-orders__table-wrap {
  overflow: hidden;
  border: 0;
  background: transparent;
}

/* line 70, app/assets/stylesheets/tickets.scss */
.ticket-orders__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

/* line 79, app/assets/stylesheets/tickets.scss */
.ticket-orders__table th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ticket-line);
  background: transparent;
  color: var(--ticket-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

/* line 91, app/assets/stylesheets/tickets.scss */
.ticket-orders__image-heading {
  width: 132px;
}

/* line 95, app/assets/stylesheets/tickets.scss */
.ticket-orders__action-heading {
  width: 170px;
}

/* line 99, app/assets/stylesheets/tickets.scss */
.ticket-orders__table td {
  padding: 20px 16px;
  border-bottom: 0;
  vertical-align: middle;
}

/* line 105, app/assets/stylesheets/tickets.scss */
.ticket-orders__table tbody tr:last-child td {
  border-bottom: 0;
}

/* line 109, app/assets/stylesheets/tickets.scss */
.ticket-orders__order {
  transition: background 160ms ease;
}

/* line 113, app/assets/stylesheets/tickets.scss */
.ticket-orders__order:hover,
.ticket-orders__order:focus-within {
  background: rgba(255, 255, 255, 0.035);
}

/* line 118, app/assets/stylesheets/tickets.scss */
.ticket-orders__image-cell {
  width: 132px;
}

/* line 122, app/assets/stylesheets/tickets.scss */
.main_content .ticket-orders__image-link {
  display: block;
  width: 116px;
  height: 116px;
}

/* line 128, app/assets/stylesheets/tickets.scss */
.ticket-orders__image {
  display: block;
  width: 116px;
  height: 116px;
  margin: 0;
  border-radius: 11px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

/* line 138, app/assets/stylesheets/tickets.scss */
.main_content .ticket-orders__event-title,
.main_content .ticket-orders__event-title:visited {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
}

/* line 147, app/assets/stylesheets/tickets.scss */
.main_content .ticket-orders__event-title:hover,
.main_content .ticket-orders__event-title:focus {
  color: var(--ticket-red);
}

/* line 152, app/assets/stylesheets/tickets.scss */
.ticket-orders__event-date {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

/* line 158, app/assets/stylesheets/tickets.scss */
.ticket-orders__details {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
}

/* line 164, app/assets/stylesheets/tickets.scss */
.ticket-orders__details > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* line 170, app/assets/stylesheets/tickets.scss */
.ticket-orders__details dt,
.ticket-orders__details dd {
  margin: 0;
}

/* line 175, app/assets/stylesheets/tickets.scss */
.ticket-orders__details dt {
  color: var(--ticket-muted);
  font-weight: 600;
}

/* line 180, app/assets/stylesheets/tickets.scss */
.ticket-orders__details dt::after {
  content: ':';
}

/* line 184, app/assets/stylesheets/tickets.scss */
.ticket-orders__details dd {
  color: #fff;
  font-weight: 800;
}

/* line 189, app/assets/stylesheets/tickets.scss */
.ticket-orders__tickets {
  display: grid;
  gap: 14px;
}

/* line 194, app/assets/stylesheets/tickets.scss */
.ticket-orders__ticket-name {
  color: #fff;
  font-weight: 800;
}

/* line 199, app/assets/stylesheets/tickets.scss */
.ticket-orders__ticket-price,
.ticket-orders__seats {
  margin-top: 3px;
  color: var(--ticket-muted);
  font-size: 13px;
  font-weight: 600;
}

/* line 207, app/assets/stylesheets/tickets.scss */
.ticket-orders__seats {
  color: rgba(255, 255, 255, 0.76);
}

/* line 211, app/assets/stylesheets/tickets.scss */
.ticket-orders__action-cell {
  width: 170px;
  text-align: right;
}

/* line 216, app/assets/stylesheets/tickets.scss */
.main_content .ticket-orders__download,
.main_content .ticket-orders__download:visited {
  width: auto;
  min-width: 150px;
  padding-right: 18px;
  padding-left: 18px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

/* line 227, app/assets/stylesheets/tickets.scss */
.ticket-orders__pagination {
  padding: 30px 0 0;
}

/* line 231, app/assets/stylesheets/tickets.scss */
.ticket-orders__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 242, app/assets/stylesheets/tickets.scss */
.ticket-checkout__frame {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 44px;
  border: 1px solid var(--ticket-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #191919 0%, var(--ticket-panel) 44%, var(--ticket-panel-deep) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

/* line 254, app/assets/stylesheets/tickets.scss */
.ticket-checkout__content {
  max-width: none;
  color: #fff;
}

/* line 259, app/assets/stylesheets/tickets.scss */
.main_content .ticket-checkout__back,
.main_content .ticket-checkout__back:visited {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 28px;
  color: var(--ticket-red);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* line 271, app/assets/stylesheets/tickets.scss */
.main_content .ticket-checkout__back:hover,
.main_content .ticket-checkout__back:focus {
  color: var(--ticket-red);
}

/* line 276, app/assets/stylesheets/tickets.scss */
.ticket-checkout__back-mark {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  flex: 0 0 auto;
}

/* line 287, app/assets/stylesheets/tickets.scss */
.ticket-checkout__event {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-bottom: 34px;
}

/* line 295, app/assets/stylesheets/tickets.scss */
.ticket-checkout__event-image {
  width: 142px;
  height: 142px;
  margin: 0;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

/* line 304, app/assets/stylesheets/tickets.scss */
.ticket-checkout__event-copy {
  min-width: 0;
}

/* line 308, app/assets/stylesheets/tickets.scss */
.ticket-checkout__title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
}

/* line 316, app/assets/stylesheets/tickets.scss */
.ticket-checkout__meta {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  color: var(--ticket-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

/* line 326, app/assets/stylesheets/tickets.scss */
.ticket-checkout__form-container,
.ticket-checkout__form-wrap {
  overflow: visible;
}

/* line 331, app/assets/stylesheets/tickets.scss */
.ticket-checkout__form-wrap {
  margin-top: 36px;
}

/* line 335, app/assets/stylesheets/tickets.scss */
.ticket-checkout__section + .ticket-checkout__section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--ticket-line);
}

/* line 341, app/assets/stylesheets/tickets.scss */
.ticket-checkout__section-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

/* line 349, app/assets/stylesheets/tickets.scss */
.ticket-checkout__ticket-list,
.ticket-checkout__fields,
.ticket-checkout__actions,
.ticket-checkout__purchase-note,
.ticket-checkout__login {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

/* line 359, app/assets/stylesheets/tickets.scss */
.ticket-checkout__ticket-list {
  display: block;
  max-width: 680px;
  padding: 0;
}

/* line 365, app/assets/stylesheets/tickets.scss */
.ticket-checkout__fields,
.ticket-checkout__actions,
.ticket-checkout__purchase-note,
.ticket-checkout__login {
  max-width: 620px;
}

/* line 372, app/assets/stylesheets/tickets.scss */
.ticket-checkout__tiers {
  display: grid;
  gap: 12px;
}

/* line 377, app/assets/stylesheets/tickets.scss */
.ticket-checkout__tier {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 104px;
  box-sizing: border-box;
  padding: 22px;
  border: 1px solid var(--ticket-line);
  border-radius: 14px;
  background: var(--ticket-surface);
}

/* line 390, app/assets/stylesheets/tickets.scss */
.ticket-checkout__tier-copy {
  min-width: 0;
}

/* line 394, app/assets/stylesheets/tickets.scss */
.ticket-checkout__tier-name {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

/* line 405, app/assets/stylesheets/tickets.scss */
.ticket-checkout__status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid rgba(227, 27, 35, 0.45);
  border-radius: 999px;
  background: rgba(227, 27, 35, 0.12);
  color: #ff9ca0;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 420, app/assets/stylesheets/tickets.scss */
.ticket-checkout__price {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

/* line 428, app/assets/stylesheets/tickets.scss */
.ticket-checkout__tier-note {
  max-width: 520px;
  margin-top: 12px;
  padding: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

/* line 438, app/assets/stylesheets/tickets.scss */
.ticket-checkout__quantity select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 78px;
  height: 52px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 32px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%);
  background-position: calc(100% - 16px) 23px, calc(100% - 11px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  color: #fff;
  color-scheme: dark;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
}

/* line 464, app/assets/stylesheets/tickets.scss */
.ticket-checkout__quantity select:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

/* line 469, app/assets/stylesheets/tickets.scss */
.ticket-checkout__quantity select option {
  color: #111;
}

/* line 473, app/assets/stylesheets/tickets.scss */
.ticket-checkout__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  box-sizing: border-box;
  padding: 20px 22px;
  border: 1px solid var(--ticket-line);
  border-radius: 14px;
  background: var(--ticket-surface);
  font-weight: 800;
}

/* line 487, app/assets/stylesheets/tickets.scss */
.ticket-checkout__total-price {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

/* line 494, app/assets/stylesheets/tickets.scss */
.ticket-checkout__total-label {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

/* line 501, app/assets/stylesheets/tickets.scss */
.ticket-checkout__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

/* line 508, app/assets/stylesheets/tickets.scss */
.ticket-checkout__fields > .ticket-checkout__field {
  grid-column: auto;
}

/* line 512, app/assets/stylesheets/tickets.scss */
.ticket-checkout__fields > .ticket-checkout__field--full {
  grid-column: 1 / -1;
}

/* line 516, app/assets/stylesheets/tickets.scss */
.ticket-checkout__label {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

/* line 525, app/assets/stylesheets/tickets.scss */
.ticket-checkout__input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  color-scheme: dark;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

/* line 542, app/assets/stylesheets/tickets.scss */
.ticket-checkout__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.ticket-checkout__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.ticket-checkout__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.ticket-checkout__input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

/* line 546, app/assets/stylesheets/tickets.scss */
.ticket-checkout__input:focus {
  outline: none;
  border-color: var(--ticket-red);
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 0 2px rgba(227, 27, 35, 0.18);
}

/* line 553, app/assets/stylesheets/tickets.scss */
.ticket-checkout__quantity select:focus {
  outline: none;
  border-color: var(--ticket-red);
  box-shadow: 0 0 0 1px rgba(227, 27, 35, 0.45);
}

/* line 559, app/assets/stylesheets/tickets.scss */
.ticket-checkout__stripe-element {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 16px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

/* line 570, app/assets/stylesheets/tickets.scss */
.ticket-checkout__stripe-element.StripeElement--focus {
  border-color: var(--ticket-red);
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 0 2px rgba(227, 27, 35, 0.18);
}

/* line 576, app/assets/stylesheets/tickets.scss */
.ticket-checkout__stripe-element.StripeElement--invalid {
  border-color: #ff777d;
  box-shadow: 0 0 0 1px rgba(255, 119, 125, 0.3);
}

/* line 581, app/assets/stylesheets/tickets.scss */
.ticket-checkout__field-error {
  margin: 7px 0 0;
  color: #ff777d;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

/* line 589, app/assets/stylesheets/tickets.scss */
.ticket-checkout__purchase-note {
  margin-top: 26px;
  padding: 16px 18px;
  border: 1px solid var(--ticket-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

/* line 597, app/assets/stylesheets/tickets.scss */
.ticket-checkout__purchase-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}

/* line 605, app/assets/stylesheets/tickets.scss */
.ticket-checkout__actions {
  margin-top: 0;
  padding: 28px 0 0;
}

/* line 610, app/assets/stylesheets/tickets.scss */
.ticket-checkout__actions .rj-submit-button {
  width: auto;
  min-width: 170px;
}

/* line 615, app/assets/stylesheets/tickets.scss */
.ticket-checkout__processing {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

/* line 621, app/assets/stylesheets/tickets.scss */
.ticket-checkout__message {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

/* line 631, app/assets/stylesheets/tickets.scss */
.ticket-checkout__message.is-success {
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: rgba(52, 211, 153, 0.12);
  color: #d1fae5;
}

/* line 637, app/assets/stylesheets/tickets.scss */
.ticket-checkout__message.is-error {
  border: 1px solid rgba(227, 27, 35, 0.54);
  background: rgba(227, 27, 35, 0.12);
  color: #fff;
}

/* line 643, app/assets/stylesheets/tickets.scss */
.ticket-checkout__message-title {
  margin-bottom: 4px;
  color: inherit;
  font-size: 16px;
  font-weight: 900;
}

/* line 650, app/assets/stylesheets/tickets.scss */
.main_content .ticket-checkout__download a,
.main_content .ticket-checkout__download a:visited {
  display: inline-flex;
  margin-top: 14px;
  color: #d1fae5;
  font-weight: 900;
}

/* line 658, app/assets/stylesheets/tickets.scss */
.ticket-checkout__login {
  margin-top: 34px;
  padding: 26px;
  border: 1px solid var(--ticket-line);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.24);
}

/* line 666, app/assets/stylesheets/tickets.scss */
.ticket-checkout__login-title {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 800;
}

/* line 675, app/assets/stylesheets/tickets.scss */
.main_content .ticket-checkout__login-button,
.main_content .ticket-checkout__login-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--ticket-red);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

/* line 692, app/assets/stylesheets/tickets.scss */
.main_content .ticket-checkout__login-button:hover,
.main_content .ticket-checkout__login-button:focus {
  background: #c9171f;
  color: #fff;
}

/* line 698, app/assets/stylesheets/tickets.scss */
.ticket-checkout__signup {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 600;
}

/* line 705, app/assets/stylesheets/tickets.scss */
.main_content .ticket-checkout__signup a,
.main_content .ticket-checkout__signup a:visited {
  color: var(--ticket-red);
  font-weight: 800;
}

@media (max-width: 767px) {
  /* line 712, app/assets/stylesheets/tickets.scss */
  .ticket-orders__frame {
    padding: 26px 22px;
    border-radius: 14px;
  }
  /* line 717, app/assets/stylesheets/tickets.scss */
  .ticket-orders__title {
    font-size: 29px;
  }
  /* line 721, app/assets/stylesheets/tickets.scss */
  .ticket-orders__table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }
  /* line 727, app/assets/stylesheets/tickets.scss */
  .ticket-orders__table,
.ticket-orders__table tbody {
    display: block;
  }
  /* line 732, app/assets/stylesheets/tickets.scss */
  .ticket-orders__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  /* line 743, app/assets/stylesheets/tickets.scss */
  .ticket-orders__table tbody {
    display: grid;
    gap: 14px;
  }
  /* line 748, app/assets/stylesheets/tickets.scss */
  .ticket-orders__order {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border: 0;
    border-radius: 14px;
    background: var(--ticket-surface);
  }
  /* line 758, app/assets/stylesheets/tickets.scss */
  .ticket-orders__table td {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
  }
  /* line 765, app/assets/stylesheets/tickets.scss */
  .ticket-orders__image-cell {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  /* line 770, app/assets/stylesheets/tickets.scss */
  .main_content .ticket-orders__image-link,
.ticket-orders__image {
    width: 96px;
    height: 96px;
  }
  /* line 776, app/assets/stylesheets/tickets.scss */
  .ticket-orders__event-cell,
.ticket-orders__tickets-cell,
.ticket-orders__action-cell {
    grid-column: 2;
  }
  /* line 782, app/assets/stylesheets/tickets.scss */
  .ticket-orders__tickets-cell,
.ticket-orders__action-cell {
    padding-top: 14px !important;
    border-top: 0 !important;
  }
  /* line 788, app/assets/stylesheets/tickets.scss */
  .ticket-orders__tickets-cell::before {
    display: block;
    margin-bottom: 9px;
    color: var(--ticket-muted);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  /* line 799, app/assets/stylesheets/tickets.scss */
  .ticket-orders__action-cell {
    text-align: left;
  }
  /* line 803, app/assets/stylesheets/tickets.scss */
  .ticket-orders__action-cell.is-empty {
    display: none;
  }
  /* line 807, app/assets/stylesheets/tickets.scss */
  .ticket-orders__pagination {
    padding-top: 26px;
  }
  /* line 811, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__frame {
    padding: 26px 22px;
    border-radius: 14px;
  }
  /* line 816, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__back {
    margin-bottom: 22px;
  }
  /* line 820, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__event {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 26px;
  }
  /* line 826, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__event-image {
    width: 96px;
    height: 96px;
    border-radius: 11px;
  }
  /* line 832, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__title {
    font-size: 24px;
  }
  /* line 836, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__meta {
    display: grid;
    gap: 2px;
    margin-top: 8px;
    font-size: 13px;
  }
  /* line 843, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__form-wrap {
    margin-top: 28px;
  }
  /* line 847, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__section + .ticket-checkout__section {
    margin-top: 32px;
    padding-top: 32px;
  }
  /* line 852, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__section-title {
    font-size: 21px;
  }
  /* line 856, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__tier {
    gap: 14px;
    min-height: 96px;
    padding: 18px;
  }
  /* line 862, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__tier-name {
    font-size: 16px;
  }
  /* line 866, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__price {
    font-size: 14px;
  }
  /* line 870, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__quantity select {
    width: 68px;
  }
  /* line 874, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__fields {
    grid-template-columns: 1fr;
  }
  /* line 878, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__fields > .ticket-checkout__field {
    grid-column: 1;
  }
  /* line 882, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__actions .rj-submit-button {
    width: 100%;
  }
  /* line 886, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__login {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  /* line 892, app/assets/stylesheets/tickets.scss */
  .ticket-orders__frame {
    padding: 22px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  /* line 899, app/assets/stylesheets/tickets.scss */
  .ticket-orders__title {
    font-size: 27px;
  }
  /* line 903, app/assets/stylesheets/tickets.scss */
  .ticket-orders__order {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }
  /* line 909, app/assets/stylesheets/tickets.scss */
  .main_content .ticket-orders__image-link,
.ticket-orders__image {
    width: 76px;
    height: 76px;
    border-radius: 9px;
  }
  /* line 916, app/assets/stylesheets/tickets.scss */
  .main_content .ticket-orders__event-title,
.main_content .ticket-orders__event-title:visited {
    font-size: 15px;
  }
  /* line 921, app/assets/stylesheets/tickets.scss */
  .main_content .ticket-orders__download,
.main_content .ticket-orders__download:visited {
    width: 100%;
  }
  /* line 926, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__frame {
    padding: 22px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  /* line 933, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__event {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 14px;
  }
  /* line 938, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__event-image {
    width: 80px;
    height: 80px;
  }
  /* line 943, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__title {
    font-size: 21px;
  }
  /* line 947, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__tier {
    padding: 16px;
  }
  /* line 951, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__total {
    padding: 18px 16px;
  }
  /* line 955, app/assets/stylesheets/tickets.scss */
  .ticket-checkout__total-price {
    font-size: 18px;
  }
}
