@import '_content/Orangite.Components/Orangite.Components.bundle.scp.css';

/* _content/StaffControl.Web/Components/Pages/Admin/AdminHome.razor.rz.scp.css */
.admin-home-layout[b-j8seprme4b] {
    display: flex;
    flex-direction: column;
    align-items: center; /* centers clock and grid horizontally */
    gap: 1.5rem; /* space between clock and grid */
    padding: 1rem 0;
}

.admin-home-clock[b-j8seprme4b] {
    /* clock will be centered by the parent flex container */
}

.admin-home-grid[b-j8seprme4b] {
    width: 100%;
    max-width: 1200px; /* tweak or remove if you want full width */
}
