.page-content {
  padding: 2rem 0;
}

.breadcrumb {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #2563eb;
}

.breadcrumb span {
  margin: 0 0.5rem;
}

.terms-layout {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 3rem;
}

.terms-sidebar {
  position: sticky;
  top: 6rem;
  height: fit-content;
}

.toc-card,
.contact-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.toc-card h3,
.contact-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.toc-list {
  list-style: none;
}

.toc-list li {
  margin-bottom: 0.5rem;
}

.toc-list a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.toc-list a:hover {
  color: #2563eb;
}

.contact-card p {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.terms-content {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.terms-header {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e7eb;
}

.terms-header h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 0.5rem;
}

.last-updated {
  color: #6b7280;
  font-size: 0.875rem;
}

.terms-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f3f4f6;
}

.terms-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.terms-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.terms-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin: 1.5rem 0 0.75rem 0;
}

.terms-section h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin: 1rem 0 0.5rem 0;
}

.terms-section p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.terms-section ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.terms-section li {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.definition-list {
  margin: 1rem 0;
}

.definition-list dt {
  font-weight: 600;
  color: #374151;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.definition-list dd {
  color: #6b7280;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.contact-info-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 1rem;
}

.contact-info-box h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.contact-info-box p {
  margin-bottom: 0;
}

.terms-section a {
  color: #2563eb;
  text-decoration: none;
}

.terms-section a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .terms-layout {
    grid-template-columns: 1fr;
  }

  .terms-sidebar {
    position: static;
    order: 2;
  }

  .terms-main {
    order: 1;
  }
}

@media (max-width: 768px) {
  .terms-content {
    padding: 1.5rem;
  }

  .terms-header h1 {
    font-size: 1.5rem;
  }

  .terms-section h2 {
    font-size: 1.25rem;
  }
}
