/* Blog styles */
body {
    font-family: 'Georgia', serif;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fafafa;
}
h1 {
    color: #c41e3a;
    border-bottom: 3px solid #c41e3a;
    padding-bottom: 10px;
    font-size: 2em;
}
h2 {
    color: #8b0000;
    margin-top: 40px;
}
p { margin-bottom: 20px; }
.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #c41e3a;
    text-decoration: none;
    font-weight: bold;
}
.back-link:hover { text-decoration: underline; }
.related {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
    border-left: 4px solid #c41e3a;
}
.related a { color: #c41e3a; }
