html {
	/* dl experimental and dl specifier*/
	
	--specifier-color-foreground:  #ffffff;

	--experimental-color: #CAD0A8;
	--experimental-color-dark: #69732B;
	--experimental-color-darker: #565C32;
}

dl.experimental {
	padding: var(--spacing-medium);
	margin: var(--spacing-medium) 0;
	color: var(--experimental-color-darker);
	overflow: hidden;
	margin-left: 0;
	border-radius: var(--border-radius-small);
	background: var(--experimental-color);
	border-left: 8px solid var(--experimental-color-dark);
}

dl.experimental dd {
	margin-inline-start: 0px;
}

dl.experimental dt a, dl.experimental dt b a, dl.experimental dt a.el {
	font-weight: bold !important;
	color: var(--experimental-color-dark) !important;
}


.blueprint-node {
	border: 2px solid #233948;
	border-radius: 5px;
	background: linear-gradient(90deg, #161616, #181818);
	color: #EEEEEE;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	width: auto;
	overflow: hidden;
	display: inline-block;
}

.node-header {
	background: linear-gradient(90deg, #233948, #608399);
	padding: 5px;
	border-bottom: 1px solid #608399;
	display: flex;
	align-items: center;
}

.node-content {
	padding: 5px;
}

.node-row {
	display: grid;
	grid-template-columns: 1fr 1fr; /* Two columns: input and output */
	align-items: center;
	padding: 2px 0;
	gap: 10px; /* Space between input and output */
}

.node-input, .node-output {
	display: flex;
	align-items: center;
	white-space: nowrap; /* Prevents pin-name from wrapping */
}

.node-input {
	justify-content: flex-start; /* Align inputs to the left */
}

.node-output {
	justify-content: flex-end; /* Align outputs to the right */
}

.pin-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 4px; /* Uniform margin */
}

.icon-exec-disconnected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='26.366' height='25.7906' viewBox='0 0 6.976 6.8238'%3E%3Cpath fill='%23fff' d='M1.0684 25.2988c-.6324 0-1.1582.5259-1.1582 1.1582v6.1055c0 .6323.5258 1.1602 1.1582 1.1602h2.623c.485 0 .9547-.1772 1.3184-.498l3.1347-2.7677c.484-.427.4963-1.203.0274-1.6465l-3.1582-2.9863a1.9246 1.9246 0 0 0-1.3223-.5254Zm.1464 1.3047h2.4766a.6207.6207 0 0 1 .4258.17l3.0058 2.8417-2.9785 2.629a.6846.6846 0 0 1-.453.1718H1.2147Z' transform='matrix(.8106 0 0 .81 .0728 -20.4934)'/%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='26.366' height='25.7906' viewBox='0 0 6.976 6.8238'%3E%3Cpath fill='%23fff' d='M1.0684 25.2988c-.6324 0-1.1582.5259-1.1582 1.1582v6.1055c0 .6323.5258 1.1602 1.1582 1.1602h2.623c.485 0 .9547-.1772 1.3184-.498l3.1347-2.7677c.484-.427.4963-1.203.0274-1.6465l-3.1582-2.9863a1.9246 1.9246 0 0 0-1.3223-.5254Zm.1464 1.3047h2.4766a.6207.6207 0 0 1 .4258.17l3.0058 2.8417-2.9785 2.629a.6846.6846 0 0 1-.453.1718H1.2147Z' transform='matrix(.8106 0 0 .81 .0728 -20.4934)'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}
.icon-exec-connected {
	mask:  no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='26.368' height='25.6882' viewBox='0 0 6.9765 6.7967'%3E%3Cpath fill='%23fff' d='M.5622 26.4573v6.106a.506.506 45 0 0 .506.506h2.6237a1.338 1.338 159.2865 0 0 .8853-.3348l3.135-2.7664a.4622.4622 90.9862 0 0 .0117-.6824L4.5655 26.299a1.2714 1.2714 21.6997 0 0-.8736-.3476H1.0682a.506.506 135 0 0-.506.506z' transform='translate(-.5369 -24.7801) scale(.9549)'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}

