/* SEO utilities — minimal visual impact */
.bw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bw-breadcrumb {
  font-size: 0.875rem;
  margin: 0;
  padding: 0.75rem 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.bw-breadcrumb li + li::before {
  content: "/";
  margin-right: 0.35rem;
  opacity: 0.5;
}

.bw-breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

#bw-faq details {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#bw-faq summary {
  cursor: pointer;
  list-style: none;
}

#bw-faq summary::-webkit-details-marker {
  display: none;
}

#bw-faq summary::after {
  content: "+";
  float: right;
  font-weight: 700;
}

#bw-faq details[open] summary::after {
  content: "−";
}
