/* ===== Glossary Term Page Styles ===== */

.term-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.term-breadcrumb {
  margin-bottom: 24px;
}

.term-breadcrumb a {
  font-size: 0.9rem;
  color: #6b7280;
  text-decoration: none;
}

.term-breadcrumb a:hover {
  color: #111827;
}

.term-page h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px;
}

.term-section {
  margin-bottom: 32px;
}

.term-section h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 12px;
}

.term-definition {
  font-size: 1.15rem;
  color: #374151;
  line-height: 1.7;
  margin: 0;
  padding: 20px;
  background: #f9fafb;
  border-left: 4px solid #111827;
  border-radius: 0 8px 8px 0;
}

.term-section p {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
  margin: 0 0 12px;
}

.term-section p:last-child {
  margin-bottom: 0;
}

.term-limits,
.term-variants,
.term-related {
  list-style: none;
  padding: 0;
  margin: 0;
}

.term-limits li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 0.95rem;
  color: #374151;
}

.term-limits li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 600;
}

.term-variants li {
  padding: 6px 0 6px 20px;
  position: relative;
  font-size: 0.95rem;
  color: #4b5563;
  font-family: ui-monospace, monospace;
}

.term-variants li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9ca3af;
}

.term-related li {
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.95rem;
}

.term-related li:last-child {
  border-bottom: none;
}

.term-related a {
  color: #111827;
  text-decoration: none;
  font-weight: 500;
}

.term-related a:hover {
  text-decoration: underline;
}

.term-cta {
  display: inline-block;
  padding: 12px 24px;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 8px;
}

.term-cta:hover {
  background: #1f2937;
}
