/* border top card */
body .card-related-page .card {
  border-top-style: solid;
  border-top-width: 3px;
}

/* OVERRIDE - toglie uno spazio bianco sotto la card */
body .card:after {
  display: none;
}


body .card-related-page p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}