
.decision-tree__history-back {
    --font-size: var(--root-font-size);
}

.decision-tree__history-back.button {
    /*--background-color: inherit;*/
    /*--border-top-color: inherit;*/
    /*--border-right-color: inherit;*/
    /*--border-bottom-color: inherit;*/
    /*--border-left-color: inherit;*/
    /*--color: inherit;*/
}

.decision-tree__history-back.button:active,
.decision-tree__history-back.button:focus,
.decision-tree__history-back.button:hover {
    /*--background-color: inherit;*/
    /*--border-top-color: inherit;*/
    /*--border-right-color: inherit;*/
    /*--border-bottom-color: inherit;*/
    /*--border-left-color: inherit;*/
}

.decision-tree__history {
    display: none;
}

.decision-tree__history-back {
    font-size: var(--font-size, 1rem);
}
