/* Chanakya SEO AI - Frontend Styles */
.chanakya-breadcrumbs {
  padding: 12px 0;
  font-size: 14px;
  color: #666;
}

.chanakya-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.chanakya-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.chanakya-breadcrumbs li:not(:last-child)::after {
  content: " > ";
  margin: 0 8px;
  color: #ccc;
}

.chanakya-breadcrumbs a {
  color: #333;
  text-decoration: none;
}

.chanakya-breadcrumbs a:hover {
  color: #e94560;
  text-decoration: underline;
}

.chanakya-toc {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}

.chanakya-toc__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #1a1a2e;
}

.chanakya-toc ol {
  margin: 0;
  padding-left: 20px;
}

.chanakya-toc li {
  margin-bottom: 8px;
}

.chanakya-toc a {
  color: #0f3460;
  text-decoration: none;
}

.chanakya-toc a:hover {
  color: #e94560;
}

.chanakya-reading-time,
.chanakya-word-count,
.chanakya-last-updated {
  font-size: 13px;
  color: #7f8c8d;
  margin-bottom: 16px;
}

.chanakya-faq {
  margin: 24px 0;
}

.chanakya-faq__item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.chanakya-faq__question {
  padding: 16px 20px;
  background: #f8f9fa;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chanakya-faq__question:hover {
  background: #e9ecef;
}

.chanakya-faq__answer {
  padding: 16px 20px;
  display: none;
}

.chanakya-faq__item.active .chanakya-faq__answer {
  display: block;
}

.chanakya-faq__item.active .chanakya-faq__question::after {
  content: "\f140";
}

.chanakya-faq__question::after {
  content: "\f142";
  font-family: dashicons;
}
