body {
  background-color: #f5f5f5;
}

.navbar {
  margin-bottom: 20px;
}

.module-item {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-item.dragging {
  opacity: 0.5;
  background: #e9ecef;
}

.module-info h5 {
  margin: 0 0 5px 0;
}

.module-info .badge {
  margin-right: 10px;
}

.module-actions {
  display: flex;
  gap: 10px;
}

.drag-handle {
  cursor: move;
  margin-right: 15px;
  color: #6c757d;
}

.drag-handle:hover {
  color: #007bff;
}

.module-form textarea {
  min-height: 150px;
}

.carousel-images-container {
  border: 2px dashed #dee2e6;
  padding: 20px;
  border-radius: 5px;
}

.carousel-image-item {
  background: #f8f9fa;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}