/* Theme-aware brand logo (pairs with partials/wispbyte-logo.ejs) */
.wispbyte-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.wispbyte-logo__mark {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

html.wispbyte-theme .wispbyte-logo__mark--wispbyte {
    display: block;
}

html.light-theme .wispbyte-logo__mark--light {
    display: block;
}

html.dark-theme .wispbyte-logo__mark--dark {
    display: block;
}

.wispbyte-logo.brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.wispbyte-logo.login-brand-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.wispbyte-logo.logo-icn {
    position: relative;
    width: 30px;
    height: 30px;
    top: 3px;
    margin-right: 2px;
}
