
.universityPill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  margin:1px 0 10px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.58);
  text-decoration:none;
  font-size:8.8px;
  font-weight:700;
  line-height:1;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.universityPill:hover{
  transform:translateY(-1px);
  border-color:rgba(114,207,255,.26);
  background:rgba(114,207,255,.055);
  color:#fff;
}
.universityPillSeal{
  width:24px;
  height:24px;
  flex:0 0 auto;
  border-radius:50%;
  background:url("https://www.uninsubria.it/themes/custom/uninsubria_base/SigilloAteneoTestoBianco.svg") center/contain no-repeat;
}
html.theme-light body .universityPill{
  border-color:rgba(24,38,29,.10);
  background:rgba(255,255,255,.72);
  color:rgba(24,32,27,.58);
}
html.theme-light body .universityPill:hover{
  border-color:rgba(52,151,210,.22);
  background:rgba(52,151,210,.045);
  color:#17201b;
}
html.theme-light body .universityPillSeal{
  filter:invert(1);
}
