/** ----------------------------------------- Blog Styles ----------------------------------------- **/

:root {
    --clr-bg-snippet: rgb(30,30,30);
}

.post-heading {
    margin: 1.25rem 0 1.25rem 0;
    font-size: 2.625rem;
    font-weight: 300;
    color: var(--clr-med-green);
}

.post-date {
    margin: 1.25rem 0 1.25rem 0;
    font-family: Studio-Feixen-Sans, Helvetica;
    font-size: 1.125rem;   
    color: var(--clr-xlt-dark);
}

.post-desc {
    margin: 1.25rem 0 1.25rem 0;
}

.post-img {
    margin: 0 0 1.875rem 0;
}

.post-subheading {
    margin: 1.25rem 0 .625rem 0;
    font-family: Studio-Feixen-Sans, Helvetica;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--clr-med-green);
}

.post-snippet {
    width: 50rem;
    padding: .625rem;
    margin: 1.875rem 0 1.875rem 0;
    background-color: var(--clr-bg-snippet);
    font-size: 1rem;
    color: var(--clr-xlt-light);
}

#post_w {
    width: 51.25rem;
    margin: 1.875rem auto 0 auto;
}

#post_w p {
    margin: 1.25rem 0 1.25rem 0;
}

#post_w ul li {
    list-style-type: disc;
}

#post_w ul {
    padding: 0 1.25rem 0 1.25rem;
}

#post_w ul li::marker {
    color: var(--clr-med-green); 
}

#post_w ol {
    margin: 0 0 .625rem 0;
}

#post_w ol li {
    list-style-type: none;
}

#post_w ol li.space {
    margin: 1.25rem 0 0;
}
