.hydra-tool-stack {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translate(-100%, -100%);
}

.thicknessLabel {
    color: var(--text-primary);
    font-family: Arial;
    text-shadow: 1px 1px 0 var(--ink-inverse);
    white-space: nowrap;
}

.hydra-slider {
    width: 125px;
}

#transferFunctions {
    position: absolute;
    right: 1em;
    transform: translateY(-100%);
}

#transferFunctions .zeero-select {
    --select-width: 11em;
    color: var(--text-primary);
    font-size: 0.9rem;
}

#transferFunctions .zeero-select-dropdown {
    bottom: 100%;
}
