.resource-card {
  padding: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 242px;
  text-decoration: none;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .resource-card {
    padding: 24px 32px 24px 32px;
    min-height: 286px;
  }
}
@media (min-width: 992px) {
  .resource-card {
    min-height: 295px;
  }
}
@media (min-width: 1200px) {
  .resource-card {
    min-height: 260px;
  }
}
.resource-card .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #313538 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: unset;
}
@media (min-width: 992px) {
  .resource-card .title {
    -webkit-line-clamp: none; /* number of lines to show */
  }
}
.resource-card .picks-wrapper {
  display: block !important;
  padding: 0px !important;
  color: #2AD39B !important;
  background: none !important;
  opacity: 1 !important;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.resource-card .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: unset;
  font-size: 14px;
  line-height: 150%;
  color: #727272 !important;
}
@media (min-width: 1200px) {
  .resource-card .subtitle {
    -webkit-line-clamp: 2;
  }
}
.resource-card .resource-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #727272 !important;
}
@media (min-width: 1200px) {
  .resource-card .resource-info {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 0px;
  }
}
.resource-card .resource-info .type {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.resource-card .resource-info .type img {
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .resource-card .resource-info .type {
    margin-bottom: 16px;
    margin-right: 8px;
  }
}
.resource-card .resource-info .family {
  display: inline-block;
  padding: 3px 8px;
  margin-left: 0px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .resource-card .resource-info .family {
    margin-bottom: 16px;
  }
}
.resource-card:hover {
  text-decoration: none;
  background: #FAFAFA;
}
.resource-card.resource--theme-oligo-pools .family {
  background: #E6F7F8;
  color: #31A0AA;
}
.resource-card.resource--theme-ngs .family {
  background: #E6F6F0;
  color: #105928;
}
.resource-card.resource--theme-genes .family {
  background: #E9E9FD;
  color: #5D5DB2;
}
.resource-card.resource--theme-variant-libraries .family, .resource-card.resource--theme-libraries .family {
  background: #FEEFE1;
  color: #CE6B12;
}
.resource-card.resource--theme-biopharma .family {
  background: #F8E7FF;
  color: #AE45D2;
}

@media (max-width: 767px) {
  .page-node-type-product-parent .field--name-field-html h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media (min-width: 740px) and (max-width: 991px) {
  .page-node-type-product-parent .field--name-field-html h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 614px) {
  .page-node-type-product-parent .paragraph--type--component-resource-reference {
    margin-top: 1px;
  }
}
@media (min-width: 740px) and (max-width: 991px) {
  .page-node-type-product-parent .paragraph--type--component-resource-reference {
    margin-top: 9px;
  }
}
.page-node-type-product-parent .paragraph--type--component-resource-reference .resource-card {
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .page-node-type-product-parent .paragraph--type--component-resource-reference .field--name-field-rr-resource {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding-top: 0px;
  }
}
@media (max-width: 614px) {
  .page-node-type-product-parent .paragraph--type--component-resource-reference .field__item {
    flex: 0 0 242px;
    padding: 0px 4px;
  }
}
@media (min-width: 740px) and (max-width: 991px) {
  .page-node-type-product-parent .paragraph--type--component-resource-reference .field__item {
    flex: 0 0 286px;
    padding-top: 0px;
  }
}