body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	line-height: 1.6;
	color: #2d3748;
	background-color: #fef5e7;
}

td {
	line-height: 1.6;
}

a {
	color: #3182ce;
	text-decoration: none;
	transition: background-color 0.15s;
}

a:visited {
	color: #3182ce;
}

a:hover {
	color: #2c5282;
}

a.selected {
	background-color: #f7931a;
	color: white;
	font-weight: 600;
	padding: 2px 6px;
	border-radius: 3px;
}

code {
	color: #2d6a4f;
	background-color: #f7fafc;
	padding: 2px 6px;
	border-radius: 3px;
	font-family: 'Courier New', Consolas, monospace;
	font-size: 90%;
	border: 1px solid #e2e8f0;
}

ul {
	padding-left: 25px;
	margin-top: 8px;
	margin-bottom: 12px;
}

li {
	margin: 6px 0;
}

h1 {
	color: #2d3748;
	border-bottom: 2px solid #f7931a;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

h2 {
	color: #2d3748;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 6px;
	margin-top: 25px;
	margin-bottom: 12px;
}

h3 {
	color: #4a5568;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cfg_name {
	font-family: 'Courier New', Consolas, monospace;
	font-weight: bold;
	color: #2d6a4f;
}

.cfg_type {
	font-weight: bold;
	color: #4a5568;
}

.cfg_info {
	font-style: italic;
	color: #718096;
}

pre {
	background-color: #f7fafc;
	padding: 12px;
	border-radius: 4px;
	font-size: 85%;
	overflow-x: auto;
	border: 1px solid #e2e8f0;
}

.bigger {
	font-size: 120%;
}

tr.even {
	background-color: #fcfff8;
}

tr.odd {
	background-color: #f8f8ff;
}

img {
	max-width: 100%;
	height: auto;
}

/* Three-column box layout for components */
.components-container {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 15px;
	margin-top: 20px;
}

.component-box {
	display: table-cell;
	background-color: white;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	padding: 20px;
	vertical-align: top;
}

.component-box h2 {
	margin-top: 0;
	color: #f7931a;
	border-bottom: 2px solid #f7931a;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
	.components-container {
		display: block;
	}
	
	.component-box {
		display: block;
		margin-bottom: 15px;
	}
}
