main {
    max-width: 640px;
    padding: 2rem;
    margin: 0 auto;

    .back-link {
        font-size: 0.75rem;
        color: #9c8e82;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        display: block;
        margin-bottom: 2rem;
    }

    .back-link:hover {
        color: #3a2f22;
    }

    h1 {
        font-size: 1.1rem;
        color: #3a2f22;
        margin: 0 0 0.5rem 0;
    }

    .post-date {
        font-size: 0.75rem;
        color: #9c8e82;
        font-style: italic;
        display: block;
        margin-bottom: 2rem;
    }

    .post-content p {
        font-size: 0.9rem;
        color: #5c4f3d;
        line-height: 1.9;
        margin-bottom: 1.25rem;
    }
}