/* ════════════════════════════════════════════════
   bpc-member-badge — selo "No portal desde / verificado"
   ════════════════════════════════════════════════ */
.bpc-mb {
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	margin-inline: auto;
	padding: 22px 24px;
	border-radius: 16px;
	background: #2b1a0e;
	color: #f5efe6;
}
.bpc-mb *, .bpc-mb *::before, .bpc-mb *::after { box-sizing: border-box; }

.bpc-mb__eyebrow {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c8861a;
}
.bpc-mb__value {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
}
.bpc-mb__verified {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.88rem;
	color: rgba(245, 239, 230, 0.78);
}
.bpc-mb__check {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #2f9e63;
}

/* ── Responsivo ────────────────────────────────── */
@media (max-width: 480px) {
	.bpc-mb { padding: 18px 20px; }
	.bpc-mb__value { font-size: 1.3rem; }
}
