.codex-tutor-accordion-item-header {
  padding: 20px;
  font-size: 1.3rem;
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-family: initial;
}

.codex-tutor-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
