.tm-commerce {
  width: min(100% - 48px, var(--content));
  margin: 56px auto 96px;
  color: var(--ink);
}
.tm-commerce__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
}
.tm-commerce__head h1 {
  margin: 0;
  font-size: 28px;
}
.tm-commerce__head p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.tm-travel-grid > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.tm-travel-card {
  min-width: 0;
  border-bottom: 1px solid var(--border);
}
.tm-travel-card__image {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f4f8fa;
}
.tm-travel-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tm-travel-card__body {
  padding: 18px 0 22px;
}
.tm-travel-card__route {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.tm-travel-card h2 {
  margin: 8px 0;
  font-size: 18px;
  line-height: 1.45;
}
.tm-travel-card h2 a {
  color: inherit;
  text-decoration: none;
}
.tm-travel-card__summary {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.tm-travel-card__meta,
.tm-travel-card__price {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  font-size: 12px;
}
.tm-travel-card__price {
  align-items: end;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.tm-travel-card__price strong {
  font-size: 19px;
}
.tm-travel-empty {
  padding: 64px 16px;
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}
.tm-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: start;
}
.tm-checkout__section {
  padding: 0 0 28px;
  margin-bottom: 28px;
}
.tm-checkout__section h2 {
  margin: 0 0 18px;
  font-size: 20px;
}
.tm-checkout__traveler-guide {
  margin: -8px 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.tm-checkout__traveler-message {
  min-height: 20px;
  margin: 0 0 12px;
  color: #08799e;
  font-size: 12px;
  line-height: 1.5;
}
.tm-checkout__trip {
  display: grid;
  gap: 10px;
}
.tm-checkout__trip h1 {
  margin: 0 0 4px;
  font-size: 25px;
}
.tm-checkout__trip dl,
.tm-summary dl,
.tm-order-detail dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.tm-checkout__trip dl > div,
.tm-summary dl > div,
.tm-order-detail dl > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.tm-checkout dd,
.tm-order-detail dd {
  margin: 0;
  text-align: right;
}
.tm-passenger-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.tm-passenger-card {
  min-width: 0;
  border-top: 1px solid var(--border);
  background: #fff;
}
.tm-passenger-card:last-child {
  border-bottom: 1px solid var(--border);
}
.tm-passenger-card--contact {
  grid-column: auto;
}
.tm-passenger-card__accordion {
  margin: 0;
}
.tm-passenger-card__accordion > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 16px;
  cursor: pointer;
  list-style: none;
}
.tm-passenger-card__accordion > summary::-webkit-details-marker {
  display: none;
}
.tm-passenger-card__summary-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.tm-passenger-card__summary-title strong {
  font-size: 14px;
}
.tm-passenger-card__status {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
}
.tm-passenger-card__summary-action {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg) translateY(-3px);
  transition: transform var(--snap);
}
.tm-passenger-card__accordion[open] .tm-passenger-card__summary-action {
  transform: rotate(225deg) translate(-3px, -1px);
}
.tm-passenger-card__panel {
  padding: 0 16px 20px;
}
.tm-passenger-card__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.tm-passenger-fields label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
}
.tm-passenger-fields :is(input, select) {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--border-strong);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.tm-payment-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tm-sr-only {
  margin-bottom: 17px;
}

.tm-payment-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid var(--border-strong);
  border-left: 0;
  background: #fff;
  cursor: pointer;
}
.tm-payment-option.is-selected {
  border-color: var(--sky);
  background: #f4fbfd;
}
.tm-payment-option:first-of-type {
  border-left: 1px solid var(--border-strong);
}
.tm-payment-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--sky);
}
.tm-payment-option__body {
  display: grid;
  gap: 4px;
}
.tm-payment-option__body strong {
  font-size: 15px;
}
.tm-payment-option__body small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}
.tm-payment-option__state {
  display: none;
  color: #08799e;
  font-size: 12px;
  font-weight: 700;
}

