.d-none {
    display: none !important;
}
.sk-brand-logo {
    display: inline-flex;
    align-items: center;
    width: 156px;
    min-width: 156px;
    height: 70px;
    color: #111827;
    text-decoration: none;
    line-height: 1;
}

.sk-brand-logo__svg {
    width: 156px;
    height: 70px;
    display: block;
    overflow: visible;
}

.sk-brand-logo__text {
    fill: currentColor;
    font-family: Inter, Poppins, Montserrat, Arial, sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -2.5px;
}

.sk-brand-logo__text-main {
    font-size: 52px;
}

.sk-brand-logo__text-sub {
    font-size: 52px;
}

:global([data-bs-theme="dark"]) .sk-brand-logo,
:global([data-theme="dark"]) .sk-brand-logo,
:global(.dark) .sk-brand-logo,
:global(body.dark) .sk-brand-logo {
    color: #ffffff;
}