.ptp-hub { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align:center; padding: 18px 12px 6px; }
.ptp-hub .ptp-label { font-size:12px; letter-spacing:.2em; text-transform:uppercase; font-weight:700; color:#e6c34a; margin:0 0 12px; }
.ptp-hub .ptp-row { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin:0 0 22px; }
.ptp-hub a.ptp-chip {
  display:inline-flex; align-items:center; gap:9px;
  padding:9px 16px 9px 12px; border-radius:999px;
  background:rgba(20,4,6,.32); border:1px solid rgba(235,196,92,.5);
  color:#f6e3b8; font-size:14px; font-weight:600; line-height:1; text-decoration:none;
  transition:transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.ptp-hub a.ptp-chip svg { width:18px; height:18px; fill:currentColor; flex:0 0 18px; }
.ptp-hub a.ptp-chip:hover { transform:translateY(-2px); background:#e6c34a; color:#14060a; border-color:#e6c34a; }
.ptp-hub .ptp-div { width:64px; height:1px; background:rgba(235,196,92,.4); margin:2px auto 20px; border:0; }