/* ---------- START Ordered/Unordered Lists ---------- */
#page .pb-text ol,
#page .pb-text ul {
    margin-top: 0;
    margin-left: 0;
    line-height: 1.5;
    white-space: pre-wrap;

    li {
        list-style-position: outside;
        padding-left: 0;
    }

    li::marker {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ----------- END Ordered/Unordered Lists ----------- */

/* ---------- START District Link on Suborgs ---------- */
a#districtLink {
    font-size: 0;
    margin-right: 20px;
}

a#districtLink img {
    width: 40px;
    height: 40px;
}

/* ---------- END District Link on Suborgs ---------- */


/* ---------- START Custom Live Feed V8 ---------- */
#home .live-feed-lf8 {
    --image-gradient-opacity: 70% !important;

    .cards-wrapper .card .card-content .card-header .time-ago {
        font-size: 16px;
        color: var(--secondary-color);
        font-weight: 700;
    }

    .cards-wrapper {
        overflow: hidden;
    }

    .cards-wrapper .card {
        padding-block: 8px;
        margin-block: 2px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        will-change: transform;
    }

    .cards-wrapper .card:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
}

/* ---------- END Custom Live Feed V8 ---------- */

/* ---------- START Footer ---------- */
#cms-footer #footer-f1 .footer-column-main {
  flex-basis: unset;
  flex-grow: unset;
}

/* ---------- END Footer ---------- */