.widgets-inherited-group {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
  /* align-items: center; */
  justify-content: flex-start;
  /* border: none; */
  padding: 0% 0% 0% 0%;
  /*** Used to have overflow hiddent, but changed to visible to try horizontal dropdown menues
	overflow:hidden;
	/*width:100%;*/
  overflow: visible;
  margin: auto;
  margin-bottom: 0px;
}
.inherited-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  /* display: none; */
  /* background-color: #aaa; */
  /* border: 1px solid #ccc; */
  /* background-color: #ebd5eb; */
}
.widgets-inherited-group.admin-mode {
  background-color: white;
  margin-bottom: 0.5em;
}
