/* ----- FONT AWESOME ----- */
.font-awesome-icon {
    color: #dc0069 !important;
}

.font-awesome-icon:hover {
    color: #002e5d !important;
}

/* ----- SPECIFIC ----- */
.spreadsheetName::before {
    font: var(--fa-font-solid);   /* <- kit defines this */
    content: "\f0ce";             /* fa-table */
    margin-right: 6px;
    color: #0F9D58;
}

.sheetRange::before {
    font: var(--fa-font-solid);
    content: "\f00a";             /* fa-table-cells */
    margin-right: 6px;
    color: #0F9D58;
}

.sheetName::before {
    font: var(--fa-font-solid);
    content: "\f0ce";
    margin-right: 6px;
    color: #0F9D58;

    display: inline-block;
    transform: rotate(180deg) translateY(2px); /* tweak Y as needed */
}

/* base rule recommended by FA */
[class^="process-"]::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
