.newsList_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.newsList_item:not(.newsList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed separatorColor;
}
.newsList_itemHeader {
  width: 100%;
  margin-bottom: 1rem;
}
.newsList_itemTitle {
  font-family: headerFont;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.newsList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.newsList_itemImage {
  display: block;
  width: 280px;
}
.newsList_itemImage__placeholder {
  padding-top: 160px;
  background-color: placeholderBackground;
  background-size: placeholderSize;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/themes/comp1designer/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.newsList_itemImageWrapper {
  display: block;
  width: 280px;
}
.newsList_itemDescription {
  width: -webkit-calc(100% - 280px - 1.25rem);
  width: calc(100% - 280px - 1.25rem);
  margin: 0;
}
.newsList_itemDescription__long {
  width: 100%;
}

/*# sourceMappingURL=../maps/component/newsList.css.map */
