/* =WordPress Core
-------------------------------------------------------------- */

/* ---- Footer copyright terms link ---- */
.copyright-terms-link {
    margin-left: 16px;
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.copyright-terms-link:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ---- Page Template Layout ---- */
.page-content-wrap {
    padding-bottom: 80px;
}

.page-content-inner {
    padding-top: 40px;
}

.page-content-inner h1,
.page-content-inner h2,
.page-content-inner h3,
.page-content-inner h4,
.page-content-inner h5,
.page-content-inner h6,
.page-content-inner .wp-block-heading {
    color: #445F55;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-content-inner h1,
.page-content-inner h1.wp-block-heading {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 32px;
}

@media (min-width: 1024px) {
    .page-content-inner h1,
    .page-content-inner h1.wp-block-heading {
        font-size: 52px;
    }
}

/* The page title is already rendered by page-heading — hide the duplicate h2 in content */
.page-content-inner > .wp-block-heading:first-child,
.page-content-inner h2.wp-block-heading:first-of-type {
    display: none;
}

.page-content-inner h2,
.page-content-inner h2.wp-block-heading {
    font-size: 20px;
    margin-top: 36px;
    margin-bottom: 12px;
}

.page-content-inner h3,
.page-content-inner h3.wp-block-heading {
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.page-content-inner p {
    font-size: 16px;
    line-height: 1.75;
    color: #445F55;
    margin-bottom: 20px;
}

.page-content-inner strong {
    font-weight: 700;
    color: #445F55;
}
