.jrb_job-category {
  display: flex;
  flex-direction: column;
}

.jrb_job-listing__toggle {
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  border: none;
  outline: none;
  background-color: transparent;
  color: #009aca;
  font-size: 1rem;
  text-align: left;
}

.jrb_job-listing__toggle:hover {
  color: #ff8300;
}

.jrb_job-listing__toggle[data-open] {
  background-color: #fafafa;
}

.jrb_job-listing__toggle::after {
  content: "\2795";
  float: right;
  margin-left: 0.25rem;
  color: currentColor;
  font-size: 1rem;
}

.jrb_job-listing__toggle[data-open]::after {
  content: "\2796";
}

.jrb_job-listing__content {
  max-height: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}
