/* Clean article template built on top of professional-template.css */
.article-hero {
    padding-top: 2.2rem;
    padding-bottom: 1.2rem;
}

.article-meta {
    margin-top: 0.5rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.article-shell {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper);
    padding: 1.2rem 1.35rem;
}

.article-body p,
.article-body li {
    color: #222;
    line-height: 1.8;
}

.article-body h1,
.article-body h2,
.article-body h3 {
    margin-top: 1.4rem;
    margin-bottom: 0.45rem;
}

.article-body a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.article-body blockquote {
    border-left: 2px solid #d3d3d3;
    padding-left: 0.8rem;
    color: #5a5a5a;
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
}

.article-body td,
.article-body th {
    border: 1px solid #dedede;
    padding: 0.45rem 0.55rem;
}

@media (max-width: 900px) {
    .article-shell {
        padding: 1rem 0.9rem;
    }
}
