
.skillSourceRow{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:11px;
}
.insubriaSource{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  padding:0 10px;
  border:1px solid rgba(114,207,255,.22);
  border-radius:10px;
  background:rgba(114,207,255,.045);
  color:rgba(255,255,255,.78);
  text-decoration:none;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:9.5px;
  font-weight:650;
  letter-spacing:.015em;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.insubriaSource:hover{
  background:rgba(114,207,255,.09);
  border-color:rgba(114,207,255,.36);
  color:#fff;
  transform:translateY(-1px);
}
html.theme-light body .insubriaSource{
  border-color:rgba(52,151,210,.19);
  background:rgba(52,151,210,.045);
  color:#236f99;
}
html.theme-light body .insubriaSource:hover{
  border-color:rgba(52,151,210,.32);
  background:rgba(52,151,210,.08);
  color:#154f70;
}
