/* Provn brand overrides shared across catalog, auth, portal, operations, and admin. */
.admin-sidebar.is-collapsed .admin-brand-logo::after {
    /* styles.css is loaded after this file, so this must win the legacy collapsed-logo rule. */
    background-image: url("https://provnrx.com/wp-content/uploads/2026/04/provn-logo.svg") !important;
}

.brand-mark img,
.login-brand img,
.admin-brand-logo img,
.portal-brand img {
    object-fit: contain;
}