.tm-payment-detail > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.tm-payment-detail__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 15px;
}
.tm-payment-detail__fields--single {
  grid-template-columns: minmax(0, 300px);
}
.tm-payment-detail__fields--refund {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tm-payment-detail__fields label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.tm-payment-detail__fields :is(input, select) {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid var(--border-strong);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.tm-payment-detail__fields :is(input, select):disabled {
  background: #f5f7f8;
  color: var(--muted);
}
.tm-result__transfer {
  margin: 24px auto 0;
  padding: 20px;
  text-align: left;
}
.tm-result__transfer h2 {
  margin: 0;
  font-size: 17px;
}
.tm-result__transfer > p {
  margin: 7px 0 15px;
  color: var(--muted);
  font-size: 13px;
}
.tm-result__transfer dl {
  margin: 0;
}
.tm-passenger-fields :is(input, select):focus-visible,
.tm-payment-option input:focus-visible,
.tm-payment-detail__fields :is(input, select):focus-visible,
.tm-consent-all input:focus-visible,
.tm-consent-item input:focus-visible,
.tm-summary button:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}
.tm-checkout__consents > p {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.tm-consent-all {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
}
.tm-consent-all input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--sky);
}
.tm-consent-list {
  display: grid;
  border-top: 1px solid var(--border-strong);
}
.tm-consent-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.tm-consent-item details {
  margin-bottom: 12px;
}
.tm-consent-item summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}
.tm-consent-item summary::-webkit-details-marker {
  display: none;
}
.tm-consent-item summary:after {
  content: "+";
  font-size: 18px;
  font-weight: 500;
}
.tm-consent-item details[open] summary:after {
  content: "−";
}
.tm-consent-item__content {
  max-height: 220px;
  overflow: auto;
  margin: 4px 0 14px;
  padding: 16px;
  background: #f6f9fb;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.tm-consent-item__content :where(img, table) {
  max-width: 100%;
}
.tm-consent-item__content img {
  height: auto;
}
.tm-summary {
  position: sticky;
  top: 132px;
  padding: 24px;
  border: 1px solid var(--border-strong);
  background: #fff;
}
.tm-summary h2 {
  margin: 0 0 18px;
  font-size: 20px;
}
.tm-summary__options {
  margin: 16px 0 0;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.tm-summary__options > span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}
