.path-local-academics #page-header h1,
.path-local-academics #page-header .page-header-headings {
    display: none !important;
}

.related-heading {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 30px 0 15px;
  border-bottom: 2px solid #0073e6;
  display: inline-block;
  padding-bottom: 5px;
}

.related-questions-grid-container {
  margin-top: 15px;
}

.related-questions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.related-card {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.related-card:hover {
  background: #ffffff;
  border-color: #0073e6;
  box-shadow: 0 3px 10px rgba(0,115,230,0.1);
  transform: translateY(-3px);
}

.related-link {
  text-decoration: none;
  color: #0073e6;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}

.related-link:hover {
  text-decoration: underline;
}

.related-meta {
  font-size: 0.85rem;
  color: #555;
  margin-top: 4px;
}