<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quick-topic h3 {
    float: left;
}

.topic__suggestion {
    max-width: 250px;
    width: 45%;
    height: auto;
    padding: 7px;
    background: #E25F91;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-align: center;
    border-radius: 15px;
    margin: 0 5px 5px 0;
    float: right;
}

.topic__suggestion .tip {
    width: 0;
    height: 0;
    position: absolute;
    left: 25px;
    bottom: -20px;
    border: solid 10px;
    border-color: #E25F91 transparent transparent transparent;
}
</pre></body></html>