/* ---- Post Content ---- */
.brxe-post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #424242;
}

.brxe-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px 0;
}

.brxe-post-content a {
  color: #4caf50;
  text-decoration: none;
}

.brxe-post-content a:hover {
  text-decoration: underline;
}

/* ---- Tables ---- */
.brxe-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
}

.brxe-post-content th,
.brxe-post-content td {
  border: 1px solid #e8e8e8;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.brxe-post-content th {
  background: #4caf50;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.brxe-post-content tr:nth-child(even) td {
  background: #f8f9fa;
}

.brxe-post-content tr:hover td {
  background: #f0f7f0;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .brxe-post-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .brxe-post-content table {
    min-width: 560px;
    font-size: 13px;
  }

  .brxe-post-content th,
  .brxe-post-content td {
    padding: 10px 12px;
  }
}
