.post-meta__left {
  display: flex;
  font-size: 0.8em;
  flex-direction: column;
  line-height: 1.318;
  text-align: left;
  color: #8a8a8a;
}

table {
  display: table !important;
  width: 100% !important;
  border-collapse: collapse !important; /* Ensures borders collapse to look more consistent */
  overflow-x: auto !important; /* Maintain horizontal scrolling for overflow content */
}

table thead {
  display: table-header-group !important; /* Ensure headers are rendered correctly */
}

table tbody {
  display: table-row-group !important; /* Ensure body rows are rendered correctly */
}

table th,
table td {
  border: 3px solid #fff !important;
  padding: 5px 15px !important;
}

table td {
  background-color: #f0e4e4 !important;
}

table th {
  text-align: left !important;
  background-color: #a65b5b !important;
  color: #fff !important;
}

/* Specific styles for person-table */
.person-table th:first-child,
.person-table td:first-child {
  width: 39%; /* Set a fixed width for the first column */
}

.person-table th,
.person-table td {
  width: auto; /* Ensure other columns adjust automatically */
}

/* Specific styles for person-table */
table td ul {
  margin: 0;
  padding: 5px 15px; /* top and bottom, right and left */
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.box .img {
  display: inline-block;
}

.box img {
  display: block;
  margin: 0 auto;
}
