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

.post-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  font-size: 0.7em;
  line-height: 1.3;
  border: 1px solid #e0e0ec;
  border-radius: 10px;
  overflow: hidden;
}

.post-body table th,
.post-body table td {
  border: none;
  padding: 0.75rem 1rem;
  vertical-align: top;
}

.post-body table tr + tr td,
.post-body table tr + tr th {
  border-top: 1px solid #f0f0f7;
}

.post-body table th {
  background: #f8f8fc;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.55em;
  color: #56566d;
}

.post-body table td + td,
.post-body table th + th {
  border-left: 1px solid #f0f0f7;
}

.post-body table p {
  margin: 0;
}

.post-body table p + p {
  margin-top: 0.5rem;
}

.post-body table td:first-child,
.post-body table th:first-child {
  width: 18%;
  font-weight: 600;
  color: #222;
}

.table-wide {
  width: calc(100% + 200px);
  margin: 2rem -100px;
  overflow-x: auto;
}

.table-wide table {
  width: 100%;
}

@media (max-width: 900px) {
  .table-wide {
    width: 100%;
    margin: 2rem 0;
  }
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.image-row img {
  width: 320px;
  max-width: 100%;
  height: auto;
}
