/**
 * Inner Template Styles
 */

.inner-page-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.inner-page-content {
    max-width: 800px !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 15px;
}

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

.inner-page-content h1,
.inner-page-content h2,
.inner-page-content h3,
.inner-page-content h4,
.inner-page-content h5,
.inner-page-content h6 {
    text-align: center;
    margin-bottom: 1.5em;
}

.inner-page-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.inner-page-content .wp-block-image figcaption {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 849px) {
    .inner-page-container {
        padding: 20px 0;
    }
}

@media (max-width: 549px) {
    .inner-page-container {
        padding: 15px 0;
    }
    
    .inner-page-content {
        padding: 0 10px;
    }
}