.resources-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1em;
  row-gap:1.5em;
}

.resource-item {
  display:flex;
  flex-direction: row;
  margin:0!important;
  padding:0;
  width:calc(50% - 1em);
}
.resource-item > div { width:50%; }
.resource-item > div:nth-child(1) { width:40%; }
.resource-item > div:nth-child(2) { width:60%; }

.resource-item div a { text-decoration:none; }
.resource-item a.tmb-link { border:1px solid #000; display:inline-block; }
.resource-item a.tmb-link img { display:block; margin:0!important; padding:0!important; }
.resource-item a.nectar-button { opacity:.7; transition:all 0.25s; }
.resource-item a.nectar-button:hover { opacity:1; }

.resource-desc { padding-left:1em; }
/*.resource-date { font-size:smaller; color:#666; }*/


body .facetwp-template[data-name="resources"] .fwpl-item img { margin:0; padding:0; display:block; }


@media screen and (max-width:800px) {
  body .facetwp-template[data-name="resources"] .fwpl-result { border-bottom:1px solid #ccc; }
  body .facetwp-template[data-name="resources"] .fwpl-row { display:block; }
  body .facetwp-template[data-name="resources"] .fwpl-item.download_link { text-align:center; }
}