.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-c30424c1-f1ac-176f-3381-df67385d3b22 {
margin-bottom: var(--spacer-4,1.5rem) !important;
}
/* =========================================
   Press releases collection
   Solo pulizia testo e allineamento
   Layout, altezza card e numero righe restano gestiti da Liferay
   ========================================= */


/* Allineamento generale a sinistra */
.press-releases-collection,
.press-releases-collection p,
.press-releases-collection span,
.press-releases-collection div,
.press-releases-collection article,
.press-releases-collection strong,
.press-releases-collection b,
.press-releases-collection i,
.press-releases-collection em,
.press-releases-collection u {
  text-align: left !important;
}


/* Elimina il corsivo dei tag HTML i ed em */
.press-releases-collection i,
.press-releases-collection em {
  font-style: normal !important;
}


/* Elimina il corsivo anche dagli elementi interni a i ed em */
.press-releases-collection i *,
.press-releases-collection em * {
  font-style: normal !important;
}


/* Elimina il sottolineato del tag HTML u */
.press-releases-collection u {
  text-decoration: none !important;
  text-decoration-line: none !important;
}


/* Elimina il sottolineato anche dagli elementi interni a u */
.press-releases-collection u * {
  text-decoration: none !important;
  text-decoration-line: none !important;
}


/* Mantiene il grassetto del titolo */
.press-releases-collection strong,
.press-releases-collection b {
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}


/* Pulisce eventuali i, em o u dentro strong e b */
.press-releases-collection strong i,
.press-releases-collection strong em,
.press-releases-collection strong u,
.press-releases-collection b i,
.press-releases-collection b em,
.press-releases-collection b u {
  font-style: normal !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}