/*
 * Preserve the Remake close icon in both image gallery variants when a
 * third-party widget loads an older Font Awesome stylesheet afterwards.
 */
.fa.fa-times::before,
.fas.fa-times::before {
    content: "\e90a";
}
