<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.answerbase-widget .title {
    font-weight: bold;
}
.answerbase-widget a {
    color: blue;
}
.answerbase-widget .questions-list .answer-item {
    color: black;
    font-weight: bold;
}
.answerbase-widget {
    background-color: #fffbb9;
    border: 6px solid #fffbb9;
    border-radius: 25px;
    display: block;
}
.answerbase-widget h5{
    font-weight: bold;
}</pre></body></html>