/* FORCE ARCHIVE HEADER - NO GLOW - TERRACOTTA BORDER */
body .ast-archive-description,
body .page-header, 
body .archive-header,
body.archive .ast-archive-description,
body.category .ast-archive-description {
    background: linear-gradient(135deg, rgba(60, 40, 30, 0.95) 0%, rgba(40, 25, 15, 0.95) 100%) !important;
    border: 4px solid #8B4513 !important;
    border-radius: 8px !important;
    padding: 40px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.7) !important;
    margin: 20px auto 30px auto !important;
    max-width: 1100px !important;
    text-align: center !important;
}

/* FORCE POST BOXES - TERRACOTTA BORDER */
body.archive article,
body.category article,
body.search article,
body.archive .ast-article-post,
body.category .ast-article-post {
    background: rgba(60, 40, 30, 0.9) !important;
    border: 4px solid #8B4513 !important;
    border-radius: 8px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.7) !important;
}

/* SINGLE POST - ONE CREAM BOX WITH EVERYTHING */
body.single-post .ast-container,
body.single-post .site-content,
body.single-post #content,
body.single-post #primary {
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
}

body.single-post article,
body.single-post .ast-article-single {
    background: rgba(245, 235, 220, 0.95) !important;
    border: 4px solid #8B4513 !important;
    border-radius: 8px !important;
    padding: 40px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.7) !important;
    margin: 20px auto !important;
    max-width: 60% !important;
    width: 60% !important;
}

/* Title - cream background, green text */
body.single-post .entry-header {
    background: transparent !important;
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
}

body.single-post .entry-title {
    color: #5a6e5a !important;
    font-family: 'Special Elite', monospace !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}

body.single-post .entry-meta {
    text-align: center !important;
    padding-bottom: 20px !important;
    border-bottom: none !important;
    margin-bottom: 20px !important;
    color: #8B7355 !important;
}

/* Content - all cream, brown text */
body.single-post .entry-content {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #5c3a1a !important;
}

body.single-post .entry-content p, 
body.single-post .entry-content li, 
body.single-post .entry-content div {
    color: #5c3a1a !important;
}

body.single-post .entry-content h1, 
body.single-post .entry-content h2, 
body.single-post .entry-content h3, 
body.single-post .entry-content h4 {
    color: #5a6e5a !important;
    font-family: 'Special Elite', monospace !important;
}
