.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 16px;
  line-height: 1.5;
}

.post-content table th {
  background: #f8f8f8;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
}

.post-content table td {
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  color: #333;
}

.post-content table tr:nth-child(even) {
  background: #fafafa;
}

.post-content .post-cta .cta-img{
    display: none;
}

.post-content .post-cta p,
.post-content .post-cta h3{
    max-width: none;
}

@media (max-width: 768px) {
  .post-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}