/*
Theme Name: Premier Biotech
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.resource-list-wrapper {
		display:grid;
		grid-template-columns: 1fr;
		column-gap: 24px;
		row-gap:30px;
	}
	@media screen and (min-width:576px) {
		.resource-list-wrapper {
			grid-template-columns: 1fr 1fr;
		}	
	}
	@media screen and (min-width:768px) {
		.resource-list-wrapper {
			grid-template-columns: 1fr 1fr 1fr;
		}	
	}
	@media screen and (min-width:1200px) {
		.resource-list-wrapper {
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}	
	}
	.resource-list-wrapper .resource-card-item {
		border-radius: 22px;
		border: 1px solid #D0D0D0;
		background: #FFF;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	}
	.resource-list-wrapper .resource-card-item:hover {
		background:#A4D2AC;
	}
	.resource-list-wrapper .resource-card-item:hover .resource-card-inner .post-title {
		color:#000;	
	}
	.resource-list-wrapper .resource-card-item .resource-thumbnail img {
		height: 187px;
		min-width:100%;
		border-top-left-radius:22px;
		border-top-right-radius:22px;
	}
	.resource-list-wrapper .resource-card-item .resource-card-inner {
		padding: 13px 24px 40px 24px;
		font-family: "Proxima Nova";
	}	
	.resource-list-wrapper .resource-card-item .resource-card-inner .post-title {
		color: #005AFF;
		font-family: "proxima-nova", Sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px; /* 120% */
	}
	.resource-list-wrapper .resource-card-item .resource-card-inner .category {
		font-family: "proxima-nova", Sans-serif;
		line-height:22px;
		font-weight:700;
		font-size:16px;
		margin-bottom:4px;
		color:#000;
	}
	.resource-list-wrapper .resource-card-item .resource-card-inner .date {
		font-family: "proxima-nova", Sans-serif;
		line-height:22px;
		font-weight:400;
		font-size:16px;
		margin-bottom:16px;
		color:#000;
	}
	.resources-search-section .facetwp-icon:before {
        background: url('/wp-content/uploads/2026/06/search-resource-form.png') no-repeat;
    }