/* PBP Affiliate — partner page + portal front-end */
.pbp-partner-hero { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.pbp-partner-photo {
	width: 140px; height: 140px; border-radius: 50%; object-fit: cover;
	border: 3px solid rgba(244,192,60,.3); box-shadow: 0 0 40px -10px rgba(244,192,60,.3);
}
.pbp-partner-mono {
	width: 140px; height: 140px; border-radius: 50%; display: grid; place-items: center;
	font-size: 4rem; font-weight: 700; color: #F4C03C;
	background: #111214; border: 3px solid rgba(244,192,60,.3);
	box-shadow: 0 0 40px -10px rgba(244,192,60,.3);
}

/* Portal */
.pbp-portal-card {
	background: #111214; border: 1px solid rgba(244,192,60,.15); border-radius: 12px;
	padding: 1.2rem 1.4rem; margin-bottom: 1.5rem;
}
.pbp-stat-card {
	background: #111214; border: 1px solid rgba(244,192,60,.1); border-radius: 10px;
	padding: 1rem; text-align: center;
}
.pbp-stat-num { font-size: 1.6rem; font-weight: 700; margin-bottom: .2rem; }
.pbp-stat-lbl { font-size: .75rem; color: rgba(246,244,239,.5); text-transform: uppercase; letter-spacing: .05em; }

/* Portal table dark override */
.pbp-portal-card table.widefat, .widefat {
	background: #111214 !important;
}
.pbp-portal-card table th, .widefat th {
	color: rgba(246,244,239,.7);
}
