/*
// Cards
// --------------------------------------------------*/

/* Main defintion */
.ny-card {
  background-color: white;
  padding: 1rem;
  height: 100%;
  border-radius: 0;
}

/* Variants */
.ny-card--default {
  background-color: white;
}

.ny-card--light-grey {
  background-color: #f5f5f5;
}

.ny-card--light-blue {
  background-color: #e2ecf6;
}

.ny-card__link {
  text-decoration: none;
  color: inherit;
  transition: text-decoration 0.3s ease;
}

/*TODO: remove the definition for all <a> inside .block to have no underline */
/*then, remove !important */
.ny-card__link:hover {
  text-decoration: underline !important;
}

.ny-card__media .media {
  margin-top: 0;
  margin-bottom: 0;
}


.publications_container img {
  width: 100%;
}

.publications_container a.ny-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.publications_container a.ny-card:hover .ny-card__title {
  text-decoration: underline;
}

.publications_container .ny-card__title {
  font-family: 'Helvetica Neue Heavy Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #000;
}

.publications_container a.ny-card.main_publication .ny-card__title {
  font-size: 22px;
}

.publications_container .all {
  background-color: rgba(197, 223, 240, 1);
  color: #000 !important;
  border: 0;
  font-weight: 600;
  height: 60px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
