/* Keep the theme's native overlay header and active-link treatment. */
body.logiconnect-tracking-page .elementor-283 .elementor-element.elementor-element-4921e130 #menu-item-651 > a::after {
  display: none;
}

body.logiconnect-tracking-page .elementor-283 .elementor-element.elementor-element-4921e130 #menu-item-651 > a {
  color: #d69f00 !important;
}

body.logiconnect-tracking-page {
  overflow-x: hidden;
  overflow-x: clip;
}

.lc-tracker {
  --lc-yellow: #fbbe08;
  --lc-yellow-soft: #fff6d8;
  --lc-ink: #181818;
  --lc-muted: #6d7278;
  --lc-line: #e8e8e8;
  --lc-surface: #ffffff;
  --lc-success: #16804b;
  --lc-danger: #b42318;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--lc-ink);
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lc-tracker *,
.lc-tracker *::before,
.lc-tracker *::after {
  box-sizing: border-box;
}

.lc-tracker [hidden] {
  display: none !important;
}

.lc-tracker__intro {
  position: relative;
  display: grid;
  width: 100vw;
  min-height: 395px;
  margin-left: calc(50% - 50vw);
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  overflow: hidden;
  padding: 140px clamp(28px, 6vw, 82px) 64px;
  background: #f5f5f5;
  color: var(--lc-ink);
}

.lc-tracker__intro::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(2, 7, 16, 0);
  background-image: url("/wp-content/uploads/2024/09/4h42-4.png");
  background-position: -24% 19%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.lc-tracker__intro::after {
  display: none;
}

.lc-tracker__intro-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  text-align: center;
}

.lc-tracker__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--lc-yellow);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

.lc-tracker__eyebrow::before {
  display: none;
}

.lc-tracker__intro h2 {
  margin: 0;
  color: var(--lc-ink);
  font-size: clamp(46px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: -0.027em;
  line-height: 1.1;
}

.lc-tracker__intro p {
  max-width: 650px;
  margin: 16px auto 0;
  color: #5c6166;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.55;
}

.lc-tracker__route-art {
  display: none;
}

.lc-tracker__route-art svg {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  overflow: visible;
}

.lc-tracker__route-art circle {
  fill: var(--lc-yellow);
  stroke: #fff;
  stroke-width: 3;
}

.lc-tracker__route-path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.45);
  stroke-dasharray: 5 8;
  stroke-linecap: round;
  stroke-width: 2;
}

.lc-tracker__plane {
  fill: var(--lc-yellow);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3));
  transform-origin: center;
  animation: lc-plane-float 4s ease-in-out infinite;
}

@keyframes lc-plane-float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-5px) rotate(1deg); }
}

.lc-tracker__search-card {
  position: relative;
  z-index: 3;
  width: calc(100% - clamp(32px, 9vw, 110px));
  margin: clamp(-44px, -5vw, -34px) auto 0;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: 0 22px 55px rgba(16, 24, 40, 0.12);
}

.lc-tracker__label {
  display: block;
  margin-bottom: 10px;
  color: #292929;
  font-size: 14px;
  font-weight: 700;
}

.lc-tracker__field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.lc-tracker__input-wrap {
  position: relative;
}

.lc-tracker__input-wrap > svg {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 23px;
  height: 23px;
  fill: #70757a;
  transform: translateY(-50%);
  pointer-events: none;
}

.lc-tracker .lc-tracker__input {
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 20px 0 56px;
  border: 1px solid #d8dadd;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #171717;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.035em;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lc-tracker .lc-tracker__input::placeholder {
  color: #9a9da1;
  font-weight: 400;
  letter-spacing: 0;
}

.lc-tracker .lc-tracker__input:focus {
  border-color: var(--lc-yellow);
  box-shadow: 0 0 0 4px rgba(251, 190, 8, 0.16);
}

.lc-tracker .lc-tracker__button {
  display: inline-flex;
  min-width: 190px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0 25px;
  border: 1px solid var(--lc-yellow);
  border-radius: 0;
  background: var(--lc-yellow);
  color: #171717;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.lc-tracker .lc-tracker__button:hover,
.lc-tracker .lc-tracker__button:focus-visible {
  border-color: var(--lc-ink);
  background: var(--lc-ink);
  color: #fff;
}

.lc-tracker .lc-tracker__button:disabled {
  cursor: wait;
  opacity: 0.82;
}

.lc-tracker__button > svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.lc-tracker__spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: lc-spin 750ms linear infinite;
}

.lc-tracker.is-loading .lc-tracker__spinner { display: block; }
.lc-tracker.is-loading .lc-tracker__button > svg { display: none; }

@keyframes lc-spin { to { transform: rotate(360deg); } }

.lc-tracker__help {
  margin: 10px 0 0;
  color: var(--lc-muted);
  font-size: 13px;
}

