/**
 * Pages Styles
 * Page and post content styles - used on pages, posts, and archives
 */

/* Content Pages (Blog, Archive, etc.) */
body:not(.home) .site-main {
    display: block;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Archive Article Styles */
article {
    margin-bottom: 40px;
}

article h2 {
    color: #1A0DAB;
    margin-bottom: 8px;
}

article h2 a {
    color: #1A0DAB;
    text-decoration: none;
}

article h2 a:hover {
    text-decoration: underline;
}

article .post-date {
    color: #70757A;
    font-size: 14px;
    margin-bottom: 8px;
}

article .post-excerpt {
    color: #4D5156;
    line-height: 1.6;
}

/* Page and Post Content Styles */
.page-content,
.single-post-content {
    flex: 1;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.page-content-wrapper,
.post-content-wrapper {
    background: #FFFFFF;
}

.page-title,
.post-title {
    color: #202124;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 400;
}

.post-meta {
    color: #5F6368;
    font-size: 14px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8EAED;
}

.page-entry-content,
.post-entry-content {
    color: #202124;
    font-size: 16px;
    line-height: 1.7;
}

/* Content Typography */
.page-entry-content h2,
.post-entry-content h2 {
    font-size: 24px;
    margin: 32px 0 16px;
    color: #202124;
}

.page-entry-content h3,
.post-entry-content h3 {
    font-size: 20px;
    margin: 24px 0 12px;
    color: #202124;
}

.page-entry-content p,
.post-entry-content p {
    margin-bottom: 16px;
}

.page-entry-content ul,
.page-entry-content ol,
.post-entry-content ul,
.post-entry-content ol {
    margin: 16px 0;
    padding-left: 32px;
}

.page-entry-content li,
.post-entry-content li {
    margin-bottom: 8px;
}

/* Content Responsive Styles */
@media (min-width: 768px) {
    .page-content,
    .single-post-content {
        padding: 60px 32px;
    }

    .page-title,
    .post-title {
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    .page-content,
    .single-post-content {
        padding: 80px 48px;
        max-width: 900px;
    }
}
