.page-header-custom {
  background-color: #102039;
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 30px;
}

.calendar-table-container {
  margin-bottom: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #102039;
}

.table-calendar th {
  background-color: #102039;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle !important;
}

.table-calendar td {
  font-size: 15px;
  color: #444;
  vertical-align: middle !important;
}

.table-calendar tr:hover {
  background-color: #f8f9fa;
}

.calendar-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  font-weight: 600;
  padding: 0 15px;
}
/* --- Archive PDF List Styles --- */
.archive-list {
    font-size: 16px;
    line-height: 1.8;
    list-style-type: none;
    padding-left: 0;
}

.archive-list li {
    margin-bottom: 15px;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #102039;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
}

.archive-list li:hover {
    background-color: #f1f5f9;
    border-left: 4px solid #FFD700; /* University Gold on hover */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.archive-list a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.archive-list a:hover {
    color: #102039;
    text-decoration: none;
}

.archive-list i {
    margin-right: 12px;
    color: #ca1e1e; /* Standard PDF Red */
    font-size: 18px;
    vertical-align: middle;
}

.archive-list .missing-link {
    color: #999;
    text-decoration: line-through;
}

.archive-list .missing-link i {
    color: #999;
}