body {
    font-family: -apple-system, BlinkMacOSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    margin: 30px auto;
    max-width: 900px;
    color: #222;
    background: #b8bcbf;
    padding: 0 15px;
}

h1 {
    font-size: 2.2em;
    margin-bottom: 0.8em;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.4em;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.post {
    margin: 2.5em 0;
    padding: 1.5em;
    background: #dddddd;               /* pure white cards on neutral bg */
    border: 1px solid #e0e0f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.post-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.7em;
    margin-bottom: 1em;
}

.post-header .username {
    color: #1a3c6d;
    font-weight: bold;
}

.post-body {
    margin-left: 1.8em;          /* <-- this indents the content from the header */
    font-size: 1.05em;
    color: #2c2c2c;
}

.post-body p {
    margin: 1em 0;
}

.post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1em 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.post-body blockquote {
    margin: 1.5em 0 1.5em 2em;
    padding: 0.8em 1.2em;
    border-left: 4px solid #bbb;
    background: #f5f5f5;
    color: #444;
    font-style: italic;
}

.post-body strong {
    font-weight: 700;
    color: #111;
}

.post-body em {
    font-style: italic;
}

.post-body u {
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2em 0;
}

.back-links {
    margin-top: 3em;
    font-size: 1.1em;
    text-align: center;
}

.quote {
    margin: 1.5em 0 1.5em 2em;
    padding: 1em 1.2em;
    border-left: 5px solid #aaa;
    background: #f8f9fa;
    color: #444;
    font-style: italic;
    border-radius: 4px;
}

.quote-header {
    font-weight: bold;
    color: #555;
    margin-bottom: 0.6em;
    font-size: 0.95em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4em;
}
