* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 24px 16px;
    font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background: #fff;
}

.post {
    max-width: 720px;
    margin: 0 auto;
}

.post-title {
    font-size: 1.8rem;
    line-height: 1.35;
    margin: 0 0 12px;
}

.post-sapo {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
}

.post-meta {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
}

.post-content p {
    margin: 0 0 16px;
    font-size: 1.05rem;
}

.post-image {
    margin: 24px 0;
}

.post-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.post-image figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 8px;
    text-align: center;
}
