/* Styles the co2rms backend's req=frame output -- this is a full standalone
   page loaded cross-origin inside our <iframe class="demo-frame">, so it
   needs its own body/background treatment, not just the #co2rms card rules
   in local-demo.css. Matches this site's redesign palette. System font
   stack only -- no cross-origin @font-face, keeps this dependency-free. */
html { font-size: 80%; }
body {
	margin: 0;
	background: #F7F1E6;
	color: #221E1A;
	font-family: -apple-system, "IBM Plex Sans", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}
#co2rms {
	background: #FFFDF8;
	border: 1px solid #DCD0B8;
	border-radius: 12px;
	padding: 24px 28px;
	box-shadow: 0 4px 16px rgba(34, 30, 26, 0.06);
}
#co2rms h1 {
	font-size: 1.4rem;
	margin: 0 0 0.4em;
}
#co2rms > .head {
	color: #55504A;
	font-size: 1.05rem;
	margin-bottom: 1.2em;
}
#co2rms h2 {
	font-weight: 600;
	color: #9B3216;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	margin-top: 1.2em;
	padding-bottom: 6px;
	border-bottom: 1px solid #DCD0B8;
}
.rms-item:hover { background-color: #ddcc99; }
#co2rms-footer { display: none !important; }
