/* Custom styles for personal webpage */

/* Adjust trestles template column widths */
.about-entity {
  grid-template-columns: 250px 1fr !important;
}

/* Course box styling */
.course-box {
  background-color: #f8f9fa;
  border-left: 3px solid #6c757d;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.course-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #2c3e50;
}

.course-box .course-degree {
  font-style: italic;
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.course-box .course-description {
  color: #495057;
  line-height: 1.6;
}

.course-box a {
  color: #0066cc;
  text-decoration: none;
}

.course-box a:hover {
  text-decoration: underline;
}

/* Control base font size */
body {
  font-size: 1rem;
}

/* Control heading sizes */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

/* Remove link behavior from title */
.about-entity .about-heading {
  font-size: 2rem;
  pointer-events: none;
  cursor: default;
}

.about-entity .about-heading a {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  cursor: default;
}

/* Ensure sufficient spacing */
.about-links {
  margin-top: 1rem;
}

/* Make sure icons have proper size */
.about-link-icon {
  font-size: 1.2em;
}
