#validator-form div.mb-3:has(input[name="url"]) {
    display: none;
}

#validator-form div.mb-3:has(textarea[name="content"]) {
    display: none;
}

#helpers {
    display: none;
}

tr.feed-comment {
    display: none;
}

tr.text-muted td,
tr.text-muted th {
    color: inherit !important;
}
