/* ===== GLOBAL ===== */
body {
    background-color: #fff1e5;
    color: #33302e;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.65;
}

/* Center content + clean canvas */
.ast-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px 35px;
}

/* Reduce Astra default width on single posts */
.single .ast-container {
    max-width: 760px;
}

/* ===== HEADER ===== */
.ast-primary-header-bar {
    background: #fff1e5;
    border-bottom: 2px solid #000;
}

.ast-site-identity .site-title {
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 28px;
}

/* Navigation */
.ast-primary-header-bar .main-header-menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #000;
}

.ast-primary-header-bar .main-header-menu a:hover {
    text-decoration: underline;
}

/* ===== HEADINGS ===== */
h1, h2, h3, h4 {
    font-family: Georgia, "Times New Roman", serif;
    color: #000;
    line-height: 1.25;
}

h1.entry-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.7rem;
    margin-top: 35px;
    border-top: 3px solid #000;
    padding-top: 12px;
}

h3 {
    font-size: 1.35rem;
    margin-top: 25px;
}

/* ===== TEXT ===== */
.entry-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Links */
.entry-content a {
    color: #0d7680;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

/* ===== META ===== */
.ast-meta-text,
.entry-meta {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #666;
}

/* ===== BLOG / ARCHIVE LIST ===== */
.blog .post,
.archive .post {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog .entry-title,
.archive .entry-title {
    font-size: 1.8rem;
}

/* Remove Astra card shadows for cleaner look */
.ast-article-post {
    box-shadow: none !important;
    border: none !important;
}

/* ===== BLOCKQUOTE ===== */
.entry-content blockquote {
    border-left: 4px solid #000;
    padding-left: 18px;
    font-style: italic;
    color: #333;
}

/* ===== IMAGES ===== */
.entry-content img {
    margin: 25px 0;
}

.wp-block-image img {
    border: 1px solid #ddd;
}

/* ===== SEPARATORS ===== */
hr,
.wp-block-separator {
    border: none;
    border-top: 1px solid #ccc;
    margin: 35px 0;
}

/* ===== SIDEBAR (optional tidy) ===== */
.sidebar-main {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* ===== FOOTER ===== */
.ast-footer-wrap {
    border-top: 2px solid #000;
    background: #fff1e5;
    padding-top: 20px;
}

/* ===== MOBILE TWEAKS ===== */
@media (max-width: 768px) {
    .ast-container {
        padding: 20px;
    }

    h1.entry-title {
        font-size: 2rem;
    }

    .entry-content p {
        font-size: 17px;
    }
}