/* ══════════════════════════════════════════════════════════════════
   TOP BAR
   ══════════════════════════════════════════════════════════════════ */

   .pp-topbar {
    background: #fff0f8;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #555;
    letter-spacing: .02em;
    border-bottom: 1px solid #f8c6e8;
  }
  .pp-topbar span   { margin: 0 16px; }
  .pp-topbar strong { color: #f959c4; font-weight: 700; }