.fe-entity {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.fe-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition:
        opacity .15s,
        transform .15s;
}

.i-link {
    width: 18px;
    height: 18px;
    color: #888;
    font-size: .9rem;
    opacity: .7;
    margin-left: 6px;
}

.i-link:hover {
    opacity: 1;
    transform: scale(1.15);
    color: #0080c0;
}

.e-link {
    width: 20px;
    height: 20px;
    color: #d4a000;
    font-size: 1rem;
    opacity: .92;
    margin-left: 4px;
}

.e-link:hover {
    opacity: 1;
    transform: scale(1.18);
}