/**
 * @file
 * Default layout styles for the Articles content.
 */

.rw-articles__wrapper,
.rw-articles__wrapper > .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.rw-articles__wrapper > article,
.rw-articles__wrapper > .views-infinite-scroll-content-wrapper > article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rw-articles__wrapper > article img,
.rw-articles__wrapper > .views-infinite-scroll-content-wrapper > article img {
  width: 100%;
  height: auto;
}
/* Specific Bartik overrides */
.node .field--type-image {
  float: none !important;
}