.tm-summary__options ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tm-summary__options li {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  font-size: 13px;
}
.tm-summary__options li span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tm-summary__options li strong {
  flex: 0 0 auto;
  font-size: 13px;
}
.tm-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 24px 0;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
}
.tm-summary__total strong {
  font-size: 26px;
  color: var(--accent);
}
.tm-summary .tm-btn {
  width: 100%;
}
.tm-summary .tm-btn:disabled {
  border-color: var(--border);
  background: #e8edf0;
  color: #7b8791;
  cursor: not-allowed;
}
.tm-summary__message {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--danger);
  font-size: 12px;
}
.tm-result {
  width: min(100% - 40px, 680px);
  margin: 72px auto 110px;
  padding: 48px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.tm-result__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 22px;
  border: 2px solid var(--success);
  border-radius: 50%;
  color: var(--success);
  font-size: 22px;
  font-weight: 800;
}
.tm-result--failure .tm-result__mark {
  border-color: var(--danger);
  color: var(--danger);
}
.tm-result h1 {
  margin: 0 0 10px;
  font-size: 28px;
}
.tm-result > p {
  margin: 0;
  color: var(--muted);
}
.tm-result dl {
  display: grid;
  gap: 0;
  margin: 30px 0;
  text-align: left;
}
.tm-result dl > div {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
}
.tm-result dd {
  margin: 0;
  font-weight: 700;
}
.tm-result__actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tm-my-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 48px;
}
.tm-my-nav {
  position: sticky;
  top: 128px;
  align-self: start;
  border-top: 2px solid var(--ink);
}
.tm-my-nav a {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}
.tm-my-nav a.is-active {
  color: var(--ink);
  font-weight: 800;
}
.tm-order-list > div {
  border-top: 1px solid var(--border);
}
.tm-order-row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.tm-order-row h2 {
  margin: 5px 0;
  font-size: 17px;
}
.tm-order-row p,
.tm-order-row small {
  margin: 0;
  font-size: 12px;
}
.tm-order-row__main {
  display: grid;
  gap: 4px;
}
.tm-order-row__main h2 {
  margin: 2px 0;
}
.tm-order-row__time {
  color: var(--ink) !important;
}
.tm-order-row__ordered {
  margin-top: 3px !important;
}
.tm-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}
.tm-status:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sky);
}
.tm-order-detail {
  border-top: 2px solid var(--ink);
}
.tm-order-detail__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.tm-order-detail__head h1 {
  margin: 6px 0 0;
  font-size: 24px;
}
.tm-order-detail__head p {
  margin: 7px 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.tm-order-detail__amount {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 6px;
  text-align: right;
}
.tm-order-detail__amount span {
  color: var(--muted);
  font-size: 12px;
}
.tm-order-detail__amount strong {
  font-size: 24px;
}
.tm-order-detail__section {
  padding: 30px 0;
}
.tm-order-detail__section > h2,
.tm-order-detail__section-head h2 {
  margin: 0 0 18px;
  font-size: 19px;
}
.tm-order-detail__section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.tm-order-detail__section-head > span {
  color: var(--muted);
  font-size: 12px;
}
.tm-order-detail__section-copy {
  margin: -4px 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.tm-order-detail__section dl > div {
  padding: 13px 0;
}
.tm-order-detail__section dt {
  color: var(--muted);
  font-size: 13px;
}
.tm-order-detail__section dd {
  font-size: 14px;
  line-height: 1.55;
}
.tm-passenger-list {
  display: grid;
  border-top: 1px solid var(--ink);
}
.tm-passenger-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.tm-passenger-row > div:first-child {
  display: flex;
  align-items: center;
  align-content: start;
  flex-wrap: wrap;
  gap: 7px;
}
.tm-passenger-row > div:first-child strong {
  width: 100%;
  font-size: 15px;
}
.tm-passenger-row > div:first-child span,
.tm-passenger-row > div:first-child em {
  font-size: 11px;
  font-style: normal;
}
.tm-passenger-row > div:first-child span {
  color: var(--muted);
}
.tm-passenger-row > div:first-child em {
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--sky-soft);
  color: #08799e;
  font-weight: 750;
}
.tm-passenger-row dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 24px;
}
.tm-passenger-row dl > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  padding: 5px 0;
  border: 0;
}
.tm-passenger-row dd {
  text-align: left;
}
.tm-price-items {
  border-top: 1px solid var(--ink);
}
.tm-price-item {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.tm-price-item b {
  font-size: 13px;
}
.tm-price-item i {
  font-style: normal;
  color: var(--muted);
}
.tm-price-item strong {
  font-size: 14px;
}
.tm-order-option-list,
.tm-order-refund-list,
.tm-cancellation-list {
  border-top: 1px solid var(--ink);
}
.tm-order-option-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.tm-order-option-list > div > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}
.tm-order-option-list > div > span:nth-child(2) {
  color: var(--muted);
  font-size: 13px;
}
.tm-order-option-list strong,
.tm-order-refund-list strong {
  white-space: nowrap;
  font-size: 14px;
}
.tm-order-refund-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.tm-order-refund-list span,
.tm-cancellation-list strong {
  color: #08799e;
  font-size: 13px;
}
.tm-order-refund-list time,
.tm-cancellation-list time {
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.tm-cancellation-list article {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.tm-cancellation-list article > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}
.tm-cancellation-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.tm-payment-detail {
  margin-top: 12px !important;
}
.tm-order-history {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}
.tm-order-history li {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 16px 16px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.tm-order-history li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sky);
  content: "";
}
.tm-order-history li:not(:last-child):after {
  position: absolute;
  top: 19px;
  right: 10px;
  left: 14px;
  height: 1px;
  background: var(--border);
  content: "";
}
.tm-order-history span {
  color: var(--ink);
  font-weight: 750;
}
.tm-order-history time {
  font-variant-numeric: tabular-nums;
}
.tm-order-action {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.tm-order-action h2 {
  margin: 0 0 7px;
  font-size: 18px;
}
.tm-order-action p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.tm-order-action [hidden] {
  display: none;
}
.tm-cancel-dialog {
  width: min(100% - 32px, 520px);
  padding: 26px;
  border: 1px solid var(--border-strong);
  border-radius: 2px;
}
.tm-cancel-dialog::backdrop {
  background: rgba(16, 42, 67, 0.48);
}
.tm-cancel-dialog label {
  display: grid;
  gap: 8px;
}
.tm-cancel-dialog textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}
.tm-cancel-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}
@media (max-width: 1023px) {
  .tm-checkout__layout {
    grid-template-columns: 1fr;
  }
  .tm-summary {
    position: static;
  }
  .tm-my-layout {
    grid-template-columns: 1fr;
  }
  .tm-my-nav {
    position: static;
    display: flex;
    overflow: auto;
    border-bottom: 1px solid var(--border);
  }
  .tm-my-nav a {
    flex: 0 0 auto;
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .tm-commerce {
    width: min(100% - 32px, var(--content));
    margin: 36px auto 80px;
  }
  .tm-commerce__head {
    display: block;
  }
  .tm-commerce__head h1 {
    font-size: 24px;
  }
  .tm-travel-grid > div {
    grid-template-columns: 1fr;
  }
  .tm-passenger-fields {
    grid-template-columns: 1fr;
  }
  .tm-passenger-card--contact {
    grid-column: auto;
  }
  .tm-passenger-card__fields {
    grid-template-columns: 1fr;
  }
  .tm-payment-options {
    grid-template-columns: 1fr;
  }
  .tm-payment-option {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 72px;
    border-left: 1px solid var(--border-strong);
    border-top: 0;
  }
  .tm-payment-option:first-of-type {
    border-top: 1px solid var(--border-strong);
  }
  .tm-payment-option__state {
    grid-column: 2;
  }
  .tm-payment-detail__fields {
    grid-template-columns: 1fr;
  }
  .tm-result__actions {
    display: grid;
  }
  .tm-order-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .tm-order-row > div:first-child {
    grid-column: 1/-1;
  }
  .tm-order-row .tm-btn {
    grid-column: 1/-1;
  }
  .tm-order-detail__head,
  .tm-order-action {
    display: grid;
  }
  .tm-order-detail__amount {
    justify-items: start;
    text-align: left;
  }
  .tm-order-detail__head strong {
    font-size: 20px;
  }
  .tm-checkout__trip dl > div,
  .tm-summary dl > div,
  .tm-order-detail dl > div {
    gap: 14px;
  }
  .tm-order-detail dd {
    max-width: 64%;
  }
  .tm-order-detail__section-head {
    display: grid;
    gap: 0;
  }
  .tm-passenger-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .tm-passenger-row dl {
    grid-template-columns: 1fr;
  }
  .tm-order-option-list > div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
  }
  .tm-order-option-list > div > span:nth-child(2) {
    grid-column: 1;
  }
  .tm-order-option-list strong {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }
  .tm-order-refund-list > div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
  }
  .tm-order-refund-list > div > :not(strong) {
    grid-column: 1;
  }
  .tm-order-refund-list > div > strong {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }
  .tm-price-item {
    grid-template-columns: 1fr auto;
    gap: 7px 12px;
  }
  .tm-price-item > span:nth-child(2) {
    grid-column: 1;
  }
  .tm-price-item > strong {
    grid-row: 1/3;
    grid-column: 2;
    align-self: center;
  }
  .tm-order-history {
    grid-template-columns: 1fr;
  }
  .tm-order-history li {
    grid-template-columns: 14px 1fr auto;
    align-items: center;
    padding: 10px 0;
  }
  .tm-order-history li:before {
    grid-column: 1;
  }
  .tm-order-history li:after {
    display: none;
  }
  .tm-order-history span {
    grid-column: 2;
  }
  .tm-order-history time {
    grid-column: 3;
  }
}
