/* Override some colors set in the main CSS file */
/* :root {
   --color-main-theme: hsl(200, 100%, 60%);
   --color-main-theme-light: hsl(200, 100%, 75%);
   --color-main-theme-dark: hsl(200, 100%, 40%);
   --link-neutral-color: hsl(200, 100%, 40%);
   --link-hover-color: hsl(200, 100%, 50%);
} */


.entity-name-group {
   display: inline-flex;
   flex-wrap: wrap;
   column-gap: 5px;
   justify-content: center;
   align-items: center;
   line-height: 1.2;
}
.entity-name-group>div:nth-child(2) {
   font-size: small;
   color: hsl(0, 0%, 50%);
}