body { font-family: Arial, Helvetica, sans-serif; line-height: 1.7; margin: 2em; background: #fafafa; }
h1, h2, h3, h4, h5, h6 { color: #333; }
ul, ol { margin-left: 2em; }
blockquote { background: #f5f5f5; padding: 1em 1.5em; border-left: 4px solid #aaa; }
pre, code { background: #f5f5f5; padding: 0.2em 0.6em; border-radius: 3px; }
img { max-width: 100%; border: 1px solid #ddd; border-radius: 4px; margin: 1em 0; }
.note { font-size: small; color: #555; background: #ffffe0; padding: 0.5em 1em; border-left: 4px solid #ffd700; margin: 1em 0; }
.limited-img {
width: clamp(480px, 75%, 800px);
height: auto;
}
del {
...