.badge {
  font-weight: 800;
  color: #ef5f4c;
  background-color: #feeee5;
  border-radius: 20px;
  padding: 4px 24px;
}

.badge.blue {
  color: #109fa9;
  background-color: #e8f4ee;
}

.badge.yellow {
  color: #efae4c;
  background-color: #fef5e5;
}

.recruitment-companies-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recruitment-companies-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruitment-companies-group .badge {
  width: fit-content;
  font-size: 18px;
}

.recruitment-companies-group .checkbox-list {
  margin-left: 20px;
}
