.correspondent-section {
  background-color: #f9fafa;
  padding: 4rem 2rem;
  color: #1a1a1a;
  line-height: 1.6;
  position: relative;
}

.correspondent-container {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.correspondent-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 1.5rem;
  text-align: center;
}

.correspondent-text {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}

.correspondent-table-wrapper {
  overflow-x: auto;
  margin-top: 2rem;
}

.correspondent-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
  background-color: #fff;
}

.correspondent-table thead {
  background-color: #aa3e3e;
  color: #fff;
}

.correspondent-table th,
.correspondent-table td {
  padding: 1rem;
  border: 1px solid #ddd;
  vertical-align: top;
}

.correspondent-table td a {
  color: #aa3e3e;
  text-decoration: none;
}

.correspondent-table td a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .correspondent-container {
    padding: 2rem;
  }

  .correspondent-title {
    font-size: 1.8rem;
  }

  .correspondent-text {
    font-size: 0.95rem;
  }

  .correspondent-table th,
  .correspondent-table td {
    padding: 0.8rem;
    font-size: 0.9rem;
  }
}
