/**
 * Stili Frontend per HCGPT Menu Conditions.
 *
 * Dal 5.0.0 il plugin gestisce solo visibilita voci menu e apertura link same/new.
 */

.hcgpt-new-tab > a::after,
a.hcgpt-new-tab::after {
    content: " \2197";
    font-size: 0.8em;
    vertical-align: text-top;
}
