.zh-shipping-path {
  border-bottom: 1px solid #dfe5e8;
  background: #ffffff;
}

.zh-shipping-path__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-block: 12px;
}

.zh-shipping-path__inner > p {
  margin: 0;
  color: #68737a;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.zh-shipping-path ol,
.zh-stage-cards {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zh-shipping-path ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.zh-shipping-path a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px;
  border-radius: 7px;
  color: #5f696f;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.zh-shipping-path a:hover,
.zh-shipping-path a:focus-visible {
  background: #f0f5f5;
  color: #102a36;
}

.zh-shipping-path a span {
  color: #267477;
  font-size: 11px;
  font-weight: 800;
}

.zh-stage-overview {
  padding: 64px 0 24px;
  background: #f5f7f7;
}

.zh-stage-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.zh-stage-cards li {
  min-width: 0;
  padding: 24px 20px;
  border: 1px solid #dfe5e8;
  border-radius: 14px;
  background: #ffffff;
}

.zh-stage-cards span {
  color: #267477;
  font-size: 12px;
  font-weight: 800;
}

.zh-stage-cards h3 {
  margin: 12px 0 8px;
  font-size: 18px;
}

.zh-stage-cards p {
  margin: 0 0 14px;
  color: #667077;
  font-size: 15px;
  line-height: 1.65;
}

.zh-stage-cards a {
  color: #17696c;
  font-size: 14px;
  font-weight: 720;
}

@media (max-width: 820px) {
  .zh-shipping-path__inner {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-block: 10px 12px;
  }

  .zh-shipping-path__inner > p {
    white-space: normal;
  }

  .zh-shipping-path ol {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px 8px;
  }

  .zh-shipping-path li {
    grid-column: span 2;
  }

  .zh-shipping-path li:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .zh-shipping-path li:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .zh-shipping-path a {
    justify-content: flex-start;
    padding-inline: 4px;
    font-size: 12px;
    text-align: left;
  }

  .zh-stage-cards {
    grid-template-columns: 1fr;
  }

  .zh-stage-cards li {
    padding: 20px;
  }
}
