.topic-request button {
    cursor: pointer;
    text-align: left;
    border: none;
    background: none;
    appearance: none;
    line-height: 1.5;
    font-style: italic;
    display: inline-flex;
    gap: 5px;
}
.topic-request button:hover { color: #1c7fa6; }
.topic-request button .icon-box {
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #1c7fa6;
}