.order-history-page {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 22px 0 60px;
}

.order-history-hero {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.order-history-kicker,
.order-modal__kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-history-hero__main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.order-history-hero h1,
.order-success h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(36px, 7vw, 58px);
  line-height: 0.96;
}

.order-history-hero p,
.order-success__text,
.order-empty p,
.order-note p {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.order-history-count {
  min-width: 112px;
  padding: 12px 14px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text-soft);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  text-align: right;
}

.order-history-count strong {
  color: var(--text);
  font-size: 24px;
  line-height: 1;
}

.order-device-access {
  margin: -8px 0 20px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.order-device-access strong {
  color: var(--text);
  font-size: 13px;
}

.order-device-access p {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.order-device-access__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.order-device-access__claim,
.order-device-access__forget {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.order-device-access__claim:hover,
.order-device-access__forget:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.order-history-list,
.profile-recent-orders {
  display: grid;
  gap: 14px;
}

.order-history-page [hidden],
.order-history-page .is-hidden {
  display: none !important;
}

.order-history-tools {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.order-history-search {
  min-height: 46px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text-soft);
  background: var(--surface);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.order-history-search:focus-within {
  border-color: color-mix(in srgb, var(--accent) 52%, var(--line));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent);
}

.order-history-search svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-history-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.order-history-search input::placeholder {
  color: var(--muted);
}

.order-history-filters {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.order-history-filters::-webkit-scrollbar {
  display: none;
}

.order-history-filter {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  background: var(--surface);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.order-history-filter:hover,
.order-history-filter.is-active {
  border-color: var(--accent);
  color: var(--accent-contrast);
  background: var(--accent);
}

.order-history-filter:active {
  transform: scale(0.97);
}

.order-history-day {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 10px;
}

.order-history-day + .order-history-day {
  margin-top: 10px;
}

.order-history-day__label {
  position: sticky;
  top: calc(var(--header-height, 72px) + 8px);
  z-index: 12;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  font-size: 12px;
  font-weight: 800;
}

.order-history-card,
.profile-recent-order {
  position: relative;
  width: 100%;
  min-height: 128px;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 5%, transparent), transparent 62%),
    var(--surface);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  cursor: default;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 220ms ease;
}

.profile-recent-order {
  min-height: 112px;
}

.order-history-card__open,
.profile-recent-order__open {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.order-history-card__open:focus-visible,
.profile-recent-order__open:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 72%, white);
  outline-offset: 3px;
}

.order-history-card > :not(.order-history-card__open),
.profile-recent-order > :not(.profile-recent-order__open) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.order-history-repeat,
.profile-recent-order__repeat {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.order-history-card:hover,
.profile-recent-order:hover {
  outline: none;
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.order-history-card__main,
.profile-recent-order__main {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.order-history-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.order-history-card__eyebrow,
.profile-recent-order__id {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.order-history-card__title {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-history-card__meta,
.order-facts,
.profile-recent-order__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 700;
}

.order-history-card__meta > span,
.order-facts > span {
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-soft) 82%, transparent);
}

.order-history-mini,
.profile-recent-order__items {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.order-history-mini span,
.profile-recent-order__items {
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 9px;
  color: var(--text-soft);
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.order-history-card__side,
.profile-recent-order__right {
  min-width: 118px;
  display: grid;
  align-content: space-between;
  justify-items: end;
  gap: 10px;
}

.order-history-card__total,
.profile-recent-order__total {
  color: var(--text);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.order-history-status {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent) 36%, var(--line));
  border-radius: 999px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.order-history-status--ready,
.order-history-status--served,
.order-history-status--completed {
  border-color: color-mix(in srgb, var(--safe) 42%, var(--line));
  color: var(--safe);
  background: color-mix(in srgb, var(--safe) 11%, transparent);
}

.order-history-status--canceled {
  border-color: color-mix(in srgb, #b65b52 42%, var(--line));
  color: #b65b52;
  background: color-mix(in srgb, #b65b52 10%, transparent);
}

.order-history-repeat,
.profile-recent-order__repeat {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
  border-radius: 999px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.order-history-repeat:hover,
.profile-recent-order__repeat:hover {
  border-color: var(--accent);
  color: var(--accent-contrast);
  background: var(--accent);
}

.order-history-repeat:active,
.profile-recent-order__repeat:active {
  transform: scale(0.97);
}

.order-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 260;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.order-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 261;
  width: min(620px, calc(100vw - 28px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 20px;
  color: var(--text);
  background: var(--surface-raised);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transform: translate(-50%, calc(-50% + 12px)) scale(0.985);
  transition: opacity 180ms ease, transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.order-modal-backdrop.order-modal--open,
.order-modal.order-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.order-modal.order-modal--open {
  transform: translate(-50%, -50%) scale(1);
}

.order-modal__close {
  position: sticky;
  top: 0;
  z-index: 1;
  margin-left: auto;
  display: flex;
}

.order-modal__body {
  display: grid;
  gap: 16px;
}

.order-modal__head,
.order-modal__total,
.order-success__top,
.order-success__receipt-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.order-modal__id {
  display: block;
  color: var(--text);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.1;
}

.order-progress {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.order-progress__step {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.order-progress__dot {
  height: 5px;
  border-radius: 999px;
  background: var(--line);
}

.order-progress__step--done,
.order-progress__step--current {
  color: var(--text);
}

.order-progress__step--done .order-progress__dot {
  background: color-mix(in srgb, var(--accent) 52%, var(--line));
}

.order-progress__step--current .order-progress__dot {
  background: var(--accent);
}

.order-receipt {
  display: grid;
  gap: 2px;
}

.order-receipt__row {
  min-height: 42px;
  padding: 9px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 14px;
}

.order-receipt__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-receipt__qty {
  color: var(--text-soft);
  font-weight: 800;
}

.order-note {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
}

.order-note__label {
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
}

.order-modal__total {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 18px;
  font-weight: 950;
}

.order-modal__repeat {
  width: 100%;
}

.order-success {
  width: min(100%, 1040px);
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 0 60px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
  box-shadow: none;
}

.order-success .account-back-link {
  display: inline-flex;
  align-items: center;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 700;
}

.order-success .account-back-link:hover {
  color: var(--accent);
}

.order-success__back {
  margin-bottom: 18px;
}

.order-success__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.order-success__panel,
.order-success__receipt,
.order-empty {
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 58%),
    var(--surface);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.order-success__panel {
  min-height: 430px;
  padding: clamp(22px, 4vw, 34px);
  display: grid;
  align-content: space-between;
  gap: 24px;
}

.order-success__receipt {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.order-success__receipt-head {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}

.order-success__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--safe) 44%, var(--line));
  border-radius: 50%;
  color: var(--safe);
  background: color-mix(in srgb, var(--safe) 11%, var(--surface));
}

.order-success__mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-progress--success {
  margin-top: 2px;
}

.order-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.order-success__actions > * {
  flex: 1 1 180px;
}

.order-empty {
  padding: 28px;
  display: grid;
  justify-items: start;
  gap: 12px;
}

.order-empty--compact {
  padding: 18px;
  box-shadow: none;
}

.order-empty--filtered {
  margin-top: 16px;
  box-shadow: none;
}

.order-history-pagination {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 800;
}

.order-history-page-link,
.order-history-page-current {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.order-history-page-link {
  color: var(--accent);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.order-history-page-link:hover {
  border-color: var(--accent);
  color: var(--accent-contrast);
  background: var(--accent);
}

.order-history-page-link:active {
  transform: scale(0.97);
}

.order-empty__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
  border-radius: 14px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
}

.order-empty__mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-empty h2,
.order-empty h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
}

.order-empty .primary-button {
  min-width: 180px;
}

@media (max-width: 860px) {
  .order-success__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .order-history-page,
  .order-success {
    padding-top: 16px;
  }

  .order-history-hero__main {
    align-items: stretch;
    flex-direction: column;
  }

  .order-history-count {
    width: 100%;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    text-align: left;
  }

  .order-history-tools {
    grid-template-columns: 1fr;
  }

  .order-history-card,
  .profile-recent-order {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .order-history-card__head,
  .order-modal__head,
  .order-success__top {
    flex-direction: column;
  }

  .order-history-card__side,
  .profile-recent-order__right {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
  }

  .profile-recent-order__right .order-history-status {
    grid-column: 1 / -1;
  }

  .order-history-card__title,
  .order-receipt__name {
    white-space: normal;
  }

  .order-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .order-modal {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 18px);
    border-radius: 20px 20px 0 0;
    transform: translateY(24px);
  }

  .order-modal.order-modal--open {
    transform: translateY(0);
  }
}

.order-history-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
}

.order-history-card__media {
  width: 76px;
  min-height: 78px;
  display: flex;
  align-items: center;
  align-self: center;
}

.order-history-thumb {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid var(--surface);
  border-radius: 14px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface-soft));
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  font-size: 20px;
  font-weight: 950;
}

.order-history-thumb + .order-history-thumb {
  margin-left: -28px;
}

.order-history-thumb img,
.order-receipt__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.order-receipt__row {
  min-height: 58px;
  grid-template-columns: 46px minmax(0, 1fr) auto auto;
}

.order-receipt__thumb {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface-soft));
  font-size: 15px;
  font-weight: 950;
}

@media (max-width: 767px) {
  .order-history-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .order-history-card__media {
    width: 64px;
    min-height: 62px;
  }

  .order-history-thumb {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 12px;
  }

  .order-history-thumb + .order-history-thumb {
    margin-left: -30px;
  }

  .order-history-card__side {
    grid-column: 1 / -1;
  }

  .order-receipt__row {
    grid-template-columns: 42px minmax(0, 1fr) auto auto;
  }

  .order-receipt__thumb {
    width: 38px;
    height: 38px;
  }
}

.order-repeat-status {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.order-repeat-status.is-error {
  border-color: color-mix(in srgb, #b42318 36%, transparent);
  background: color-mix(in srgb, #b42318 8%, var(--surface));
}

.order-repeat-status.is-info {
  border-color: color-mix(in srgb, var(--accent) 30%, transparent);
}

.order-repeat-status--floating {
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 1400;
  width: min(calc(100% - 28px), 440px);
  margin: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
}

.repeat-confirm[hidden] {
  display: none !important;
}

.repeat-confirm {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 18px;
}

.repeat-confirm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
}

.repeat-confirm__card {
  position: relative;
  width: min(420px, 100%);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.repeat-confirm__title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.05;
}

.repeat-confirm__message,
.repeat-confirm__hint {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.repeat-confirm__hint {
  margin-top: 8px;
}

.repeat-confirm__actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.repeat-confirm-open {
  overflow: hidden;
}

@media (max-width: 619px) {
  .repeat-confirm {
    align-items: end;
    padding: 12px;
  }

  .repeat-confirm__card {
    width: 100%;
    border-radius: 22px 22px 18px 18px;
  }

  .repeat-confirm__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .order-device-access {
    align-items: stretch;
    flex-direction: column;
  }

  .order-device-access__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .order-device-access__claim,
  .order-device-access__forget {
    width: 100%;
  }
}

/* Multi-restaurant history: a quiet but unmistakable venue marker. */
.order-history-card__restaurant,
.order-facts__restaurant {
  max-width: min(260px, 100%);
  gap: 6px;
  border-color: color-mix(in srgb, var(--accent) 22%, var(--line)) !important;
  color: color-mix(in srgb, var(--text) 78%, var(--accent));
  background: color-mix(in srgb, var(--accent) 6%, var(--surface)) !important;
}

.order-history-card__restaurant svg,
.order-facts__restaurant svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-history-card__restaurant > span,
.order-facts__restaurant > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

