/* ============================================
   Monarch Firearms Solutions
   Modern Single Post Layout
   ============================================ */

/* --- Remove Sidebar, Full-Width Content --- */

.single #sidebar {
    display: none;
}

.single #left-area {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
}

.single #content-area {
    overflow: visible;
}

.single #main-content .container:before {
    display: none !important;
}

/* --- Content Width & Centering --- */

.single .container {
    max-width: 1080px;
}

.single .et_pb_post .entry-content,
.single .et_pb_post .et_post_meta_wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Featured Image: Break Out Wide --- */

.single .et_featured_image,
.single .et_main_video_container {
    max-width: none;
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 6px;
    overflow: hidden;
}

.single .et_featured_image {
    display: block;
    height: auto;
}

/* --- Post Title --- */

.single .et_pb_post .entry-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Post Meta (date, author, categories) --- */

.single .et_pb_post .post-meta,
.single .et_pb_post .post-meta a {
    font-size: 0.875rem;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.single .et_pb_post .post-meta {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.single .et_pb_post .post-meta a:hover {
    color: #333;
}

/* --- Body Typography --- */

.single .et_pb_post .entry-content {
    padding-top: 0;
}

.single .et_pb_post .entry-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.single .et_pb_post .entry-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.single .et_pb_post .entry-content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.35;
}

.single .et_pb_post .entry-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/* --- Blockquotes --- */

.single .et_pb_post .entry-content blockquote {
    border-left: 3px solid #333;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.7;
    color: #555;
    background: #f9f9f9;
    border-radius: 0 4px 4px 0;
}

/* --- Lists --- */

.single .et_pb_post .entry-content ul,
.single .et_pb_post .entry-content ol {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.single .et_pb_post .entry-content li {
    margin-bottom: 0.5rem;
}

/* --- Images in Content --- */

.single .et_pb_post .entry-content img {
    border-radius: 4px;
    height: auto;
}

/* --- Post Navigation (Prev/Next) --- */

.single .et_pb_posts_nav {
    max-width: 720px;
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

/* --- Comments Section --- */

.single #comment-wrap {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
}

/* --- Spacing Above Footer --- */

.single .et_pb_post {
    margin-bottom: 4rem;
}

/* --- Responsive --- */

@media (max-width: 980px) {
    .single .et_pb_post .entry-title {
        font-size: 1.75rem;
    }

    .single .et_pb_post .entry-content p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .single .et_pb_post .entry-content h2 {
        font-size: 1.5rem;
    }

    .single .et_pb_post .entry-content h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .single .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single .et_pb_post .entry-title {
        font-size: 1.5rem;
    }

    .single .et_pb_post .entry-content blockquote {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.0625rem;
    }
}
