/* Fix parasitic br/p in flex card links (LiteSpeed HTML minification) */
a.flex.items-center > br {
    display: none !important;
}
a.flex.items-center > p {
    display: contents !important;
}
a.flex.items-center > noscript {
    display: none !important;
}