/* BreederFront puppy status badges */
.bf-badge {
	display: inline-block;
	padding: 0.25em 0.75em;
	border-radius: 999px;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	white-space: nowrap;
}

.bf-badge--available {
	background: #dcfce7;
	color: #166534;
}

.bf-badge--application-pending {
	background: #fef3c7;
	color: #92400e;
}

.bf-badge--reserved {
	background: #dbeafe;
	color: #1e40af;
}

.bf-badge--placed {
	background: #e5e7eb;
	color: #374151;
}
