/* Professor profile toggle */

#professor-summary[hidden] {
  display: none !important;
}

.professor-section.hidden-section {
  display: none !important;
}

.mc-prof-close-bar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.mc-prof-close-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(44,62,80,.14);
  background: #fff;
  color: #2c3e50;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: .85rem;
  font-weight: 650;
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(16,24,40,.06);
  transition: .2s ease;
}

.mc-prof-close-btn:hover {
  background: #2c3e50;
  color: #fff;
}
