.spc-nodeLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    vertical-align: middle;
    margin: 2px 1px;
    padding: 3px 10px 3px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.12) inset;
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none !important;
    transition: all 0.1s ease-in-out;
}

.spc-nodeLink:hover {
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: rgba(255, 255, 255, 0.97) !important;
    text-decoration: none !important;
}

.spc-nodeLink-icon {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-mask: var(--spc-nodeLink-mask) no-repeat center / contain;
    mask: var(--spc-nodeLink-mask) no-repeat center / contain;
    transition: background-color 0.1s ease-in-out;
}

.spc-nodeLink:hover .spc-nodeLink-icon {
    background-color: rgba(255, 255, 255, 0.85);
}

.spc-nodeLink-img {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    object-fit: contain;
    border-radius: 3px;
    display: block;
    max-width: none;
}

.spc-nodeLink-faWrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.1s ease-in-out;
}

.spc-nodeLink:hover .spc-nodeLink-faWrap {
    color: rgba(255, 255, 255, 0.85);
}

.spc-nodeLink-fa {
    font-size: 13px;
    line-height: 1;
}

.spc-nodeLink-label {
    white-space: normal;
}

.spc-nodeLink--forum {
    --spc-nodeLink-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M14%209a2%202%200%200%201-2%202H6l-4%204V4a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202z'/%3E%3Cpath%20d='M18%209h2a2%202%200%200%201%202%202v11l-4-4h-6a2%202%200%200%201-2-2v-1'/%3E%3C/svg%3E");
}

.spc-nodeLink--thread {
    --spc-nodeLink-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21%2015a2%202%200%200%201-2%202H7l-4%204V5a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202z'/%3E%3Cpath%20d='M13%208H7'/%3E%3Cpath%20d='M17%2012H7'/%3E%3C/svg%3E");
}
