.inner-page {
    background: #fff;
}

.inner-page-content {
    padding: 0;
}

.inner-page-content .entry-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
}

.inner-page-content > .entry-content > *:not(.ami-page-hero):not(.ami-vision-mission):not(.ami-our-values):not(.ami-expanded-services):not(.ami-insights-action):not(.ami-who-we-serve):not(.ami-what-is-sel):not(.ami-sel-components):not(.ami-sel-benefits-section):not(.ami-sel-approach-section):not(.ami-sel-challenges-section):not(.ami-impact-testimonials-section):not(.ami-partners-recognition-section):not(.ami-evidence-cta-section):not(.ami-team-grid-section):not(.ami-team-advisors-section):not(.ami-donation-form-section):not(.ami-corporate-giving-section):not(.ami-give-beyond-section):not(.ami-donation-stats-section):not(.alignfull):not(.alignwide) {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.inner-page-content .entry-content .alignfull,
.inner-page-content .entry-content .ami-vision-mission,
.inner-page-content .entry-content .ami-our-values,
.inner-page-content .entry-content .ami-expanded-services,
.inner-page-content .entry-content .ami-insights-action,
.inner-page-content .entry-content .ami-who-we-serve,
.inner-page-content .entry-content .ami-what-is-sel,
.inner-page-content .entry-content .ami-sel-components,
.inner-page-content .entry-content .ami-sel-benefits-section,
.inner-page-content .entry-content .ami-sel-approach-section,
.inner-page-content .entry-content .ami-sel-challenges-section,
.inner-page-content .entry-content .ami-impact-testimonials-section,
.inner-page-content .entry-content .ami-partners-recognition-section,
.inner-page-content .entry-content .ami-evidence-cta-section,
.inner-page-content .entry-content .ami-team-grid-section,
.inner-page-content .entry-content .ami-team-advisors-section,
.inner-page-content .entry-content .ami-donation-form-section,
.inner-page-content .entry-content .ami-corporate-giving-section,
.inner-page-content .entry-content .ami-give-beyond-section,
.inner-page-content .entry-content .ami-donation-stats-section {
    width: 100%;
    max-width: none;
}

.inner-page-content .entry-content .alignwide {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 20px;
}

.featured-image {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}








.entry-content a {

    text-decoration: none;
    font-weight: 600;

    transition: border-color 0.3s ease;
}

.entry-content a:hover {
    border-bottom-color: #508A92;
}



.entry-content li {
    margin-bottom: 12px;
}

.entry-content blockquote {
    margin: 40px 0;
    padding: 24px 32px;
    background: #f9f9f9;
    border-left: 4px solid #508991;
    font-size: 20px;
    font-style: italic;
    color: #555;
}


.entry-content figure {
    margin: 32px 0;
}

.entry-content figcaption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 12px;
    font-style: italic;
}

.post-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.post-tags svg {
    width: 16px;
    height: 16px;
    color: #508991;
    flex-shrink: 0;
}

.post-tags a {
    display: inline-block;
    padding: 6px 16px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: #508991;
    color: #fff;
}


