/**
 * @file
 * Directory Profile Department Styling
 * Styles for displaying primary and other department affiliations
 */

/* Other Departments Styling */
.profile-dept.other-departments {
  background-color: transparent !important;
  border-left: 3px solid #0d5c2e;
  padding-left: 15px;
  margin-left: 5px;
  transition: all 0.3s ease;
}

.profile-dept.other-departments:hover {
  border-left-color: #18453b;
}

.profile-dept .dept-icon {
  color: #0d5c2e;
  font-size: 1.1rem;
  min-width: 25px;
}

.profile-dept .dept-info {
  flex: 1;
}

.profile-dept .dept-separator {
  margin: 0 5px;
  color: #6c757d;
}

.other-departments-wrapper {
  margin-top: 10px;
}

.dir-page-dept {
  font-weight: 500;
  color: #000 !important;
  background-color: transparent !important;
}

.dir-primary-dept-title {
  color: #0d5c2e;
  font-style: italic;
  opacity: 0.8;
}

.primary-dept-info {
  background-color: #18453b;
  color: white !important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 0;
  display: inline-block;
}

.primary-dept-info * {
  color: white !important;
}
