.ccpg-dds-box {
  cursor: grab;
  user-select: none;
  transition: background-color 0.2s ease;
}

.ccpg-dds-box:active {
  cursor: grabbing;
}

.ccpg-dds-box.fixed {
  cursor: default;
}

.ccpg-dds-box.fixed.active-drag {
  outline: 3px dashed #c36;
}

.ccpg-dds-example
.ccpg-dds-box.fixed {
  background-color: #2F587B;
}

.ccpg-dds-example {
  display: flex;
  gap: 0.5em;
}

.ccpg-dds-example
.ccpg-dds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ccpg-dds-example
.ccpg-dds-box {
  width: 150px;
  height: 80px;
  margin: 5px 0;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  background-color: #4a7cb8;
  border: 2px solid #fff;
}