/* GGG Icon-System – Font Awesome 7.3.1 lokal */
.fa-solid.ggg-icon,
.fa-regular.ggg-icon,
.fa-brands.ggg-icon {
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    margin-right: .25em;
    font-size: .95em;
    line-height: 1;
    vertical-align: -.05em;
    color: currentColor;
}

.ggg-icon--blue {
    color: var(--blue) !important;
}
.ggg-icon--black {
    color: #000 !important;
}
.ggg-icon--red {
    color: var(--red) !important;
}

.ggg-icon--green {
    color: var(--green) !important;
}