/* Page-specific styles for teaching.html */
.teaching-statement {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.data-table .col-level {
  width: 60px;
}

.data-table .col-module {
  width: 30%;
}

.data-table .col-desc {
  width: auto;
}

.data-table .col-role {
  width: 120px;
}

.item-code {
  font-size: 0.85rem;
  color: var(--text-muted);
  white-space: nowrap;
  font-family: monospace;
}

.item-tag {
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid var(--border-muted);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.3s;
  display: inline-block;
}

tr:hover .item-tag {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .teaching-statement {
    font-size: 1rem;
  }

  .item-code {
    font-size: 0.75rem;
  }

  .item-title {
    font-size: 0.9rem;
  }

  .item-tag {
    font-size: 0.65rem;
    padding: 0.2rem 0.4rem;
  }
}

@media (max-width: 480px) {
  .item-title {
    font-size: 0.85rem;
  }
}
