.sju-nav-item-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sju-nav-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.sju-nav-item-icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.sju-nav-item-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.15;
}

.sju-nav-item-title {
    line-height: 1.2;
}

.sju-nav-item-subtitle {
    display: block;
    margin-top: 2px;
    font-size: 0.76em;
    line-height: 1.2;
    opacity: 0.75;
}
