/* ============================================================
   Amazon PPC Management — page.css
   Extends ../../style.css + ../page.css (amazon-services hub)
   All hero reductions inherited from ../page.css
   ============================================================ */

/* ── 3-level breadcrumb separator ───────────────────────────── */
.svc-bc-sep {
  font-size: 0.85rem;
  line-height: 1;
  opacity: 0.35;
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  user-select: none;
}

/* ── Audit-bridge section background ────────────────────────── */
.ppc-bridge-section {
  background: var(--bg);
}

.ppc-bridge-inner {
  max-width: 860px;
}
