.shenbao_sidebanner_text {
    padding: calc(var(--text-gap) + 5px) 0 calc(var(--text-gap) + 15px);
}

.shenbao_sidebanner_text .container {
    display: flex;
    align-items: center;
}

.shenbao_sidebanner_text-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--text-size-md);
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shenbao_sidebanner_text-home {
    display: inline-flex;
    align-items: center;
    color: #7E7E7E;
    text-decoration: none;
    transition: color 0.2s;
}


.shenbao_sidebanner_text-home svg {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.shenbao_sidebanner_text-link {
    color: #7E7E7E;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 400;
    font-size: var(--text-size-md);
    line-height: 1.4;
}


.shenbao_sidebanner_text-link.is-active {
    color: #000;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shenbao_sidebanner_text-sep {
    display: inline-flex;
    align-items: center;
    color: #B2B2B2;
}

.shenbao_sidebanner_text-sep svg {
    display: block;
}

@media screen and (max-width: 1400px) {
    .shenbao_sidebanner_text {
        padding: calc(var(--text-gap) + 5px) 0;
    }
}

@media screen and (max-width: 992px) {
    .shenbao_sidebanner_text-home svg {
        width: 18px;
        height: 18px;
    }
}