/* modulo REST AVVISI */
.cineca-rest-list {
  display: flex;
}
.cineca-rest-list .card {
  border: none;
  box-shadow: 0px 1px 20px 7px #bfbcbc60;
  opacity: 1;
  min-height: 340px;
  height: 100%;
}
.cineca-rest .card-text .summary {
  font-size: 18px;
}
.cineca-rest-list .link {
  font-size: 0;
}
.cineca-rest-list .card-text {
  padding: 1rem 1.4rem;
}
.cineca-rest-list .notizie.card .img,
.cineca-rest-list .eventi.card .img {
  margin-bottom: 1rem;
}
.cineca-rest-list .eventi.card .img img {
  object-fit: cover;
}
.cineca-rest-list .notizie.card .img img {
  object-fit: cover;
}
.cineca-rest-list .date {
  margin-bottom: 10px;
}
.cineca-rest-list .notizie .date,
.cineca-rest-list .eventi .date {
  margin-bottom: 24px;
}
.cineca-rest-list .date,
.cineca-rest-list .summary {
  color: #455B71;
}
.cineca-rest-list .notizie .summary,
.cineca-rest-list .eventi .summary {
  font-size: 18px;
  line-height: 1.5;
}
.cineca-rest-list h6 {
  color: #1C2024;
  font-size: 28px;
  font-weight: 700;
}
.cineca-rest-list .notizie h6,
.cineca-rest-list .eventi h6 {
  color: #1C2024;
  font-size: 28px;
  line-height: 1.14;
  margin-bottom: 22px;
}
.cineca-rest-list .notizie a:hover,
.cineca-rest-list .notizie a:focus,
.cineca-rest-list .eventi a:hover,
.cineca-rest-list .eventi a:focus {
  color: #1C2024;
}
.cineca-rest-list a {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
}
.view-cineca-rest .view-footer {
  display: flex;
  justify-content: flex-end;
}
.cineca-rest__btn {
  margin-top: 2rem;
}
.cineca-rest__btn a {
  margin-top: 0.5rem;
  padding: 14px 66px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background-color: #0073e6;
  border-radius: 4px;
  display: block;
}

@media (max-width: 769px) {
  .cineca-rest-list .card {
    min-height: 220px;
  }
  .cineca-rest__btn {
    margin-top: 1rem;
  }
}
