.knowledge-content {
  line-height: 1.8;
  color: oklch(0.551 0.027 264.364);
  font-size: 1.0625rem;
}

.knowledge-content p {
  margin-bottom: 2rem;
}

.knowledge-content h2 {
  font-family: "Instrument Serif", serif;
  font-size: 2.25rem;
  color: #000000;
  margin-top: 3.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.knowledge-content h3 {
  font-family: "Instrument Serif", serif;
  font-size: 1.75rem;
  color: #1a1a1a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.knowledge-content ul, .knowledge-content ol {
  margin-bottom: 2rem;
  padding-left: 1.25rem;
}

.knowledge-content li {
  margin-bottom: 0.75rem;
  position: relative;
}

.knowledge-content ul li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.75rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: oklch(0.446 0.03 256.802);
}

.knowledge-content a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0,0,0,0.2);
  transition: text-decoration-color 0.3s;
}

.knowledge-content a:hover {
  text-decoration-color: #000000;
}

.knowledge-content blockquote {
  margin: 3rem 0;
  padding: 2.5rem;
  background-color: #ffffff;
  border-left: 3px solid #000000;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #1a1a1a;
  border-radius: 0 1.5rem 1.5rem 0;
  line-height: 1.4;
}

.knowledge-content img {
  border-radius: 1.5rem;
  margin: 3rem 0;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.knowledge-content figure {
  margin: 3rem 0;
}

.knowledge-content figcaption {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1rem;
  color: oklch(0.446 0.03 256.802);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Wix Madefor Text", sans-serif;
}

.knowledge-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
  font-size: 0.95rem;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
}

.knowledge-content th {
  text-align: left;
  padding: 1.25rem;
  border-bottom: 2px solid rgba(0,0,0,0.06);
  color: #000000;
  font-weight: 600;
  background: rgba(0,0,0,0.02);
}

.knowledge-content td {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

@media (max-width: 768px) {
  .knowledge-content h2 { font-size: 1.875rem; }
  .knowledge-content h3 { font-size: 1.5rem; }
  .knowledge-content { font-size: 1rem; }
}