/* Styles specific to the single-post page (rST article body). */

#post-body h1 {
    margin: 0.25rem 0 1rem;
    font-size: 23px;
    color: var(--accent);
}

#post-body h2 {
    font-size: 17px;
    color: var(--fg);
    margin-top: 1.75rem;
}

#post-body h3 {
    font-size: 15px;
    color: var(--fg);
}

#post-body h4,
#post-body h5,
#post-body h6 {
    font-size: 14px;
    color: var(--fg);
}

#post-body .post-date {
    float: right;
    margin: 0.4rem 0 0 1rem;
    font-size: 0.85rem;
    color: var(--fg);
}

#post-body .post-tags {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* docutils artifacts */

#post-body .section {
    margin-top: 1.5rem;
}

#post-body .admonition {
    border: 1px solid var(--border);
    border-left: 3px solid var(--accent);
    border-radius: var(--radius);
    padding: 0.5rem 1rem;
    margin: 1rem 0;
}

#post-body .admonition-title {
    font-weight: 700;
    color: var(--accent);
    margin: 0.25rem 0;
}

#post-body img {
    border-radius: var(--radius);
}
