.indent {
  /* border-left: 3px solid #333; */
  margin-left: 16px;
}

input {
  display: none;
}

label {
  cursor: pointer;
}

.career_title2 {
  font-size: 110%;
  /* font-weight: bold; */
  margin: 0px;
}

.career_title2::before {
  content: "➤";
  margin-right: 4px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

input[type="checkbox"]:checked~.career_title2::before {
  transform: rotate(90deg);
}


.career_item_content {
  display: none;
}

input[type="checkbox"]:checked~.career_item_content {
  display: block;
}

.career_extra {
  font-size: 70%;
}