.comment-content {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.comment-content a {
    word-break: break-word;
    overflow-wrap: anywhere;

    color: #007bff;
    text-decoration: underline;
}

.comment-content a:hover {
    color: #0056b3;
    text-decoration: none;
}

.comment-content a::after {
    content: " \2197"; /* Unicode for North East Arrow (↗) */
    font-size: 0.8em;   /* Make it slightly smaller */
    margin-left: 2px;
    opacity: 0.7;       /* Make it subtle */
}