h4 {
    font-weight: 400;
}
.page-summary {
    line-height: 1.6em;
    border-block: 0;
    border-top: 1px dotted #888;
    margin-bottom:0;
}
p2 {
    font-size:0.6em;;
}

/* IMAGE GALLERY */
.photo-gallery {
    margin-top:13px;
    display:flex;
    flex-wrap:wrap;
    gap:1ch;
}
.photo-gallery>* {
    flex: 1 1 20ch;
}
.photo-gallery :first-child {
    flex-basis: 100%;
}
/* END IMAGE GALLERY */

/* CHARITY NAVIGATOR SECTION */
main>footer{
    padding: 1.618em!important;
    font-size:var(--base-unit);
    /*margin-inline: max(1em,((100% - 100ch) / 2));*/
    padding-bottom:4.854em !important;
}

main>footer>div>img{
    aspect-ratio:2.7/1;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .618em}

main>footer>div>img:first-of-type{object-position: top}
main>footer>div>img:last-of-type{object-position: center 99%}

#charity-navigator div{
    display: flex;
    justify-content: center;
    gap:1em;
    width: fit-content;
    margin:.618em 0 0}

#charity-navigator div img{
    width: auto;
    height: 2.618em}
/* END CHARITY NAVAGATOR */

/* LIGHTBOX BACKGROUND */
.pswp__bg {
    opacity:85%!important;
}
.pswp__caption__center {
    text-align:center !important;
}


/* 2026 Updates */

.line {margin: 1em auto;}

figure figcaption {padding: 0.618em 0}

blockquote {
    padding-left:0;
    border-left:none;
    margin:2.618em auto;
}

blockquote p {
    font-family: georgia,serif;
    font-weight: 400;
    font-size: var(--h2);
    text-align: center;
    display: block;
    color: #08f;
    width: fit-content;
}