/* important-dates.html page styles */

.page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.letter-header {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 3rem 0;
}

.letter-header p {
  margin: 0.25rem 0;
  font-size: 14px;
  color: #1c1c1c;
}

.letter-body {
  line-height: 1.6;
  margin-bottom: 3rem;
}

.letter-body h2 {
  margin: 0 0 2rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1c1c;
}

.dates-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #2d3a4a;
  font-size: 14px;
  margin-bottom: 2rem;
}

.dates-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #2d3a4a;
  border-right: 1px solid #2d3a4a;
  vertical-align: top;
  word-break: break-word;
  line-height: 1.5;
}

.dates-table tr:last-child td {
  border-bottom: none;
}

.dates-table td:last-child {
  border-right: none;
}

.letter-footer {
  font-size: 13px;
  color: #1c1c1c;
  margin-top: 3rem;
}

@media (max-width: 680px) {
  .dates-table td {
    padding: 8px 10px;
    font-size: 13px;
  }
}
