.campus-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 56px;
}

.campus-hero img,
.hostel-photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.campus-hero,
.hostel-photos {
  margin-bottom: 32px;
}

.bus-route {
  margin-top: 16px;
  border: 1px solid #cbd8e1;
  border-radius: 8px;
}

.bus-route summary {
  padding: 18px 22px;
  cursor: pointer;
  color: #005382;
  background: #f3f7fa;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

.bus-route summary:focus-visible {
  outline: 3px solid #e2b562;
  outline-offset: 3px;
}

.route-content {
  padding: 20px;
}

.route-contact {
  margin-bottom: 20px;
}

.route-contact p {
  margin: 4px 0;
}

.route-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
}

.route-table caption {
  text-align: left;
  padding-bottom: 12px;
  font-weight: 700;
}

.route-table th,
.route-table td {
  border: 1px solid #cbd8e1;
  padding: 10px 12px;
  text-align: left;
  overflow-wrap: anywhere;
}

.route-table th {
  background: #005382;
  color: white;
}

.route-table tbody tr:nth-child(even) {
  background: #f5f9fc;
}

.route-table td:last-child {
  white-space: nowrap;
}

.hostel-photos,
.hostel-facilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hostel-intro {
  margin-bottom: 32px;
}

.hostel-facilities section {
  padding: 24px;
  background: #f3f7fa;
  border: 1px solid #cbd8e1;
  border-radius: 10px;
}

.hostel-facilities h2 {
  margin-top: 0;
}

.hostel-facilities ul {
  margin: 0;
  padding-left: 22px;
}

.hostel-facilities li {
  padding: 5px 0;
}

.hostel-facilities li::marker {
  color: #005382;
}

@media (max-width: 700px) {
  .campus-content {
    padding: 28px 20px 40px;
  }

  .hostel-photos,
  .hostel-facilities {
    grid-template-columns: minmax(0, 1fr);
  }

  .route-content {
    padding: 12px;
  }

  .route-table {
    font-size: 12px;
  }

  .route-table th,
  .route-table td {
    padding: 8px 6px;
  }
}
