.post-body {
  margin-top: 1.75rem;
}

.post-body h2 {
  margin-top: 2.4rem;
}

.post-body h3 {
  margin-top: 1.8rem;
}

.post-body p,
.post-body li {
  text-wrap: pretty;
}

.post-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.figure-image {
  margin: 1.5rem 0 0.45rem;
}

.image-caption {
  max-width: 760px;
  margin: 0 auto 1.35rem;
  text-align: justify;
  text-align-last: center;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.35;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.2rem 0;
}

.example-toggles {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0 1.6rem;
}

.example-toggle {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(248, 249, 251, 0.65), rgba(255, 255, 255, 0.82));
  overflow: hidden;
}

.example-toggle summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.example-toggle summary::-webkit-details-marker {
  display: none;
}

.example-toggle summary::after {
  content: "+";
  flex-shrink: 0;
  color: #6b7280;
  font-size: 1.1rem;
  line-height: 1;
}

.example-toggle[open] summary::after {
  content: "−";
}

.example-toggle-title {
  font-size: 0.98rem;
}

.example-toggle-body {
  padding: 0 1rem 1rem;
}

.example-toggle-label {
  margin: 0.1rem 0 0.45rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.example-cot {
  margin: 0 0 0.9rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-left: 4px solid rgba(17, 24, 39, 0.28);
  border-radius: 10px;
}

.example-cot em {
  font-style: normal;
}

.example-cot p,
.example-toggle-context {
  margin: 0;
}

.example-toggle-context {
  line-height: 1.45;
}

.post-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.94rem;
  line-height: 1.24;
}

.post-table td,
.post-table th {
  padding: 0.45rem 0.55rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.post-table tr:first-child td,
.post-table tr:first-child th {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  font-weight: 600;
}

.post-table td p,
.post-table th p {
  margin: 0;
}

.post-table-1 td:first-child {
  width: 56%;
}

.post-table-1 td:last-child {
  width: 44%;
}

.post-table-2 td:first-child {
  width: 24%;
  font-weight: 500;
}

.post-table-2 td:first-child strong {
  font-weight: 500;
}

.post-table-2 td:nth-child(2) {
  width: 12%;
  text-align: center;
  white-space: nowrap;
}

.post-table-2 td:nth-child(3) {
  width: 64%;
}

.post-body a[id^="kix"] {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.footnote-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footnote-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footnote-marker {
  min-width: 2.5em;
  margin-right: 1em;
  text-align: right;
  flex-shrink: 0;
}

.footnote-content {
  flex: 1;
}

@media (max-width: 700px) {
  .figure-panel-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .example-toggle summary {
    padding: 0.85rem 0.9rem;
  }

  .example-toggle-body {
    padding: 0 0.9rem 0.9rem;
  }

  .post-table {
    min-width: 620px;
  }
}
