/* date container */
.card.card-event {
  .card-calendar {
    color: #fff;
    background-color: #0733C7;
    .card-day {
      font-weight: 300;
    }
  }
}

/* border management */
@media (min-width: 992px) {
  .view .views-row:not(:last-child) article.card-event {
    border-bottom: 0px solid #c5c7c9;
  }
}
