.debug-ref-label {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
    min-height: 45px;
    max-width: 180px;
}

/* Top Tag: Type Label (From / Destination / Pivot) */
.ref-label-header {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 12px;
}

/* Specific tag styles */
.ref-label-from {
    color: #ff8800; /* orange */
}

.ref-label-to {
    color: #00ff88; /* green */
}

.ref-label-pivot {
    color: #ff3366; /* pink-red */
}

.ref-label-default {
    color: #dddddd;
}

.debug-ref-id {
    font-weight: bold;
    color: #ffcc00;
    font-size: 11px;
}

.debug-ref-part {
    font-size: 11px;
    color: #aaa;
    margin-top: 2px;
}

.debug-ref-key {
    font-size: 10px;
    font-style: italic;
    color: #ccc;
    margin-top: 2px;
}

.debug-ref-substep {
    font-size: 10px;
    color: #cfcfcf;
    margin-top: 2px;
    font-family: monospace;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 1px 4px;
    border-radius: 3px;
    display: inline-block;
}


.dropdown-refpoint {
    color: rgb(16, 3, 129);
}

/* 
select option.divider-option {
  border-top: 1px solid black;

  margin: 4px 0;
  height: 1px;
  font-size: 0;
  line-height: 0;
  padding: 0;
} */
