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

.decision-tree__answer {
    --color: var(--root-color-text-link);
    --font-family: inherit;
    --font-size: 1em;
    --font-style: normal;
    --font-weight: var(--root-font-weight--normal);
    --line-height: inherit;
}

.decision-tree__answer:active,
.decision-tree__answer:focus,
.decision-tree__answer:hover {
    --color: var(--root-color-text-link--hover);
}

.decision-tree__answers {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1.5rem;
}

.decision-tree__answer:not(:first-child) {
    margin-top: 1rem;
}

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

.decision-tree__answer {
    color: var(--color, #000000);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-style: var(--font-style, normal);
    font-weight: var(--font-weight, normal);
    line-height: var(--line-height, inherit);
}
