/* --- Tile Container --- */
.main-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Base loader wrapper */
.standard-loader {
    position: relative;
}

/* Center spinner over content */
.standard-loader .dash-spinner {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Optional: dim background while loading */
.standard-loader.dimming {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Control spinner size */
.standard-loader .dash-spinner svg {
    width: 60px;
    height: 60px;
}

/* Optional fullscreen loader */
.standard-loader.fullscreen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
}
