.ps-eb-badge-wrap{display:block;margin:0 0 6px 0;}
.ps-eb-badge{
  display:inline-flex;align-items:center;gap:6px;
  background:#000;color:#fff;padding:4px 10px;
  border-radius:999px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:13px;line-height:1;
  font-weight:400!important;
  text-transform:none;
}
.ps-eb-logo{height:16px;width:auto;display:block;}
.ps-eb-logo.invert{filter:invert(1);}
.ps-eb-text{
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:400!important;
  letter-spacing:0.03em!important;
  color:#fff;
}

/* Compatibilità Piemonte Sport Home Editoriale */
.pshe-wrap .ps-eb-badge-wrap{margin:0 0 8px 0;}
.pshe-wrap .pshe-card .ps-eb-badge-wrap{margin:0 0 5px 0;}
.pshe-wrap .pshe-sidebar__head .ps-eb-badge-wrap{margin:0 0 6px 0;}
.pshe-wrap .pshe-sidebar__head .ps-eb-badge{font-size:10px;padding:3px 8px;}
.pshe-wrap .pshe-sidebar__head .ps-eb-logo{height:12px;}
.pshe-wrap .pshe-card .ps-eb-badge{font-size:10px;padding:3px 8px;}
.pshe-wrap .pshe-card .ps-eb-logo{height:12px;}

/* Evita che altri CSS della home forzino il bold del testo del badge */
.ps-eb-badge .ps-eb-text,
.pshe-wrap .ps-eb-badge .ps-eb-text,
.pshe-wrap .pshe-title .ps-eb-text,
.pshe-wrap .pshe-sidebar .ps-eb-text,
.pshe-wrap .pshe-card .ps-eb-text{
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:400!important;
  letter-spacing:0.03em!important;
}

@media (max-width:760px){
  .pshe-wrap .ps-eb-badge{font-size:11px;padding:4px 9px;}
  .pshe-wrap .ps-eb-logo{height:13px;}
  .pshe-wrap .pshe-title + .ps-eb-badge-wrap{margin-top:0;}
}
