/* Additional custom styles */

.quarto-title-block {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.subtitle {
  color: #64748b;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* Navbar enhancements */
.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Code blocks */
pre {
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

/* Responsive table */
@media (max-width: 768px) {
  table {
    font-size: 0.9rem;
  }

  thead th, tbody td {
    padding: 0.5rem;
  }
}

/* Schedule table specific styling */
.schedule-table {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* Material links styling */
table a {
  font-weight: 500;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #eff6ff;
  transition: all 0.2s;
}

table a:hover {
  background-color: #2563eb;
  color: white;
  text-decoration: none;
}
