/* Table styling for blog posts */
.nested-copy-line-height table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.nested-copy-line-height table thead {
  background-color: #f4f4f5;
}

.nested-copy-line-height table th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #d1d5db;
}

.nested-copy-line-height table td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.nested-copy-line-height table tbody tr:hover {
  background-color: #f9fafb;
}

/* Responsive: horizontal scroll on small screens */
.nested-copy-line-height .table-wrapper {
  overflow-x: auto;
}

@media (max-width: 640px) {
  .nested-copy-line-height table {
    font-size: 0.85rem;
  }
  .nested-copy-line-height table th,
  .nested-copy-line-height table td {
    padding: 0.5rem 0.6rem;
  }
}
