svg.demo {
    border: 1px solid black;
}

svg.demo text, svg.demo circle, svg.demo path.dropdown-arrow {
    fill: #212529;
    font-family: Sohne, system-ui, Arial;
    font-size: 14px;
}

svg.demo text.taia-warning {
    font-size: 12px;
    fill: lightgray;
}

svg.demo rect.taia-question, svg.demo path.taia-question {
    fill: #f1ebb7;
}

svg.demo rect.taia-answer, svg.demo path.taia-answer {
    fill: #bec8e8;
}

svg.demo .taia-question, svg.demo .taia-answer {
    display: none;
}

svg.demo text.taia-header {
    font-family: Sohne, system-ui, Arial;
}
