.bion-member-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 24px 0;
}

.bion-member-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.bion-member-card__title {
	margin: 0 0 16px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.bion-member-card__row {
	margin: 0 0 10px;
}

.bion-member-card a {
	word-break: break-word;
}

@media (max-width: 767px) {
	.bion-member-cards {
		grid-template-columns: 1fr;
	}
}
