@import "./components/index.css";

/* Base layout styles - Only global layout rules, no components here */
html,
body {
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body {
	display: flex !important;
	flex-direction: column !important;
}

.main-content {
	flex: 1 !important;
	transition: margin-left 0.3s ease-in-out;
	margin-top: 1rem;
}

/* Sidebar layout spacing rules moved to components/sidebar.css to avoid duplication. */
