.stock-status {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	line-height: 1.4;
}

.stock-dot {
	width: 16px;
	height: 9px;
	border-radius: 100%;
	flex: 0 0 9px;
}

.stock-in .stock-dot {
	background: #28a745;
}

.stock-out .stock-dot {
	background: #dc3545;
}

.stock-out {
	color: #dc3545;
}