/* ============================================================
   ABOUT THE COMPOUND — PAGE STYLES
   Page: /about-the-compound/
   ============================================================ */

.about-the-compound .entry-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px;
}

/* Primary heading */
.about-the-compound h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  color: #0f172a;
}

/* Section headings */
.about-the-compound h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 56px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
  color: #0f172a;
}

/* Body copy */
.about-the-compound p {
  font-size: 17px;
  line-height: 1.7;
  color: #1f2937;
  margin-bottom: 18px;
}

/* Section spacing */
.about-the-compound section {
  margin-bottom: 64px;
}

/* Intro block */
.about-the-compound .compound-intro {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
}

/* -------------------------------
   EASY TOC STYLING
   ------------------------------- */
.about-the-compound .ez-toc-container {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 48px 0;
}

.about-the-compound .ez-toc-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #0f172a;
}

.about-the-compound .ez-toc-list {
  padding-left: 0;
  margin: 0;
}

.about-the-compound .ez-toc-list li {
  margin: 8px 0;
}

.about-the-compound .ez-toc-list a {
  font-size: 15px;
  font-weight: 500;
  color: #0f766e;
  text-decoration: none;
}

.about-the-compound .ez-toc-list a:hover {
  text-decoration: underline;
}