.lc-tracker__notice {
  margin-top: 18px;
  padding: 13px 16px;
  border-left: 3px solid var(--lc-yellow);
  background: var(--lc-yellow-soft);
  color: #5b4805;
  font-size: 15px;
}

.lc-tracker__notice.is-error {
  border-left-color: var(--lc-danger);
  background: #fff1f0;
  color: #8f1f17;
}

.lc-tracker__results {
  display: grid;
  gap: 26px;
  width: calc(100% - clamp(32px, 9vw, 110px));
  margin: 32px auto 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.lc-tracker__results.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lc-tracker__panel {
  overflow: hidden;
  border: 1px solid #e2e4e7;
  background: var(--lc-surface);
  box-shadow: 0 15px 42px rgba(16, 24, 40, 0.07);
}

.lc-tracker__result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 27px clamp(22px, 4vw, 40px);
  border-bottom: 1px solid var(--lc-line);
}

.lc-tracker__result-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.lc-tracker__result-label,
.lc-tracker__fact span,
.lc-tracker__route-place span {
  display: block;
  margin-bottom: 4px;
  color: var(--lc-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lc-tracker__awb-value {
  font-size: clamp(21px, 3vw, 28px);
  letter-spacing: 0.025em;
}

.lc-tracker .lc-tracker__print-button {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #d9dcdf;
  border-radius: 4px;
  background: #fff;
  color: #242424;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.lc-tracker .lc-tracker__print-button:hover,
.lc-tracker .lc-tracker__print-button:focus-visible {
  border-color: var(--lc-yellow);
  background: var(--lc-yellow-soft);
  color: #5f4800;
}

.lc-tracker__print-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.lc-tracker__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #f3f4f5;
  color: #4b5157;
  font-size: 13px;
  font-weight: 700;
}

.lc-tracker__status-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.lc-tracker__status-pill.is-delivered { background: #eaf8f0; color: var(--lc-success); }
.lc-tracker__status-pill.is-transit { background: #eaf3ff; color: #1769aa; }
.lc-tracker__status-pill.is-exception { background: #fff0ef; color: var(--lc-danger); }
.lc-tracker__status-pill.is-pending { background: var(--lc-yellow-soft); color: #6b5200; }

.lc-tracker__route {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(100px, 1.7fr) minmax(100px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 33px clamp(22px, 4vw, 40px);
  border-bottom: 1px solid var(--lc-line);
  background: #fafafa;
}

.lc-tracker__route-place strong {
  font-size: clamp(18px, 3vw, 24px);
}

.lc-tracker__route-place--destination { text-align: right; }

.lc-tracker__route-line {
  position: relative;
  height: 2px;
  background: repeating-linear-gradient(to right, #b1b4b8 0 5px, transparent 5px 10px);
}

.lc-tracker__route-line::before,
.lc-tracker__route-line::after {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--lc-yellow);
  box-shadow: 0 0 0 1px var(--lc-yellow);
  content: "";
  transform: translateY(-50%);
}

.lc-tracker__route-line::before { left: 0; }
.lc-tracker__route-line::after { right: 0; }

.lc-tracker__route-line i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--lc-ink);
  border-right: 2px solid var(--lc-ink);
  transform: translate(-50%, -50%) rotate(45deg);
}

.lc-tracker__facts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #fff;
}

.lc-tracker__fact {
  position: relative;
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  justify-content: center;
  min-height: 105px;
  padding: 25px clamp(20px, 3vw, 32px);
  border-right: 1px solid var(--lc-line);
  transition: background-color 250ms ease, box-shadow 250ms ease;
}

.lc-tracker__fact:nth-child(-n+2) { grid-column: span 3; }
.lc-tracker__fact:nth-child(n+3) { border-top: 1px solid var(--lc-line); }
.lc-tracker__fact:nth-child(2),
.lc-tracker__fact:nth-child(5) { border-right: 0; }
.lc-tracker__fact:hover {
  background: #fffdf4;
  box-shadow: inset 0 3px 0 var(--lc-yellow);
}
.lc-tracker__fact strong { color: #202124; font-size: 17px; }

.lc-tracker__results.is-visible > .lc-tracker__panel {
  animation: lc-panel-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lc-tracker__results.is-visible > .lc-tracker__panel:nth-child(2) { animation-delay: 90ms; }
.lc-tracker__results.is-visible > .lc-tracker__panel:nth-child(3) { animation-delay: 160ms; }

@keyframes lc-panel-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lc-tracker__progress-section {
  padding: clamp(30px, 5vw, 46px) clamp(22px, 5vw, 52px) clamp(34px, 5vw, 48px);
  border-top: 1px solid var(--lc-line);
  background: linear-gradient(180deg, #fcfcfc 0%, #fff 100%);
}

.lc-tracker__progress-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.lc-tracker__panel-label,
.lc-tracker__section-title > span {
  color: #8a6500;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lc-tracker__progress-heading h3,
.lc-tracker__section-title > strong {
  display: block;
  margin: 5px 0 0;
  color: var(--lc-ink);
  font-size: clamp(25px, 4vw, 34px);
  font-weight: 700;
  line-height: 1.15;
}

.lc-tracker__progress-viewport {
  margin-top: 32px;
  overflow-x: auto;
  padding: 7px 2px 4px;
  scrollbar-color: #c9ccd0 transparent;
  scrollbar-width: thin;
}

.lc-tracker__progress-visual {
  position: relative;
  min-width: 630px;
}

.lc-tracker__progress-track {
  position: absolute;
  top: 21px;
  right: 12.5%;
  left: 12.5%;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e0e2e5;
}

.lc-tracker__progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--lc-ink);
  transition: width 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lc-tracker__progress-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.lc-tracker__progress-step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  color: #7b8085;
  text-align: center;
}

.lc-tracker__results.is-visible .lc-tracker__progress-step {
  animation: lc-step-enter 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(180ms + var(--lc-step-delay, 0ms));
}

@keyframes lc-step-enter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lc-tracker__progress-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #d9dde1;
  box-shadow: 0 0 0 1px #d9dde1;
  color: #6f757b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.lc-tracker__progress-step.is-past,
.lc-tracker__progress-step.is-current {
  color: var(--lc-ink);
}

.lc-tracker__progress-step.is-past .lc-tracker__progress-icon {
  background: var(--lc-ink);
  box-shadow: 0 0 0 1px var(--lc-ink);
  color: #fff;
}

.lc-tracker__progress-step.is-current .lc-tracker__progress-icon {
  background: var(--lc-yellow);
  box-shadow: 0 0 0 1px var(--lc-yellow), 0 0 0 8px rgba(251, 190, 8, 0.16);
  color: var(--lc-ink);
}

.lc-tracker__progress-step.is-current .lc-tracker__progress-icon::after,
.lc-tracker__event.is-current .lc-tracker__event-marker::after {
  position: absolute;
  inset: -10px;
  border: 2px solid rgba(251, 190, 8, 0.75);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  animation: lc-current-pulse 1.9s ease-out infinite;
}

@keyframes lc-current-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.82);
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.lc-tracker__progress-step.is-upcoming .lc-tracker__progress-icon {
  background: #f1f2f3;
  box-shadow: 0 0 0 1px #d5d8dc;
  color: #9aa0a6;
}

.lc-tracker__progress-step strong {
  color: currentColor;
  font-size: 15px;
  font-weight: 700;
}

.lc-tracker__progress-current-tag {
  display: inline-flex;
  min-height: 18px;
  align-items: center;
  margin-top: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--lc-yellow-soft);
  color: #725500;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
  visibility: hidden;
}

.lc-tracker__progress-step.is-current .lc-tracker__progress-current-tag {
  visibility: visible;
}

.lc-tracker__timeline-section {
  padding: 0;
}

.lc-tracker__timeline-toggle {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(22px, 5vw, 52px);
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease;
}

.lc-tracker__timeline-toggle::-webkit-details-marker { display: none; }

.lc-tracker__timeline-toggle:hover,
.lc-tracker__timeline-toggle:focus-visible {
  outline: none;
  background: #fafafa;
}

.lc-tracker__section-title {
  display: block;
  min-width: 0;
}

.lc-tracker__history-meta {
  display: block;
  margin-top: 8px;
  color: var(--lc-muted);
  font-size: 13px;
  font-weight: 600;
}

.lc-tracker__accordion-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: #3f4347;
  font-size: 13px;
  font-weight: 700;
}

.lc-tracker__accordion-label--open { display: none; }
.lc-tracker__timeline-section[open] .lc-tracker__accordion-label--closed { display: none; }
.lc-tracker__timeline-section[open] .lc-tracker__accordion-label--open { display: inline; }

.lc-tracker__accordion-action svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border: 1px solid #dcdfe2;
  border-radius: 50%;
  background: #fff;
  fill: currentColor;
  transition: border-color 180ms ease, background-color 180ms ease, transform 260ms ease;
}

.lc-tracker__timeline-toggle:hover .lc-tracker__accordion-action svg {
  border-color: var(--lc-yellow);
  background: var(--lc-yellow-soft);
}

.lc-tracker__timeline-section[open] .lc-tracker__accordion-action svg {
  transform: rotate(180deg);
}

.lc-tracker__timeline-body {
  padding: clamp(30px, 5vw, 44px) clamp(22px, 5vw, 52px) 30px;
  border-top: 1px solid var(--lc-line);
}

.lc-tracker__timeline-section[open] .lc-tracker__timeline-body {
  animation: lc-accordion-reveal 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes lc-accordion-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lc-tracker__timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lc-tracker__event {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  min-height: 116px;
  padding: 0 0 30px;
}

.lc-tracker__event:not(:last-child)::before {
  position: absolute;
  top: 45px;
  bottom: -2px;
  left: 22px;
  width: 3px;
  border-radius: 999px;
  background: #d4d6d9;
  content: "";
}

.lc-tracker__event-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--lc-ink);
  box-shadow: 0 0 0 1px var(--lc-ink);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.lc-tracker__event.is-current .lc-tracker__event-marker {
  position: relative;
  background: var(--lc-yellow);
  box-shadow: 0 0 0 1px var(--lc-yellow), 0 0 0 7px rgba(251, 190, 8, 0.14);
  color: var(--lc-ink);
}

.lc-tracker__event.is-exception .lc-tracker__event-marker {
  background: var(--lc-danger);
  box-shadow: 0 0 0 1px var(--lc-danger);
  color: #fff;
}

.lc-tracker__event-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lc-tracker__event-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.lc-tracker__event-head strong { color: #202124; font-size: 18px; }
.lc-tracker__event-head time { flex: 0 0 auto; color: #7b8085; font-size: 13px; }

.lc-tracker__current-tag {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--lc-yellow-soft);
  color: #725500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lc-tracker__event-location {
  display: block;
  margin-top: 5px;
  color: #4b5157;
  font-size: 14px;
  font-weight: 600;
}

.lc-tracker__event-content p {
  margin: 5px 0 0;
  color: var(--lc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.lc-tracker__timeline-section[open] .lc-tracker__event {
  animation: lc-event-enter 400ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--lc-event-delay, 0ms);
}

@keyframes lc-event-enter {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .lc-tracker__intro {
    grid-template-columns: 1fr;
    min-height: 360px;
    padding: 126px 24px 62px;
  }

  .lc-tracker__intro::before {
    background-position: center 20%;
  }

  .lc-tracker__route-art {
    display: none;
  }

  .lc-tracker__search-card,
  .lc-tracker__results {
    width: calc(100% - 24px);
  }

  .lc-tracker__field-row { grid-template-columns: 1fr; }
  .lc-tracker .lc-tracker__button { width: 100%; }

  .lc-tracker__result-head {
    gap: 16px;
  }

  .lc-tracker__route {
    grid-template-columns: 1fr 55px 1fr;
    gap: 10px;
  }

  .lc-tracker__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-tracker__fact,
  .lc-tracker__fact:nth-child(-n+2),
  .lc-tracker__fact:nth-child(n+3) {
    grid-column: auto;
  }

  .lc-tracker__fact { border-right: 1px solid var(--lc-line); }
  .lc-tracker__fact:nth-child(2n) { border-right: 0; }
  .lc-tracker__fact:nth-child(n+3) { border-top: 1px solid var(--lc-line); }
  .lc-tracker__fact:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .lc-tracker__progress-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .lc-tracker__progress-viewport {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 8px;
    padding-bottom: 11px;
    padding-left: 8px;
  }

  .lc-tracker__progress-visual { min-width: 560px; }

  .lc-tracker__timeline-toggle {
    min-height: 112px;
    gap: 12px;
  }

  .lc-tracker__accordion-label {
    display: none !important;
  }

  .lc-tracker__event-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

@media (max-width: 430px) {
  .lc-tracker__result-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lc-tracker__facts {
    grid-template-columns: 1fr;
  }

  .lc-tracker__fact,
  .lc-tracker__fact:nth-child(-n+2),
  .lc-tracker__fact:nth-child(n+3),
  .lc-tracker__fact:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .lc-tracker__fact:first-child { border-top: 0; }
  .lc-tracker__fact:nth-child(n+2) { border-top: 1px solid var(--lc-line); }
}

@media print {
  body.logiconnect-tracking-page .ekit-template-content-header,
  body.logiconnect-tracking-page .lc-tracker__intro,
  body.logiconnect-tracking-page .lc-tracker__search-card,
  body.logiconnect-tracking-page .lc-tracker__print-button {
    display: none !important;
  }

  body.logiconnect-tracking-page .lc-tracker,
  body.logiconnect-tracking-page .lc-tracker__results {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  body.logiconnect-tracking-page .lc-tracker__results {
    gap: 14px;
    opacity: 1;
    transform: none;
  }

  body.logiconnect-tracking-page .lc-tracker__panel {
    break-inside: avoid;
    box-shadow: none;
  }

  body.logiconnect-tracking-page .lc-tracker__progress-viewport {
    overflow: visible;
  }

  body.logiconnect-tracking-page .lc-tracker__timeline-body {
    display: block !important;
  }

  body.logiconnect-tracking-page .lc-tracker__accordion-action {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lc-tracker *,
  .lc-tracker *::before,
  .lc-tracker *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
