article {
    padding: 64px 0;
    max-width: 680px;
}

.post-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 16px;
}

.back-link {
    display: inline-block;
    font-size: 0.85rem;
    color: #555;
    text-decoration: none;
    margin-bottom: 32px;
}

.back-link:hover {
    color: #1a1a1a;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
}

.cover-image {
    width: 100%;
    border-radius: 8px;
    margin: 32px 0 40px;
    object-fit: cover;
    max-height: 280px;
    display: block;
}

.post-body {
    margin-top: 40px;
}

.post-body p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.post-body h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 40px 0 12px;
}

.post-body .ldr {
    font-style: italic;
    color: #555;
    border-left: 3px solid #2563eb;
    padding-left: 16px;
}

.post-body pre {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 16px;
    overflow-x: auto;
    margin-bottom: 20px;
}

.post-body code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.875rem;
}

.read-on-medium {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 500;
}

.read-on-medium:hover {
    background: #333;
}

footer {
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.6rem;
    }
}
