/* Clean Reset - Original Layout */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff; /* Reverts to plain white */
}

header {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
}

h1 {
    margin-bottom: 10px;
}

/* Necessary for the dashboard scraper */
.post-list {
    list-style: none;
    padding: 0;
}

.post-list li {
    margin-bottom: 25px;
    padding: 10px 0;
}

.post-list a {
    font-size: 1.2rem;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.post-list a:hover {
    text-decoration: underline;
}

/* Necessary for the dashboard scraper */
.date {
    display: block;
    color: #888;
    font-size: 0.9rem;
    margin-top: 5px;
}

footer {
    margin-top: 50px;
    font-size: 0.8rem;
    color: #aaa;
    text-align: center;
}
