.image-not-available {
  width: 200px;
  height: 150px;
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #666;
  text-align: center;
}
