.driveworks-instance {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.driveworks-instance__header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.driveworks-instance__header h1 {
  margin: 0 0 10px 0;
  color: #333;
}

.driveworks-instance__header .description {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.driveworks-instance__content {
  margin-bottom: 20px;
}

.driveworks-embed {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.driveworks-placeholder {
  text-align: center;
  padding: 40px;
  background: #f9f9f9;
  border: 2px dashed #ccc;
  border-radius: 4px;
}

.driveworks-instance__actions {
  text-align: right;
}

.driveworks-instance__actions .button {
  margin-left: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.button--primary {
  background-color: #0073aa;
  color: white;
}

.button--primary:hover {
  background-color: #005a87;
}

.button {
  background-color: #f7f7f7;
  color: #333;
  border: 1px solid #ccc;
}

.button:hover {
  background-color: #e7e7e7;
}