
/* Buying guide-specific enhancements */

.hero-eyebrow {
  font-size:0.75rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  margin-bottom:6px;
}
.hero-eyebrow a {
  color:var(--muted);
  text-decoration:none;
}
.hero-eyebrow a:hover {
  text-decoration:underline;
}

.hero-meta {
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  align-items:center;
  margin-top:10px;
  font-size:0.8rem;
  color:var(--muted);
}
.hero-start-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 14px;
  border-radius:999px;
  background:var(--primary);
  color:#fff;
  text-decoration:none;
  font-size:0.85rem;
  font-weight:600;
}
.hero-start-btn:hover {
  background:#0b4c8f;
}

/* Step CTA link under each panel */
.step-body .step-link {
  margin-top:6px;
  font-size:0.85rem;
}
.step-body .step-link a {
  color:var(--primary);
  text-decoration:none;
  font-weight:600;
}
.step-body .step-link a:hover {
  text-decoration:underline;
}

/* More buyers' resources side column */
.more-buyer-resources {
  display:flex;
  flex-direction:column;
  gap:12px;
}
.more-buyer-resources > h2 {
  font-size:1.05rem;
  margin:0 0 4px;
}
.more-buyer-resources > p {
  font-size:0.85rem;
  color:var(--muted);
  margin:0 0 8px;
}
.more-buyer-card {
  background:#fff;
  border-radius:14px;
  border:1px solid var(--border);
  padding:12px 14px;
}
.more-buyer-card h3 {
  margin:0 0 6px;
  font-size:0.98rem;
}
.more-buyer-card p {
  margin:0 0 6px;
  font-size:0.82rem;
  color:var(--muted);
}
.more-buyer-card a {
  font-size:0.82rem;
  text-decoration:none;
  color:#0f172a;
  font-weight:600;
}
.more-buyer-card a span {
  font-size:1rem;
}
.more-buyer-card a:hover {
  text-decoration:underline;
}

/* FAQ panel */
.guide-faq {
  margin-top:64px;
}
.guide-faq-inner {
  background:#ffffff;
  border-radius:16px;
  border:1px solid var(--border);
  padding:16px 20px 18px;
}
.guide-faq h2 {
  font-size:1.2rem;
  margin:0 0 12px;
}
.guide-faq dt {
  font-weight:600;
  margin-top:12px;
  font-size:0.95rem;
}
.guide-faq dd {
  margin:4px 0 0 0;
  font-size:0.9rem;
  color:#0f172a;
}

/* Stack columns on small screens */
@media (max-width:768px){
  .guide-layout {
    grid-template-columns:1fr;
  }
  .more-buyer-resources {
    margin-top:20px;
  }
}



/* Option 3 styling */
.more-buyer-resources {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}
.more-buyer-resources .resource-card {
  background: #ffffff;
  border-left: 4px solid #005eb8;
  padding: 16px 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.more-buyer-resources .resource-card h4 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
}
.more-buyer-resources .resource-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.more-buyer-resources .resource-card a {
  color: #005eb8;
  text-decoration: none;
}
.more-buyer-resources .resource-card a:hover {
  text-decoration: underline;
}


/* Tiny arrows for sidebar links (On this page / Other guides) */
aside .sidebar-card ul li a {
  position: relative;
  padding-right: 0.4em;
}

aside .sidebar-card ul li a::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.8em;
  opacity: 0.7;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

aside .sidebar-card ul li a:hover::after,
aside .sidebar-card ul li a:focus-visible::after {
  transform: translateX(2px);
  opacity: 1;
}


/* Sidebar search (clean, no card) */
.sidebar-search {
  margin-bottom: 1.4rem;
}

.sidebar-search input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--mid-grey, #cbd5e1);
  border-radius: 6px;
  font-size: 0.95rem;
  background: #ffffff;
}

.sidebar-search input:focus {
  outline: 2px solid var(--navy, #0a2342);
  border-color: var(--navy, #0a2342);
}

/* Visually hidden label for accessibility */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}


.sidebar-search-empty {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #64748b;
}

.sidebar-search-empty--visible {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}


/* === Sidebar circle-arrow override (added by request) === */
.article-layout aside .sidebar-tools-list a::after,
.article-layout aside .sidebar-list a::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.15);
  margin-left: 8px;
  font-size: 0.75em;
}

.jargon-search-container { margin: 20px 0; }
#jargon-search-input { width:100%; padding:10px; font-size:1rem; }


/* Jargon buster extras: search + FAQ accordion */
.jargon-search-container {
  margin: 2rem 0 1.5rem;
}

#jargon-search-input {
  width: 100%;
  max-width: 460px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #d2d6dc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: #ffffff;
}

#jargon-search-input:focus {
  border-color: #0a2342;
  box-shadow: 0 0 0 3px rgba(10, 35, 66, 0.15);
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  background: #fafbfc;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-item[open] {
  background: #ffffff;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "▾";
  float: right;
  font-size: 0.9rem;
  transform: translateY(1px);
}

.faq-item[open] summary::after {
  content: "▴";
}

.faq-answer {
  margin-top: 0.5rem;
}
