/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 13:32:17 */
.gardner_feat_image .pp-content-grid-post-image img {
	width: 100%;
	aspect-ratio: 332/184;
	object-fit: cover;
	border-radius: 16px;
}

.gardner_feat_image {
	border-radius: 16px;
}

.gardner_blog_title h4 a {
	color: #072C1C !important;
	font-family: "Gothic A1", sans-serif;
    font-size: 24px;
	line-height: 32px;
    font-weight: 900;
	text-decoration: none !important;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	overflow: hidden;
	height: 128px;
	margin-top: 25px;
}

.gardner_blog_category p {
	display: flex;
    align-items: center;
    gap: 8px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.gardner_blog_category p a {
	color: #000000;
	font-family: "Gothic A1", sans-serif;
    font-size: 16px;
	line-height: 24px;
    font-weight: 500;
	text-decoration: none;
	pointer-events: none !important;
}

.gardner_blog_link a {
	width: 100% !important;
	display: block;
	text-align: center;
	background: #91D9A1;
	border-radius: 100px;
	color: #072C1C;
	font-family: "Gothic A1", sans-serif;
    font-size: 16px;
	line-height: 16px;
    font-weight: 800;
	padding: 13px 32px 11px 32px;
	transition: all .3s linear;
	text-decoration: none !important;
}

.gardner_blog_link a:hover {
	background: #063B24;
	color: #FFFFFF;
}