/**
 * Singular content
 *
 * Posts, standard pages, featured media, related posts and entry metadata.
 */
.article-page {
    background: #ffffff;
    border: 3px ridge #d7d7c6;
}

.article-header {
    padding: 14px 16px 8px;
    background: linear-gradient(#fffef3, #f2f0dc);
    border-bottom: 3px double #8797a6;
}

.article-header h1 {
    margin: 4px 0 8px;
    color: #172f51;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.15;
}

.article-category {
    margin: 0;
    color: #9d2828;
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.article-hero {
    display: block;
    width: calc(100% - 28px);
    height: auto;
    margin: 14px;
    border: 5px double #405b75;
}

.article-lead {
    padding: 10px 12px;
    color: #26384a;
    background: #eef5fb;
    border-left: 6px solid #315f91;
    font-size: 15px;
    font-weight: 700;
}

.article-highlight {
    padding: 12px;
    color: #17314b;
    background: #e4f0da;
    border: 3px double #6b8d50;
    line-height: 1.7;
}

.related-posts {
    margin-top: 10px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.related-post-card {
    padding: 8px;
    background: #ffffff;
    border: 1px solid #9ca8b3;
}

.related-post-card img {
    width: 100%;
    height: 120px;
    border: 3px double #405b75;
    object-fit: cover;
}

.related-post-card h3 {
    margin: 7px 0 4px;
    font-size: 14px;
}

.related-post-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
}
