.cp-multi-image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.cp-multi-image-preview img {
  flex-shrink: 0;
  width: 100px; 
  height: 56px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 5px;
}

.cp-multi-image-preview img:hover {
  transform: scale(1.05);
}

.cp-image-caption {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}

.cp-image-description {
  font-size: 11px;
  color: #666;
  text-align: center;
  margin-top: 2px;
}

.cp-multiimage-preview-buttons {
  margin-top: 10px;
  text-align: center;
}

.cp-multiimage-preview-buttons button {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.cp-multiimage-preview-buttons button:hover {
  background-color: #0056b3;
}

.cp-multiimage-message {
  font-size: 11px;
  color: red;
  margin-top: 5px;
  text-align: center;
}

.cp-multi-image-imgstyle {
  width: 100px;
  height: 56px;
  margin: 5px;
  object-fit: cover;
}
