.bcard-13218-wrapper {
	padding: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	text-align: center;
	transition: all 0.3s ease;
}

.bcard-13218-header-link,
.bcard-13218-header-nolink {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

.bcard-13218-header-link:hover .bcard-13218-name {
	opacity: 0.8;
}

.bcard-13218-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 15px;
	display: block;
}

.bcard-13218-name {
	margin: 0;
	font-size: 22px;
	color: #333;
	text-decoration: none;
}

.bcard-13218-details {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

.bcard-13218-pos {
	font-weight: 500;
	margin-bottom: 10px;
	color: #00A0DD; /* Default brand color if any, else generic */
}

.bcard-13218-contact {
	margin-bottom: 5px;
}

.bcard-13218-contact a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s;
}

.bcard-13218-contact a:hover {
	text-decoration: underline;
}