/* OGD Explore Community Card — [ogd_community_card_explore]
   Ported from the Community single page's .ogd-cm-listing-card (its own
   Stays carousel), adapted from a horizontal carousel item into a
   wrapping discovery-grid item. */

.ogd-cce {
	display: flex;
	flex-direction: column;
	border: 1px solid #e2ded3;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.ogd-cce-img {
	position: relative;
	height: 180px;
	background-color: #f7f5ef;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}

.ogd-cce-badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	background: rgba(22, 39, 26, 0.75);
	border-radius: 100px;
	padding: 3px 10px;
	backdrop-filter: blur(4px);
}

.ogd-cce-body {
	padding: 16px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-family: 'Questrial', Arial, sans-serif;
}

.ogd-cce-name {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #16271a;
	line-height: 1.3;
}

.ogd-cce-cta {
	font-size: 12px;
	color: #5d8745;
	font-weight: 500;
	white-space: nowrap;
	flex-shrink: 0;
}
