/* =========================================
   17. TRACKING PAGE STYLES & UTILS
   ========================================= */
.tracking-hero-subtitle {
  color: #c1bdb5;
  margin-bottom: 25px;
}
.tracking-center-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}
.tracking-form-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.tracking-form-wrapper .tracking-input-flex {
  flex: 1;
  width: 100%;
  max-width: none;
}
.tracking-result {
  display: block;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  margin: 16px auto 0;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #12110f;
  line-height: 1.5;
  text-align: center;
}
.tracking-result.success { border-color: #315e3c; color: #71cd89; }
.tracking-result.error { border-color: #6b3732; color: #e9867b; }
.animate-delay-3 {
  animation-delay: 0.4s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.tracking-info-box {
  margin-top: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.tracking-list {
  padding-left: 20px;
}
.tracking-list li {
  margin-bottom: 8px;
}
.mt-40 {
  margin-top: 40px;
}
.grid-cols-1 {
  grid-template-columns: 1fr;
}
.gap-15 {
  gap: 15px;
}
.contact-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}
.mb-0 {
  margin-bottom: 0;
}
.gold-link {
  color: var(--gold);
  text-decoration: none;
}
