/* PopQuest CSE Breadcrumbs — v1.0.4 */

/* Ensure PQFRANKLIN is available even on mobile */
@font-face{
  font-family: 'PQFRANKLIN';
  src: url('/wp-content/plugins/managed-footer-builder/assets/fonts/pqfranklin.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.pq-cse-bc{
  width:100%;
  display:block;
  padding: 14px 0 18px;
}

.pq-cse-bc__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap: 10px;
  justify-content:center;
}

.pq-cse-bc__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #91F88D;
  color:#000;
  text-decoration:none !important;
  box-shadow: none;
  font-family: 'PQFRANKLIN', 'Archivo Black', Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pq-cse-bc__pill--current{ opacity: .9; }

.pq-cse-bc__sep{
  opacity: .45;
  font-weight: 700;
  transform: translateY(-1px);
}

.pq-cse-bc__pill:hover,
.pq-cse-bc__pill:focus-visible{
  color:#000 !important;
  text-decoration:none !important;
  box-shadow: 0 0 0 3px rgba(145,248,141,0.35);
}

@media (max-width: 480px){
  .pq-cse-bc__pill{ padding: 9px 14px; font-size: 13px; }
}
