.node--type-departments {
  border-bottom: 1px solid #dcdcdc;
}

.node--type-departments h5 {
  position: relative;
  padding: .6rem 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #cfe2ff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 0 !important;
}

.node--type-departments .field__item,
.node--type-departments table {
  margin-bottom: 2.5rem;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #fff;
}

.node--type-departments .field__item {
  padding: .6rem 1rem;
}

.node--type-departments .field__label {
  display: none;
}

.node--type-departments table thead tr th,
.node--type-departments table thead tr td {
  background-color: var(--bs-table-bg) !important;
}
