.media-modal .attachment .attachment-preview,
.media-frame .attachment .attachment-preview {
  position: relative;
}

.media-modal .dexacube-media-index,
.media-frame .dexacube-media-index {
  position: absolute;
  top: 6px;
  left: 6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.elementor-editor-active .dexacube-wrapper {
  position: relative;
}

.dexacube-control-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.dexacube-control-tip {
  background: #1a1a1a;
  color: #eee;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #00ffcc;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.4;
}

.dexacube-control-tip-title {
  color: #00ffcc;
  display: block;
  margin-bottom: 4px;
}
