@charset "UTF-8";
/* =========================================================
   TRACK YOUR ORDER – PARCELPANEL x SNUGGLY PLUSH
   Plik: style/tracking.scss  ->  kompilujesz do tracking.css
   ========================================================= */
/* 🔁 Zakres tylko dla strony Track Your Order */
body.page-id-123 {
  background: var(--color-light-sand);
  /* Główny wrapper treści WP */
  /* Tytuł strony */
  /* ===============
     GŁÓWNA KARTA (FORMULARZ)
     =============== */
  /* jeśli ParcelPanel ma swój wrapper, możesz tu podmienić klasę */
  /* pierwszy „biały box” z formularzem */
  /* Formularz – dwa bloki left/right */
  /* Labelki */
  /* Inputy */
  /* "Or" pomiędzy blokami */
  /* =========================
     Przyciski TRACK – odchudzone
     ========================= */
  /* ===============
     SEKCJA WYNIKÓW
     =============== */
  /* Nagłówek zamówienia */
  /* Timeline kroków */
  /* BOX Z MAPĄ + DETALE PRZEWOŹNIKA */
  /* LISTA ZDARZEŃ (TIMELINE TEKSTOWY) */
  /* STOPKA "Powered by ParcelPanel" */
  /* RESPONSYWNOŚĆ */
}
body.page-id-123 .site-main,
body.page-id-123 .entry-content {
  max-width: 900px;
  margin: 0 auto 48px;
  padding-inline: 24px;
}
body.page-id-123 .entry-title,
body.page-id-123 h1 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 32px 0 24px;
  color: var(--color-text-dark);
}
body.page-id-123 .pp-track-page-wrapper {
  /* podmień klasę po inspekcji */
}
body.page-id-123 .entry-content > div:first-of-type {
  background: #fbf7f2;
  border-radius: 18px;
  padding: 28px 28px 24px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 32px;
}
body.page-id-123 .entry-content form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  align-items: flex-end;
}
body.page-id-123 .entry-content form > div {
  flex: 1 1 260px;
  min-width: 0;
}
body.page-id-123 .entry-content label {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--color-text-muted, #7b6a5c);
  margin-bottom: 6px;
}
body.page-id-123 .entry-content input[type=text],
body.page-id-123 .entry-content input[type=email],
body.page-id-123 .entry-content input[type=tel],
body.page-id-123 .entry-content input[type=number] {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 14px;
  font-size: 0.95rem;
  background: #fffdf9;
  color: var(--color-text-dark);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
body.page-id-123 .entry-content input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
body.page-id-123 .entry-content input:focus {
  outline: none;
  border-color: var(--color-cozy-brown);
  box-shadow: 0 0 0 1px rgba(160, 110, 70, 0.4);
  background: #ffffff;
}
body.page-id-123 .entry-content .pp-track-or,
body.page-id-123 .entry-content .parcelpanel-or {
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a28c79;
  margin-top: 10px;
}
body.page-id-123 .entry-content button,
body.page-id-123 .entry-content .pp-track-btn,
body.page-id-123 .entry-content input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  /* było 10x28 – mniejszy „balon” */
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  /* było 0.95rem */
  font-weight: 500;
  /* było 600 – lżejszy tekst */
  letter-spacing: 0.03em;
  text-transform: none;
  /* bez CAPS, bardziej soft */
  background: var(--color-cozy-brown);
  color: #fffdf7;
  box-shadow: none;
  /* mniej „przyciskowy” look */
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
  min-height: 36px;
  /* mniej niż globalne 44px */
}
body.page-id-123 .entry-content button:hover,
body.page-id-123 .entry-content .pp-track-btn:hover,
body.page-id-123 .entry-content input[type=submit]:hover {
  background: #5f3a1d;
  box-shadow: 0 6px 16px rgba(92, 55, 28, 0.25);
  transform: translateY(-1px);
}
body.page-id-123 .entry-content button:active,
body.page-id-123 .entry-content .pp-track-btn:active,
body.page-id-123 .entry-content input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(92, 55, 28, 0.2);
}
body.page-id-123 h2,
body.page-id-123 .pp-order-title,
body.page-id-123 .parcelpanel-order-title {
  text-align: center;
  font-size: 1.4rem;
  margin: 24px 0 18px;
  font-weight: 600;
  color: var(--color-text-dark);
}
body.page-id-123 .pp-status-steps,
body.page-id-123 .parcelpanel-status-steps {
  max-width: 760px;
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
body.page-id-123 .pp-status-step,
body.page-id-123 .parcelpanel-status-step {
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #7b6a5c;
}
body.page-id-123 .pp-status-step__label,
body.page-id-123 .parcelpanel-status-step__label {
  margin-top: 6px;
  font-weight: 500;
}
body.page-id-123 .pp-tracking-layout,
body.page-id-123 .parcelpanel-tracking-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) minmax(0, 1.4fr);
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 32px;
}
body.page-id-123 .pp-tracking-map,
body.page-id-123 .parcelpanel-tracking-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
body.page-id-123 .pp-tracking-sidebar,
body.page-id-123 .parcelpanel-tracking-sidebar {
  background: #fbf7f2;
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 0.9rem;
  color: #3a2b20;
}
body.page-id-123 .pp-tracking-sidebar h3,
body.page-id-123 .parcelpanel-tracking-sidebar h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b6a4f;
  margin-bottom: 8px;
}
body.page-id-123 .pp-tracking-sidebar .carrier-name,
body.page-id-123 .parcelpanel-tracking-sidebar .carrier-name {
  font-weight: 600;
  margin-bottom: 4px;
}
body.page-id-123 .pp-tracking-sidebar .tracking-number,
body.page-id-123 .parcelpanel-tracking-sidebar .tracking-number {
  font-family: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.82rem;
  background: #fff;
  padding: 6px 8px;
  border-radius: 8px;
  margin: 6px 0 10px;
}
body.page-id-123 .pp-events-list,
body.page-id-123 .parcelpanel-events-list {
  margin-top: 8px;
}
body.page-id-123 .pp-event,
body.page-id-123 .parcelpanel-event {
  background: #fffdf9;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 6px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 0.85rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body.page-id-123 .pp-event__date,
body.page-id-123 .parcelpanel-event__date {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9c8470;
}
body.page-id-123 .pp-event__text,
body.page-id-123 .parcelpanel-event__text {
  color: #3a2b20;
}
body.page-id-123 .pp-powered-by,
body.page-id-123 .parcelpanel-powered-by {
  font-size: 0.75rem;
  color: #b29c86;
  text-align: right;
  margin-top: 8px;
}
@media (max-width: 768px) {
  body.page-id-123 .site-main,
body.page-id-123 .entry-content {
    padding-inline: 16px;
  }
  body.page-id-123 .entry-content > div:first-of-type {
    padding: 20px 16px 18px;
  }
  body.page-id-123 .entry-content form {
    flex-direction: column;
    align-items: stretch;
  }
  body.page-id-123 .pp-tracking-layout,
body.page-id-123 .parcelpanel-tracking-layout {
    grid-template-columns: 1fr;
  }
}

#pp-root .pp_timeline .timeline-item__wrapper[style] {
  background: #ffffff !important;
}

#pp-root .pp_timeline .timeline-item__wrapper.pp_timeline-card {
  background: #ffffff !important;
}

/*# sourceMappingURL=tracking.css.map */
