/* ovverridwe boostrap italia */
body .card .card-body .category-top .data:before {
  display: none;
}

/*  ----------- PHANTOM ----------- */

/* layout */

body .card.card-publication .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* card  */
body .card.card-publication {
  box-shadow: 0px 0px 7px 0px #01010129;
  height: 100%;
}

/* category and data */
body .card.card-publication .category-top {
  font-size: 1rem;
}

/* title */
body .card.card-publication a h3 span,
body .card.card-publication a h3,
body .card.card-publication a {
  color: inherit;
}

body .card.card-publication .card-footer {
  margin-top: auto;
}
