.apcph-pd {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #1b2733;
}

.apcph-pd-bars {
  display: flex;
  width: 100%;
  height: 8px;
  margin: 0 0 24px;
}
.apcph-pd-bars span { flex: 1; }
.apcph-pd-bars span:nth-child(1) { background: #3aa757; }
.apcph-pd-bars span:nth-child(2) { background: #1f6fb2; }
.apcph-pd-bars span:nth-child(3) { background: #e0392c; }
.apcph-pd-bars span:nth-child(4) { background: #f5a623; }

.apcph-pd-title {
  text-align: center;
  color: #1f6fb2;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 8px;
}

.apcph-pd-subtitle {
  text-align: center;
  color: #5b6b7a;
  margin: 0 0 24px;
}

.apcph-pd-back {
  display: inline-block;
  margin-bottom: 18px;
  color: #1f6fb2;
  text-decoration: none;
  font-weight: 600;
}
.apcph-pd-back:hover { text-decoration: underline; }

.apcph-pd-nav-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.apcph-pd-tile {
  display: block;
  padding: 18px 22px;
  background: linear-gradient(180deg, #4a7ab5 0%, #3d6699 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.apcph-pd-tile:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.16);
}
.apcph-pd-count {
  font-weight: 400;
  text-transform: none;
  opacity: 0.85;
}

.apcph-pd-poster-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.apcph-pd-poster-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px 16px;
  padding: 14px 4px;
  border-bottom: 1px solid #e3ecf3;
}
.apcph-pd-poster-list a {
  color: #1b2733;
  font-weight: 600;
  text-decoration: none;
}
.apcph-pd-poster-list a:hover {
  color: #1f6fb2;
  text-decoration: underline;
}
.apcph-pd-pending {
  color: #1b2733;
  font-weight: 600;
}
.apcph-pd-id {
  flex-shrink: 0;
  color: #7a8a99;
  font-size: 13px;
  white-space: nowrap;
}
