/*!
 * This file is part of the "A-artik" Theme
 * ----------------------------------------
 * Copyright (c) 2021 The Education University of Hong Kong. All rights reserved.
 * Developed by Nick Lai (https://www.github.com/nixklai/).
 */
div.item-list article, div.view-content article {
  gap: 1rem;
  grid-template-rows: 275px;
}

div.item-list li:nth-child(odd) article.node--type-researches {
  grid-template-columns: 1fr 450px;
  grid-template-areas: "title image";
}
div.item-list li:nth-child(even) article.node--type-researches {
  grid-template-columns: 450px 1fr;
  grid-template-areas: "image title";
}

div.view-content {
  gap: 1rem;
  grid-template-rows: 275px;
}
div.view-content article.node--type-researches {
  grid-template-columns: 450px 1fr;
  grid-template-areas: "image title";
  border-bottom: 1px solid #d3d7d9;
}

/*# sourceMappingURL=node-research.wide.css.map */