.icon-array-pin-connected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='29.35' height='29.35' viewBox='0 0 7.7655 7.7655'%3E%3Cpath fill='%23fff' d='M0 0h2.1167v2.1167H0Zm2.8244 0h2.1167v2.1167H2.8244Zm2.8245.0022h2.1166v2.1167H5.649ZM0 2.8222h2.1167V4.939H0Zm2.8244 0h2.1167V4.939H2.8244Zm2.8245.0022h2.1166v2.1167H5.649ZM0 5.6466h2.1167v2.1167H0Zm2.8244 0h2.1167v2.1167H2.8244Zm2.8245.0023h2.1166v2.1166H5.649Z'/%3E%3C/svg%3E") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='29.35' height='29.35' viewBox='0 0 7.7655 7.7655'%3E%3Cpath fill='%23fff' d='M0 0h2.1167v2.1167H0Zm2.8244 0h2.1167v2.1167H2.8244Zm2.8245.0022h2.1166v2.1167H5.649ZM0 2.8222h2.1167V4.939H0Zm2.8244 0h2.1167V4.939H2.8244Zm2.8245.0022h2.1166v2.1167H5.649ZM0 5.6466h2.1167v2.1167H0Zm2.8244 0h2.1167v2.1167H2.8244Zm2.8245.0023h2.1166v2.1166H5.649Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.icon-array-pin-disconnected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='29.35' height='29.35' viewBox='0 0 7.7655 7.7655'%3E%3Cpath fill='%23fff' d='M0 0h2.1167v2.1167H0Zm2.8245 0h2.1166v2.1167H2.8245zm2.8243.0022h2.1168v2.1167H5.6488zM0 2.8223h2.1167v2.1166H0Zm5.6488.0022h2.1168v2.1166H5.6488zM0 5.6467h2.1167v2.1167H0Zm2.8245 0h2.1166v2.1167H2.8245zm2.8243.0021h2.1168v2.1168H5.6488z'/%3E%3C/svg%3E") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='29.35' height='29.35' viewBox='0 0 7.7655 7.7655'%3E%3Cpath fill='%23fff' d='M0 0h2.1167v2.1167H0Zm2.8245 0h2.1166v2.1167H2.8245zm2.8243.0022h2.1168v2.1167H5.6488zM0 2.8223h2.1167v2.1166H0Zm5.6488.0022h2.1168v2.1166H5.6488zM0 5.6467h2.1167v2.1167H0Zm2.8245 0h2.1166v2.1167H2.8245zm2.8243.0021h2.1168v2.1168H5.6488z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.icon-pin-connected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='24.556' height='24.556' viewBox='0 0 6.4971 6.4971'%3E%3Cpath fill='%23fff' d='M6.4971 3.2486A3.2486 3.2486 0 0 1 3.2486 6.497 3.2486 3.2486 0 0 1 0 3.2486 3.2486 3.2486 0 0 1 3.2486 0 3.2486 3.2486 0 0 1 6.497 3.2486Z'/%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='24.556' height='24.556' viewBox='0 0 6.4971 6.4971'%3E%3Cpath fill='%23fff' d='M6.4971 3.2486A3.2486 3.2486 0 0 1 3.2486 6.497 3.2486 3.2486 0 0 1 0 3.2486 3.2486 3.2486 0 0 1 3.2486 0 3.2486 3.2486 0 0 1 6.497 3.2486Z'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}
.icon-pin-disconnected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='30.0548' height='23.3268' viewBox='0 0 7.952 6.1719'%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.7734 18.08c-1.6978 0-3.0859 1.3882-3.0859 3.086 0 1.6979 1.388 3.086 3.086 3.086 1.6978 0 3.0859-1.3881 3.0859-3.086 0-1.6978-1.3881-3.086-3.086-3.086zm0 1.0587a2.0194 2.0194 0 0 1 2.0274 2.0273 2.0194 2.0194 0 0 1-2.0274 2.0274 2.0194 2.0194 0 0 1-2.0273-2.0274 2.0194 2.0194 0 0 1 2.0273-2.0273z' transform='translate(-8.6875 -18.08)'/%3E%3Cpath d='M5.9388 1.299a3.0856 3.0856 0 0 1 .5718 1.7876 3.0858 3.0858 0 0 1-.637 1.8649L7.952 3.0926z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='30.0548' height='23.3268' viewBox='0 0 7.952 6.1719'%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.7734 18.08c-1.6978 0-3.0859 1.3882-3.0859 3.086 0 1.6979 1.388 3.086 3.086 3.086 1.6978 0 3.0859-1.3881 3.0859-3.086 0-1.6978-1.3881-3.086-3.086-3.086zm0 1.0587a2.0194 2.0194 0 0 1 2.0274 2.0273 2.0194 2.0194 0 0 1-2.0274 2.0274 2.0194 2.0194 0 0 1-2.0273-2.0274 2.0194 2.0194 0 0 1 2.0273-2.0273z' transform='translate(-8.6875 -18.08)'/%3E%3Cpath d='M5.9388 1.299a3.0856 3.0856 0 0 1 .5718 1.7876 3.0858 3.0858 0 0 1-.637 1.8649L7.952 3.0926z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain;
}

