.plotly-line-adjust-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 0.35rem;
    margin: 0 0 0.35rem 0;
}

.plotly-line-adjust-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
}

.plotly-line-offset-display {
    color: #495057;
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    line-height: 1.2;
}

.plotly-line-offset-display:empty {
    display: none;
}

.plotly-line-offset-primary,
.plotly-adjusted-starting-number {
    display: block;
}

.plotly-adjusted-starting-number {
    margin-top: 0.1rem;
    opacity: 0.9;
}

.plotly-line-adjust-btn.active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.plotly-trace-y-drag-active .nsewdrag,
.plotly-trace-y-drag-active .drag {
    cursor: ns-resize !important;
}

.plotly-graph-drag-hint {
    color: #6c757d;
    font-size: 0.85rem;
    margin: 0 0 0.75rem 0;
}
