/* Browning PC — How-To section styles.
   Loaded ONLY on /how-to/ pages, on top of ../styles.css + ../blog/blog.css
   (which already provide .page-header, .blog-post-container, .blog-step-card,
   .blog-step-icon, .blog-list, .blog-cta-box, .cta-banner, .blog-tip,
   .blog-alert-box, .blog-tag*, .blog-grid, .blog-card). Only NEW rules here. */

/* Navigational path: Settings › General › Reset  (chips with auto separators) */
.howto-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .1rem;
  margin: .8rem 0 .3rem;
  padding: 0;
  list-style: none;
  font-size: .92rem;
}
.howto-path span {
  display: inline-block;
  background: #eef2ff;
  color: #1e3a8a;
  border: 1px solid #c7d2fe;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 600;
  white-space: nowrap;
}
.howto-path span:not(:first-child)::before {
  content: "\203A";              /* › */
  color: #94a3b8;
  font-weight: 700;
  margin: 0 .5rem 0 -.05rem;
}

/* "Time / Cost / What you'll need" info panel */
.howto-meta-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 5px solid #2563eb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 0 0 1.75rem;
}
.howto-meta-box p { margin: 0 !important; line-height: 1.9; color: #1e293b; }

/* Decorative hero illustration */
.howto-hero { margin: 0 0 1.75rem; }
.howto-hero picture,
.howto-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.howto-hero figcaption {
  font-size: .8rem;
  color: #94a3b8;
  text-align: center;
  margin-top: .5rem;
  font-style: italic;
}

/* Hub: category section heading + jump nav */
.howto-cat-heading {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark, #0a2a5e);
  max-width: 860px;
  margin: 2.75rem auto 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #e2e8f0;
}
.howto-cat-heading:first-of-type { margin-top: 1rem; }

.howto-jump {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  max-width: 860px;
  margin: 0 auto 1.5rem;
  justify-content: center;
}
.howto-jump a {
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  color: #1e3a8a;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 20px;
  padding: .35rem .9rem;
}
.howto-jump a:hover { background: #e0e7ff; }

@media (max-width: 600px) {
  .howto-path { font-size: .84rem; }
  .howto-cat-heading { font-size: 1.3rem; }
}
