.post-header figure {
    display: inline-block;
    margin: auto;
    width: 1024px;
    max-width: 100%;
}
.post-header .post-author {
    line-height: 1.15rem;
    display: inline-block;
}
.post-header .post-dates > span {
    display: block;
}
.post-header.special-post:after {
    display: block;
    font-family: tenon, Adjusted Arial Fallback, sans-serif;
    content: "SPONSORED POST";
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
#post-categories,
#post-categories a {
    color: #eb2323;
}
#post-categories a:hover {
    color: #878787;
}
#post-categories a + a:before {
    content: " - ";
}
.post-header figure img {
    width: 100%;
}
.post-header h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 48px;
    color: black;
}
.post-header .post-author,
.post-header .post-info {
    font-size: 13px;
}
.post-header .post-subtitle {
    display: block;
    font-size: 17px;
    color: #363636;
}

.post-header.special-post:after {
    padding: 0.9rem 0;
    font-size: 14px;
    margin: 1.725rem 0;
}
