<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Move inline styles from shortcode output here */
.jgc-campaign-desc.card-text, a.campaign-link{
    margin-bottom: 0.5em !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}
.jgc-campaign-block h3.card-title {
    font-weight: 700;
}
.jgc-campaign-fundraisers {
    margin-bottom: 0.5em !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
}   
.jgc-campaign-fundraisers ul.fundraiser-list {
    max-height: 140px;
    overflow-y: auto;
}
.jgc-campaign-fundraisers .image-left img.object-fit-cover.h-100.w-100 {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .jgc-campaign-fundraisers ul.fundraiser-list {
        max-height: 260px;
    }
}

.fundraiser-list li.list-group-item {
    padding: 7px 0;
}</pre></body></html>