/* style.css */
/* Global container constraint for readability */
.single-post .site-main,
.single-post .entry-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Featured image */
.angie-single-thumbnail-559fd9ec {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}
.angie-single-thumbnail-559fd9ec img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

/* Meta info */
.angie-single-meta-559fd9ec {
    color: #A96D2F;
    font-size: 0.95em;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Content spacing */
.angie-single-content-wrapper-559fd9ec {
    line-height: 1.8;
    font-size: 1.1em;
    color: #333333;
}

/* Ensure title is aligned */
.single-post .entry-header {
    max-width: 760px;
    margin: 40px auto 10px auto;
    padding: 0 20px;
    text-align: left;
}

/* Hide comments section completely to avoid mismatched branding */
.single-post #comments,
.single-post #respond {
    display: none !important;
}
