.node--news-list {
  margin-bottom: 0;
}
.node--news-list .news-list-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  background-color: #a30b1b;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.node--news-list .news-list-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}
.node--news-list .news-list-card__media {
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .node--news-list .news-list-card__media {
    height: 200px;
  }
}
.node--news-list .news-list-card__image-container {
  position: absolute;
  inset: 0;
}
.node--news-list .news-list-card__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--news-list .news-list-card__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  background-color: rgba(60, 70, 80, 0.6);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1rem;
  z-index: 2;
  pointer-events: none;
}
.node--news-list .news-list-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.node--news-list .news-list-card__date .news-list-card__day {
  font-size: 3rem;
  font-weight: 300;
}
.node--news-list .news-list-card__date .news-list-card__month {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
}
.node--news-list .news-list-card__date .news-list-card__year {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.2rem;
}
.node--news-list .news-list-card__reading-time {
  font-size: 0.9rem;
  line-height: 1.2;
}
.node--news-list .news-list-card__reading-time strong {
  font-weight: 700;
}
.node--news-list .news-list-card__content {
  padding: 1rem 1.5rem;
  background-color: #a30b1b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 3;
}
.node--news-list .news-list-card__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 400;
  padding-right: 1rem;
}
.node--news-list .news-list-card__title a {
  color: #ffffff;
  text-decoration: none;
}
.node--news-list .news-list-card__title a:hover {
  text-decoration: underline;
}
.node--news-list .news-list-card__plus {
  font-size: 5rem;
  font-weight: 300;
  color: #FFCB3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.node--news-list .news-list-card__plus a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1em;
  line-height: 0.5;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.node--news-list .news-list-card__plus a:hover {
  color: rgb(255, 216.6701030928, 112);
  text-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
  text-decoration: none;
}
/*# sourceMappingURL=news-list.css.map */
