/* Full Estentra wordmarks for the dark sidebar and light public pages. */
.brand {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
}

.brand-logo {
    display: block;
    height: auto;
    max-width: 100%;
}

.brand .brand-logo {
    width: 190px;
}

.brand .brand-subtitle {
    margin-top: 0;
}

.auth-brand {
    display: grid;
    justify-items: start;
    gap: 5px;
}

.auth-brand .brand-logo {
    width: min(260px, 100%);
}

.auth-brand .brand-subtitle {
    color: var(--color-text-muted);
    font-size: 12px;
}
