body {
    font-family: Arial, sans-serif;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    color: #111;
    background: #fff;
}

header.site-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.site-title {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    text-decoration: none;
}

.site-tagline {
    margin-top: 6px;
    color: #555;
}

.article {
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
}

.article h2 {
    margin: 0 0 8px;
}

.article h2 a {
    color: #111;
    text-decoration: none;
}

.meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.summary {
    line-height: 1.5;
}

.empty {
    padding: 30px 0;
    color: #666;
}
.site-logo-placeholder {
    font-size: 36px;
    font-weight: bold;
}
.site-footer {
    margin-top: 4rem;
    padding: 3rem 1rem;
    border-top: 1px solid #ddd;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-inner p {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
}
.footer-inner p {
    margin: 0 0 0.55rem;
}

.footer-inner sup {
    font-size: 0.65em;
    position: relative;
    top: -0.2em;
    margin-left: 1px;
}