/* Wrong About Page Styling */
.wrong-about-container {
  max-width: 800px;
  margin: 0 auto;
}

.wrong-about-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 1.1em;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.wrong-about-table thead {
  background-color: #333;
  color: #fff;
  text-align: left;
}

.wrong-about-table th,
.wrong-about-table td {
  padding: 16px 20px;
}

.wrong-about-table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.wrong-about-table tbody tr:hover {
  background-color: #f9f9f9;
}

.wrong-about-table .date-column {
  width: 18%;
  white-space: nowrap;
  font-weight: 500;
}

.wrong-about-table .topic-column {
  width: 25%;
  font-weight: 500;
}

.wrong-about-intro {
  margin-bottom: 30px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #555;
}

.wrong-about-table tbody tr:last-child {
  border-bottom: none;
}
