/* 简道云 FAQ 200 问 */
.jdy-faq-hub {
  scroll-margin-top: 120px;
}
.jdy-faq-search-wrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}
.jdy-faq-search-wrap i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}
.jdy-faq-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.jdy-faq-search:focus {
  outline: none;
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}
.jdy-faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.jdy-faq-filter {
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.8125rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}
.jdy-faq-filter:hover,
.jdy-faq-filter.is-active {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.08);
  color: #047857;
  font-weight: 600;
}
.jdy-faq-item {
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  transition: box-shadow 0.2s ease;
}
.jdy-faq-item:hover {
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}
.jdy-faq-num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}
.jdy-faq-cat {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 9999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.6875rem;
  font-weight: 600;
}
.jdy-faq-blog-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.04));
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #047857;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.jdy-faq-blog-link:hover {
  background: #10b981;
  color: #fff;
  border-color: #10b981;
}
.jdy-faq-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.jdy-faq-page {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.875rem;
  cursor: pointer;
}
.jdy-faq-page:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.jdy-faq-page:not(:disabled):hover {
  border-color: #10b981;
  color: #047857;
}
