/* Guides prose — pairs with enterprise-theme.css */
.guides-wrap { max-width: 720px; margin: 0 auto; padding: 2rem clamp(16px, 4vw, 32px) 4rem; }
.guides-wrap h1 { font-family: var(--font-display, Oswald, sans-serif); font-size: clamp(1.75rem, 4vw, 2.25rem); color: #072c2c; margin-bottom: 0.5rem; }
.guides-meta { font-size: 0.9rem; color: #6c757d; margin-bottom: 2rem; }
.guides-prose { font-size: 1.05rem; line-height: 1.75; color: #343a40; }
.guides-prose h2 { font-size: 1.35rem; margin-top: 2rem; margin-bottom: 0.75rem; color: #072c2c; }
.guides-prose h3 { font-size: 1.15rem; margin-top: 1.5rem; color: #495057; }
.guides-prose p { margin-bottom: 1rem; }
.guides-prose ul, .guides-prose ol { margin: 0 0 1rem 1.25rem; }
.guides-prose pre { background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 1rem; overflow-x: auto; font-size: 0.9rem; }
.guides-prose code { font-family: "Ubuntu Mono", monospace; font-size: 0.9em; }
.guides-prose blockquote { border-left: 4px solid #ff5f03; padding-left: 1rem; margin: 1rem 0; color: #495057; }
.guides-index-list { list-style: none; padding: 0; margin: 0; }
.guides-index-list li { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #e9ecef; }
.guides-index-list a { color: #072c2c; font-weight: 600; font-size: 1.15rem; }
.guides-index-list a:hover { color: #ff5f03; }
