output-parent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.25rem;
}

output-parent > header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5ch;
}

output-parent > footer {
    font-size: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5ch;
}

output-parent > footer > i.icon[class] {
    height: 1.5em;
    width: 1.5em;
    font-size: 0.75em;
}

output-parent > footer > i.yes {
    background-color: var(--color-green);
}

output-parent > footer > i.no {
    background-color: var(--color-yellow);
}