/* Ideearendus Frontend Base — minimal, non-conflicting with template style.css */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; }

/* Prose (rich text content from editor) */
.cms-prose h1,.cms-prose h2,.cms-prose h3,.cms-prose h4 { margin-top: 1.5em; margin-bottom: .5em; font-weight: 700; line-height: 1.3; }
.cms-prose p { margin-bottom: 1em; }
.cms-prose ul,.cms-prose ol { margin: 0 0 1em 1.5em; }
.cms-prose li { margin-bottom: .3em; }
.cms-prose a { color: var(--primary, #0d9488); text-decoration: underline; }
.cms-prose blockquote { border-left: 4px solid var(--primary, #0d9488); padding-left: 16px; color: var(--text-muted, #94a3b8); font-style: italic; margin: 1.5em 0; }
.cms-prose strong { font-weight: 700; }
.cms-prose img { border-radius: 8px; margin: 1em 0; }