.icon-pin-varA-connected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='30.2139' height='23.3245' viewBox='0 0 7.9941 6.1713'%3E%3Cg fill='%23fff'%3E%3Cpath d='M6.1713 3.0856a3.0856 3.0856 0 0 1-3.0857 3.0857A3.0856 3.0856 0 0 1 0 3.0856 3.0856 3.0856 0 0 1 3.0856 0a3.0856 3.0856 0 0 1 3.0857 3.0856Z'/%3E%3Cpath id='a' d='M5.9809 1.298a3.0856 3.0856 0 0 1 .5718 1.7876 3.0856 3.0856 0 0 1-.637 1.8649l2.0784-1.8588z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='30.2139' height='23.3245' viewBox='0 0 7.9941 6.1713'%3E%3Cg fill='%23fff'%3E%3Cpath d='M6.1713 3.0856a3.0856 3.0856 0 0 1-3.0857 3.0857A3.0856 3.0856 0 0 1 0 3.0856 3.0856 3.0856 0 0 1 3.0856 0a3.0856 3.0856 0 0 1 3.0857 3.0856Z'/%3E%3Cpath id='a' d='M5.9809 1.298a3.0856 3.0856 0 0 1 .5718 1.7876 3.0856 3.0856 0 0 1-.637 1.8649l2.0784-1.8588z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}
.icon-pin-varA-disconnected {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='30.0548' height='23.3268' viewBox='0 0 7.952 6.1719'%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.7734 18.08c-1.6978 0-3.0859 1.3882-3.0859 3.086 0 1.6979 1.388 3.086 3.086 3.086 1.6978 0 3.0859-1.3881 3.0859-3.086 0-1.6978-1.3881-3.086-3.086-3.086zm0 1.0587a2.0194 2.0194 0 0 1 2.0274 2.0273 2.0194 2.0194 0 0 1-2.0274 2.0274 2.0194 2.0194 0 0 1-2.0273-2.0274 2.0194 2.0194 0 0 1 2.0273-2.0273z' transform='translate(-8.6875 -18.08)'/%3E%3Cpath d='M5.9388 1.299a3.0856 3.0856 0 0 1 .5718 1.7876 3.0858 3.0858 0 0 1-.637 1.8649L7.952 3.0926z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='30.0548' height='23.3268' viewBox='0 0 7.952 6.1719'%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.7734 18.08c-1.6978 0-3.0859 1.3882-3.0859 3.086 0 1.6979 1.388 3.086 3.086 3.086 1.6978 0 3.0859-1.3881 3.0859-3.086 0-1.6978-1.3881-3.086-3.086-3.086zm0 1.0587a2.0194 2.0194 0 0 1 2.0274 2.0273 2.0194 2.0194 0 0 1-2.0274 2.0274 2.0194 2.0194 0 0 1-2.0273-2.0274 2.0194 2.0194 0 0 1 2.0273-2.0273z' transform='translate(-8.6875 -18.08)'/%3E%3Cpath d='M5.9388 1.299a3.0856 3.0856 0 0 1 .5718 1.7876 3.0858 3.0858 0 0 1-.637 1.8649L7.952 3.0926z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain;
}

.pin-name {
	color: #EEEEEE;
}

p:empty {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}