.ux-loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 5;
}

html[data-bs-theme='dark'] .ux-loading-overlay {
    background-color: rgba(0, 0, 0, 0.55);
}

/* Navbar search field — capped width so it doesn't dominate the topbar */
.navbar-search {
    max-width: 300px;
}
