/* NETRA Members listing — SEO-friendly cards with excerpts */
.netra-members-listing {
	padding-top: 8px;
}

.netra-member-card {
	background: #fff;
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.netra-member-card:hover {
	box-shadow: 0 12px 32px rgba(15, 31, 61, 0.08);
	border-color: #d4e4dc;
}

.netra-member-card__media {
	text-align: center;
	background: #f8fafc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 16px;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.netra-member-card__logo {
	max-height: 72px;
	width: auto;
	object-fit: contain;
}

.netra-member-card__title {
	font-size: 18px;
	font-weight: 700;
	color: #002233;
	margin: 0 0 8px;
	line-height: 1.35;
}

.netra-member-card__title a {
	color: inherit;
	text-decoration: none;
}

.netra-member-card__title a:hover {
	color: #1b5e20;
}

.netra-member-card__country {
	font-size: 14px;
	color: #5a6a85;
	margin: 0 0 8px;
}

.netra-member-card__country i {
	color: #1b5e20;
	margin-right: 4px;
}

.netra-member-card__category {
	margin: 0 0 10px;
}

.netra-member-card__badge {
	background: #1b5e20;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
}

.netra-member-card__excerpt {
	color: #445566;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 16px;
	flex-grow: 1;
}

.netra-member-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #eef2f6;
}

.netra-member-card__profile {
	font-weight: 600;
	color: #1b5e20;
	text-decoration: none;
}

.netra-member-card__profile:hover {
	color: #00a878;
}

.netra-member-card__website {
	font-size: 14px;
	color: #5a6a85;
	text-decoration: none;
}

.netra-member-card__website:hover {
	color: #1b5e20;
}

.netra-member-card__website i {
	font-size: 11px;
}

/* Single member profile */
.netra-member-profile__about {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.netra-member-profile__about h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 12px;
}

.netra-member-profile__about p {
	color: #555;
	line-height: 1.75;
	font-size: 16px;
}
