/* GD ICONS FIX v1 - forza flex su gd-header-right DOPO styles-l.css */
@media (min-width: 768px) {
    .page-header .header.content .gd-header-right {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
    }
}
