/* OGD Featured Community Card — [ogd_community_card_featured]
   Ported directly from the homepage's .ogd-hm-path component (same
   token values, same physics) so Featured Communities reads as a
   continuation of the homepage, not a new design. */

.ogd-ccf {
	display: block;
	min-height: 250px;
	border: 1px solid #e2ded3;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	text-decoration: none !important;
	color: #16271a;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ogd-ccf:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 45px rgba(22, 39, 26, 0.09);
}

.ogd-ccf-img {
	height: 172px;
	background-color: #f7f5ef;
	background-size: cover;
	background-position: center;
	position: relative;
}

.ogd-ccf-icon {
	position: absolute;
	left: 18px;
	top: 18px;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.ogd-ccf-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ogd-ccf-body {
	padding: 18px 20px 20px;
	font-family: 'Questrial', Arial, sans-serif;
}

.ogd-ccf-body h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #16271a;
}

.ogd-ccf-body p {
	margin: 0 0 16px;
	color: #6f756f;
	font-size: 14px;
	line-height: 1.35;
}

.ogd-ccf-cta {
	color: #5d8745;
	font-size: 14px;
}
