.ui-debug [data-component] {
  outline: 2px solid red;
  position: relative;
}

.ui-debug [data-component]::after {
  content: attr(data-component);
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  color: white;
  font-size: 10px;
  line-height: 1.4;
  padding: 1px 4px;
  z-index: 9999;
  white-space: nowrap;
}

.ui-debug [data-card] {
  outline: 2px solid #00d4aa;
  position: relative;
}

.ui-debug [data-card]::after {
  content: attr(data-card);
  position: absolute;
  top: 0;
  right: 0;
  background: #00d4aa;
  color: white;
  font-size: 10px;
  line-height: 1.4;
  padding: 1px 4px;
  z-index: 9999;
  white-space: nowrap;
}
