/* TASK-P1 / 2026-08-09
   Trust and accessibility hardening for district pages.
   Loaded last so this layer can be rolled back independently. */

/* The data timestamp is a separate system state, not part of the schedule copy. */
.district-page .ph-today-freshness {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  color: #46504b !important;
  font-size: 12px;
  font-weight: 600;
}

.district-page .ph-today-freshness::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #6b7280;
  content: "";
}

.district-page .ph-today-freshness.is-fresh::before { background: #589529; }
.district-page .ph-today-freshness.is-stale::before { background: #a66a00; }
.district-page .ph-today-freshness.is-unavailable::before { background: #b42318; }

.district-page .ph-today-caveat {
  margin-top: 2px;
  color: #555 !important;
  font-size: 13px;
  font-weight: 500;
}

.district-page .ph-today-caveat[hidden] { display: none !important; }

/* Muted microcopy remains visually quiet while meeting WCAG AA on its surface. */
.district-page .ph-report-note,
.district-page .ph-map-launch-kicker,
.district-page .phx-reserve-note,
.district-page .ph-footer .ph-disclaimer,
.district-page .ph-footer .ph-footer-meta {
  color: #555;
}

/* Meaningful text links and modal controls get a minimum 44px pointer target. */
.district-page .ph-logo,
.district-page .ph-breadcrumbs a,
.district-page .ph-help-list a,
.district-page a[href^="tel:"],
.district-page .ph-faq-link,
.district-page .ph-related-back,
.district-page .ph-footer-meta a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.district-page .ph-noaddr .ph-report-inline[data-district-report-open][data-report-placement="help"] {
  min-height: 44px !important;
  padding-block: 10px !important;
}

.district-page .phx-exit-x {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

.district-page .phx-exit-skip {
  display: flex;
  width: fit-content;
  min-width: 88px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 14px;
}

/* The commercial action follows the current lime-and-graphite Persentr system. */
.district-page .phx-exit-button {
  background: var(--ph-lime) !important;
  color: #14200f !important;
  box-shadow: 0 14px 30px rgba(91, 155, 37, 0.20);
}

.district-page .phx-exit-button:hover {
  background: #98d75d !important;
  box-shadow: 0 18px 34px rgba(91, 155, 37, 0.25);
}

@media (max-width: 760px) {
  .district-page .ph-breadcrumbs a,
  .district-page .ph-faq-link,
  .district-page .ph-related-back {
    min-height: 44px;
  }
}
