/* Kinkgram — highlight the "show more comments" link as a clear control.
 * Toggleable from Admin → Kinkgram. Remove once HumHub styles this natively. */
.comment .showMore a {
    font-size: 13px;
    color: var(--text-color-contrast);
    background-color: var(--bs-accent);
    padding: 5px 15px;
    border-radius: 5px;
}
