.sidebar-css-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.sidebar-css-brand-mark {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 13px;
    background: linear-gradient(145deg, #064e49, #20c9b5);
    box-shadow: 0 10px 24px rgba(2, 54, 51, .28);
    color: #fff;
    font-size: 1.08rem;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
}

.sidebar-css-brand-text {
    display: inline-flex;
    min-width: 0;
    align-items: baseline;
    color: #fff;
    font-size: .92rem;
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: 1;
    white-space: nowrap;
}

.sidebar-css-brand-text em {
    color: #a7f3e6;
    font-style: normal;
}

.sidebar-css-brand:hover,
.sidebar-css-brand:focus {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .sidebar.toggled .sidebar-css-brand {
        gap: 0;
    }

    .sidebar.toggled .sidebar-css-brand-text {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .sidebar-css-brand {
        gap: 12px;
    }

    .sidebar-css-brand-mark {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 1.2rem;
    }

    .sidebar-css-brand-text,
    .sidebar.toggled .sidebar-css-brand-text {
        display: inline-flex;
        font-size: 1rem;
    }
}
