/**
 * NeWS Accessibility Toolbar CSS
 *
 * @category  News
 * @package   News_AccessibilityToolbar
 * @author    Ne.W.S. - New Web Solutions
 * @copyright Copyright (c) 2025 Ne.W.S. - New Web Solutions
 */

/* Icone per Font Awesome */
.fa-icon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-close:before {
    content: "\f00d";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-flip-horizontal {
    transform: scaleX(-1);
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-font:before {
    content: "\f031";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-image:before {
    content: "\f03e";
}