.dgc-cats__title{ font-weight:700; }

/* cerchio/quadrato con bordo personalizzabile via CSS vars */
.dgc-cat__img{
  width: 140px; height: 140px;
  border-radius: var(--dgc-radius,50%);
  background: #fff;
  border: var(--dgc-bw,2px) solid var(--dgc-bc,#e9ecef);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.dgc-cat__img img{
  max-width:80%; max-height:80%;
  object-fit:contain; display:block;
}
.dgc-cat__name{ font-weight:600; color:#001635; }
.dgc-cat:hover .dgc-cat__img{ border-color: rgba(0,0,0,.2); }
