.bbpp-dashboard {
	max-width: 800px;
	margin: 0 auto;
}

.bbpp-dashboard-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 16px 0;
}

.bbpp-dashboard-card {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 12px 16px;
	min-width: 140px;
	display: flex;
	flex-direction: column;
}

.bbpp-dashboard-card-value {
	color: #1d2327;
	font-size: 22px;
	font-weight: 600;
}

.bbpp-dashboard-card-label {
	color: #646970;
	font-size: 12px;
	text-transform: uppercase;
}

.bbpp-referral-link {
	display: inline-block;
	color: #1d2327;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	padding: 6px 10px;
	font-family: monospace;
	word-break: break-all;
}

.bbpp-dashboard-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
}

.bbpp-dashboard-table th,
.bbpp-dashboard-table td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #dcdcde;
}
