
:root {
    --ep-navy: #123653;
    --ep-blue: #1677e8;
    --ep-teal: #0d9a92;
    --ep-purple: #7454d6;
    --ep-orange: #f18b35;
    --ep-red: #d94d5c;
    --ep-green: #2e9b69;
    --ep-bg: #f3f7fa;
    --ep-card: #ffffff;
    --ep-text: #19354b;
    --ep-muted: #677b8b;
    --ep-line: #dfe8ee;
    --ep-shadow: 0 12px 30px rgba(18, 54, 83, .08);
    --ep-radius: 22px;
    --ep-safe-bottom: calc(88px + env(safe-area-inset-bottom));
}

* { box-sizing: border-box; }
html { background: var(--ep-bg); -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    background: var(--ep-bg);
    color: var(--ep-text);
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { width: 1.35rem; height: 1.35rem; display: block; }

.ep-shell {
    width: min(100%, 760px);
    min-height: 100vh;
    margin: 0 auto;
    background: var(--ep-bg);
    padding-bottom: var(--ep-safe-bottom);
}

.ep-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 74px;
    padding: max(12px, env(safe-area-inset-top)) 18px 12px;
    background: rgba(255,255,255,.95);
    border-bottom: 1px solid rgba(223,232,238,.9);
    backdrop-filter: blur(16px);
    transition: min-height .2s ease, box-shadow .2s ease;
}
.ep-topbar.is-compact { min-height: 62px; box-shadow: 0 8px 22px rgba(18,54,83,.07); }
.ep-brand { display: flex; align-items: center; min-width: 0; gap: 11px; }
.ep-logo { flex: 0 0 44px; width: 44px; height: 44px; }
.ep-logo svg { width: 100%; height: 100%; }
.ep-brand-copy { min-width: 0; display: grid; gap: 1px; }
.ep-brand-copy strong { font-size: clamp(1.08rem, 4.8vw, 1.38rem); line-height: 1.05; letter-spacing: -.045em; white-space: nowrap; }
.ep-brand-copy strong span { color: var(--ep-teal); }
.ep-brand-copy small { color: var(--ep-muted); font-size: .69rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ep-top-actions { display: flex; gap: 7px; flex: 0 0 auto; }
.ep-icon-button { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--ep-line); border-radius: 14px; background: #fff; color: var(--ep-navy); }
.ep-profile-button { background: #eef4f7; }

.ep-auth-inline,.ep-auth-slot--mobile,.ep-auth-form{margin:0}.ep-auth-inline{display:none}.ep-auth-slot--mobile{display:none}.ep-auth-control{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:0 12px;border:1px solid var(--ep-line);border-radius:14px;background:#fff;color:var(--ep-navy);font-weight:850;font-size:.82rem;line-height:1;text-decoration:none;box-shadow:0 6px 16px rgba(18,54,83,.06);cursor:pointer}.ep-auth-control__icon{display:grid;place-items:center;color:var(--ep-teal)}.ep-auth-control__icon svg{width:17px;height:17px}.ep-auth-control--logout{background:#fff7f5;border-color:#efd9d1}.ep-auth-control--login{background:#fff}.ep-auth-control__label{white-space:nowrap}

main { padding: 15px 16px 0; }


.ep-location-row {
    display: grid;
    grid-template-columns: 34px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 4px 14px;
}
.ep-location-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: #e5f5f3; color: var(--ep-teal); }
.ep-location-icon svg { width: 18px; height: 18px; }
.ep-location-copy { min-width: 0; display: grid; line-height: 1.14; }
.ep-location-copy small { color: var(--ep-muted); font-size: .73rem; }
.ep-location-copy strong { font-size: 1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ep-change-link { padding: 7px 10px; border-radius: 10px; color: var(--ep-blue); font-weight: 750; font-size: .82rem; }

.ep-search {
    display: grid;
    grid-template-columns: 24px minmax(0,1fr) 46px;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 5px 5px 5px 16px;
    border: 1px solid var(--ep-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--ep-shadow);
}
.ep-search-icon { color: #8496a3; }
.ep-search-icon svg { width: 20px; height: 20px; }
.ep-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ep-text); font-size: .95rem; }
.ep-search input::placeholder { color: #8294a2; opacity: 1; }
.ep-search button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 14px; background: var(--ep-blue); color: #fff; cursor: pointer; }
.ep-search button svg { width: 20px; height: 20px; }

.ep-start-section { margin-top: 24px; }
.ep-section-heading p { margin: 0 0 5px; color: var(--ep-muted); font-size: .78rem; letter-spacing: .025em; }
.ep-section-heading h1 { margin: 0 0 14px; font-size: clamp(1.42rem, 6.5vw, 2rem); line-height: 1.08; letter-spacing: -.045em; }

.ep-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
.ep-hub-card {
    position: relative;
    min-width: 0;
    min-height: 164px;
    padding: 15px;
    border: 1px solid var(--ep-line);
    border-radius: var(--ep-radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(18,54,83,.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    isolation: isolate;
}
.ep-hub-card::after { content: ""; position: absolute; right: -36px; top: -42px; width: 105px; height: 105px; border-radius: 50%; opacity: .13; z-index: -1; }
.ep-hub-card--news::after { background: var(--ep-blue); }
.ep-hub-card--money::after { background: var(--ep-teal); }
.ep-hub-card--home::after { background: var(--ep-orange); }
.ep-hub-card--community::after { background: var(--ep-purple); }
.ep-hub-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: #fff; margin-bottom: 12px; }
.ep-hub-card--news .ep-hub-icon { background: var(--ep-blue); }
.ep-hub-card--money .ep-hub-icon { background: var(--ep-teal); }
.ep-hub-card--home .ep-hub-icon { background: var(--ep-orange); }
.ep-hub-card--community .ep-hub-icon { background: var(--ep-purple); }
.ep-hub-icon svg { width: 21px; height: 21px; }
.ep-hub-content { min-width: 0; display: grid; gap: 5px; }
.ep-hub-content strong { font-size: clamp(.96rem, 4.2vw, 1.1rem); line-height: 1.14; letter-spacing: -.025em; overflow-wrap: anywhere; }
.ep-hub-content small { color: var(--ep-muted); font-size: .77rem; line-height: 1.33; }
.ep-hub-open { margin-top: auto; padding-top: 10px; display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; font-weight: 800; color: var(--ep-navy); }
.ep-hub-open svg { width: 14px; height: 14px; }

.ep-alert-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 46px minmax(0,1fr) 38px;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 13px 14px 13px 16px;
    border: 1px solid #efc5c8;
    border-radius: 19px;
    background:
        radial-gradient(circle at 8% 12%,rgba(224,71,83,.08),transparent 34%),
        linear-gradient(135deg,#fff8f8 0%,#fff 72%);
    box-shadow: 0 8px 22px rgba(142,43,53,.07);
}
.ep-alert-card::before { content:""; position:absolute; inset:0 auto 0 0; width:4px; background:linear-gradient(#ef6d78,#c73543); }
.ep-alert-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: linear-gradient(145deg,#ffe9eb,#ffdfe2); color: var(--ep-red); box-shadow: inset 0 0 0 1px rgba(199,53,67,.06); }
.ep-alert-icon svg { width: 22px; height: 22px; }
.ep-alert-copy { min-width: 0; display: grid; gap: 2px; }
.ep-alert-copy small { display:flex;align-items:center;gap:8px;min-width:0;color: var(--ep-red); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.ep-alert-copy small>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ep-alert-copy small em{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:999px;background:#fff0f1;color:#a72f3b;font-size:.53rem;font-style:normal;letter-spacing:0;white-space:nowrap}
.ep-alert-copy small em i{width:6px;height:6px;border-radius:50%;background:#d94c58;box-shadow:0 0 0 3px rgba(217,76,88,.1)}
.ep-alert-copy strong { font-size: .86rem; line-height: 1.28; letter-spacing:-.01em; }
.ep-alert-hint{color:#7a878f;font-size:.61rem;font-weight:650;line-height:1.25}
.ep-alert-card--link { color: inherit; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.ep-alert-card--link:active { transform: scale(.992); }
.ep-alert-card--link:focus-visible { outline: 3px solid rgba(35,119,213,.28); outline-offset: 3px; }
.ep-alert-card-arrow { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(145deg,#e95562,#c93644); color: #fff; box-shadow:0 7px 14px rgba(199,53,67,.16); }
.ep-alert-card-arrow svg { width: 17px; height: 17px; }
@media(max-width:420px){
    .ep-alert-card{grid-template-columns:42px minmax(0,1fr) 36px;gap:10px;padding:12px 12px 12px 14px}
    .ep-alert-icon{width:42px;height:42px;border-radius:13px}
    .ep-alert-copy small{font-size:.62rem}
    .ep-alert-copy strong{font-size:.81rem}
    .ep-alert-hint{font-size:.56rem}
    .ep-alert-card-arrow{width:36px;height:36px}
}
.ep-quick-section, .ep-latest-section { margin-top: 24px; }
.ep-classifieds-feature { margin: 14px 0 20px; padding: 9px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; border: 1px solid #bfe8dd; border-radius: 19px; background: linear-gradient(135deg,#eafaf5 0%,#f7fffc 62%,#e8f5ff 100%); box-shadow: 0 10px 25px rgba(8,127,114,.09); }
.ep-classifieds-feature__main { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 6px 8px; color: #123b4a; }
.ep-classifieds-feature__icon { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; border-radius: 14px; background: #087f72; color: #fff; box-shadow: 0 7px 15px rgba(8,127,114,.2); }
.ep-classifieds-feature__icon svg { width: 22px; height: 22px; }
.ep-classifieds-feature__copy { min-width: 0; display: flex; flex-direction: column; }
.ep-classifieds-feature__copy small { color: #087f72; font-size: .61rem; font-weight: 800; letter-spacing: .055em; }
.ep-classifieds-feature__copy strong { margin-top: 1px; font-size: 1rem; letter-spacing: -.02em; }
.ep-classifieds-feature__copy em { margin-top: 2px; color: #58717a; font-size: .72rem; font-style: normal; }
.ep-classifieds-feature__browse { margin-left: auto; display: flex; align-items: center; gap: 5px; color: #087f72; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.ep-classifieds-feature__browse svg { width: 15px; height: 15px; }
.ep-classifieds-feature__post { min-height: 52px; align-self: center; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 14px; background: #087f72; color: #fff; font-size: .78rem; font-weight: 800; box-shadow: 0 7px 15px rgba(8,127,114,.18); }
.ep-classifieds-feature__post b { font-size: 1.15rem; line-height: 1; }

@media (max-width: 520px) {
    .ep-classifieds-feature { grid-template-columns: minmax(0,1fr) auto; padding: 7px; gap: 6px; border-radius: 17px; }
    .ep-classifieds-feature__main { gap: 9px; padding: 5px; }
    .ep-classifieds-feature__icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; }
    .ep-classifieds-feature__copy small { font-size: .53rem; }
    .ep-classifieds-feature__copy strong { font-size: .9rem; }
    .ep-classifieds-feature__copy em, .ep-classifieds-feature__browse { display: none; }
    .ep-classifieds-feature__post { min-height: 46px; padding: 0 11px; }
    .ep-classifieds-feature__post span { max-width: 62px; text-align: center; line-height: 1.12; }
}
.ep-row-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 11px; }
.ep-row-heading h2 { margin: 0; font-size: 1.05rem; letter-spacing: -.025em; }
.ep-row-heading a { display: inline-flex; align-items: center; gap: 5px; color: var(--ep-blue); font-size: .77rem; font-weight: 800; }
.ep-row-heading a svg { width: 14px; height: 14px; }
.ep-quick-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.ep-quick-card { min-width: 0; min-height: 142px; padding: 13px 11px; border: 1px solid var(--ep-line); border-radius: 18px; background: #fff; display: flex; flex-direction: column; box-shadow: 0 8px 22px rgba(18,54,83,.045); }
.ep-quick-card > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; margin-bottom: 12px; }
.ep-quick-card > span svg { width: 19px; height: 19px; }
.ep-quick-card--report > span { background: #fff0e3; color: var(--ep-orange); }
.ep-quick-card--area > span { background: #e6f2ff; color: var(--ep-blue); }
.ep-quick-card--listings > span { background: #e8f8f3; color: #087f72; }
.ep-quick-card--chat > span { background: #eee9ff; color: var(--ep-purple); }
.ep-quick-card strong { font-size: .82rem; line-height: 1.18; letter-spacing: -.015em; }
.ep-quick-card small { margin-top: 5px; color: var(--ep-muted); font-size: .69rem; line-height: 1.3; }

.ep-empty-news { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px dashed #bdccd5; border-radius: 18px; background: rgba(255,255,255,.68); }
.ep-empty-news > span { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 13px; background: #e7f1fb; color: var(--ep-blue); }
.ep-empty-news p { margin: 0; color: var(--ep-muted); font-size: .79rem; }

.ep-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 30;
    width: min(100%, 760px);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    padding: 8px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--ep-line);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -12px 28px rgba(18,54,83,.08);
    backdrop-filter: blur(18px);
}
.ep-bottom-nav {
    transition: transform .26s cubic-bezier(.2,.7,.2,1), opacity .2s ease;
    will-change: transform;
}
@media (max-width: 899px) {
    .ep-bottom-nav.ep-bottom-nav--hidden {
        transform: translate(-50%, calc(100% + 18px));
        opacity: .12;
        pointer-events: none;
    }
}
.ep-bottom-nav a { min-width: 0; min-height: 55px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 15px; color: #718490; font-size: .66rem; font-weight: 750; }
.ep-bottom-nav a svg { width: 21px; height: 21px; }
.ep-bottom-nav a.is-active { background: #eaf3fd; color: var(--ep-blue); }

@media (hover:hover) {
    .ep-hub-card, .ep-quick-card, .ep-icon-button, .ep-bottom-nav a { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
    .ep-hub-card:hover, .ep-quick-card:hover { transform: translateY(-2px); border-color: #c8d7e0; box-shadow: 0 14px 28px rgba(18,54,83,.1); }
}

@media (max-width: 375px) {
    main { padding-left: 13px; padding-right: 13px; }
    .ep-topbar { padding-left: 14px; padding-right: 14px; }
    .ep-brand-copy small { max-width: 172px; }
    .ep-hub-grid { gap: 9px; }
    .ep-hub-card { min-height: 160px; padding: 13px; }
    .ep-hub-content small { font-size: .72rem; }
    .ep-quick-grid { gap: 7px; }
    .ep-quick-card { padding: 12px 9px; min-height: 148px; }
    .ep-quick-card small { font-size: .65rem; }
}

@media (max-width: 334px) {
    .ep-brand-copy small { display: none; }
    .ep-hub-grid { grid-template-columns: 1fr; }
    .ep-hub-card { min-height: 138px; }
    .ep-quick-grid { grid-template-columns: 1fr; }
    .ep-quick-card { min-height: 112px; }
}

@media (min-width: 640px) {
    main { padding-left: 24px; padding-right: 24px; }
    .ep-hub-card { min-height: 175px; padding: 18px; }
    .ep-quick-card { min-height: 130px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.ep-news-grid { display: grid; gap: 9px; }
.ep-news-card { display: grid; grid-template-columns: 72px minmax(0,1fr) 28px; align-items: center; gap: 11px; min-width: 0; padding: 9px; border: 1px solid var(--ep-line); border-radius: 18px; background: #fff; box-shadow: 0 7px 18px rgba(18,54,83,.045); }
.ep-news-image { width: 72px; height: 62px; border-radius: 13px; overflow: hidden; background: #e8f1f8; }
.ep-news-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ep-news-image--empty { display: grid; place-items: center; color: var(--ep-blue); }
.ep-news-copy { min-width: 0; display: grid; gap: 4px; }
.ep-news-copy strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .86rem; line-height: 1.25; }
.ep-news-copy small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--ep-muted); font-size: .7rem; line-height: 1.3; }
.ep-news-arrow { color: var(--ep-blue); }
.ep-news-arrow svg { width: 17px; height: 17px; }

/* v1.5.2 foundation: prominent identity and local hero image */
.ep-topbar {
    min-height: 86px;
    padding-top: max(14px, env(safe-area-inset-top));
    padding-bottom: 14px;
}
.ep-topbar.is-compact { min-height: 70px; }
.ep-brand { gap: 12px; }
.ep-logo {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 9px 20px rgba(13,49,81,.18);
}
.ep-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ep-brand-copy strong { font-size: clamp(1.18rem, 5.4vw, 1.55rem); }
.ep-brand-copy small { font-size: .76rem; }

main { padding-top: 14px; }
.ep-hero {
    position: relative;
    min-height: 185px;
    overflow: hidden;
    border-radius: 25px;
    background: #0d3151;
    box-shadow: 0 16px 34px rgba(18,54,83,.16);
    isolation: isolate;
}
.ep-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
}
.ep-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,29,47,.03) 28%, rgba(7,31,49,.76) 100%);
    z-index: 1;
}
.ep-hero-location {
    position: absolute;
    left: 15px;
    bottom: 25px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #fff;
}
.ep-hero .ep-location-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 17px;
    background: rgba(255,255,255,.92);
    color: var(--ep-teal);
    box-shadow: 0 8px 20px rgba(8,31,49,.18);
}
.ep-hero .ep-location-icon svg { width: 24px; height: 24px; }
.ep-hero .ep-location-copy small { color: rgba(255,255,255,.86); font-size: .77rem; }
.ep-hero .ep-location-copy strong { color: #fff; font-size: 1.35rem; line-height: 1.03; text-shadow: 0 2px 9px rgba(0,0,0,.22); }
.ep-hero .ep-change-link {
    position: absolute;
    right: 14px;
    bottom: 29px;
    z-index: 2;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 15px;
    background: rgba(255,255,255,.9);
    color: var(--ep-blue);
    box-shadow: 0 8px 20px rgba(8,31,49,.15);
    backdrop-filter: blur(10px);
}
.ep-search--legacy-overlap {
    position: relative;
    z-index: 4;
    margin: -16px 10px 0;
    min-height: 62px;
    grid-template-columns: 26px minmax(0,1fr) 50px;
    padding-left: 17px;
    border-radius: 21px;
    box-shadow: 0 15px 34px rgba(18,54,83,.14);
}
.ep-search--legacy-overlap button { width: 50px; height: 50px; border-radius: 16px; }
.ep-search--legacy-overlap input { font-size: 1rem; }
.ep-start-section { margin-top: 29px; }

@media (max-width: 390px) {
    .ep-topbar { padding-left: 14px; padding-right: 14px; }
    .ep-logo { flex-basis: 53px; width: 53px; height: 53px; border-radius: 17px; }
    .ep-brand { gap: 9px; }
    .ep-brand-copy strong { font-size: clamp(1.08rem, 5.1vw, 1.34rem); }
    .ep-brand-copy small { font-size: .69rem; }
    .ep-top-actions { gap: 5px; }
    .ep-icon-button { width: 38px; height: 38px; }
    .ep-hero { min-height: 176px; }
    .ep-hero-location { left: 13px; bottom: 24px; }
    .ep-hero .ep-location-icon { width: 45px; height: 45px; flex-basis: 45px; }
    .ep-hero .ep-location-copy strong { font-size: 1.2rem; }
    .ep-hero .ep-change-link { right: 12px; bottom: 27px; padding: 8px 11px; }
    .ep-search--legacy-overlap { margin-left: 8px; margin-right: 8px; }
}

@media (max-width: 899px) {
    .ep-topbar{position:sticky;display:flex;align-items:flex-start;padding-bottom:40px;transform:translateY(0);transition:transform .22s ease,min-height .2s ease,box-shadow .2s ease;will-change:transform}
    .ep-topbar.ep-topbar--hidden{transform:translateY(calc(-100% - 3px));box-shadow:none}
    .ep-brand{min-width:0;align-self:center}
    .ep-top-actions{margin-left:auto;align-self:flex-start}
    .ep-auth-slot--mobile{display:block;position:absolute;right:18px;top:56px;bottom:auto;width:auto;z-index:2}
    .ep-auth-inline--desktop{display:none!important}
    .ep-brand-copy small{display:none}
    .ep-auth-slot--mobile .ep-auth-control{width:auto;min-width:0;min-height:32px;padding:0 10px;border-radius:11px;font-size:.70rem;gap:0;box-shadow:0 4px 10px rgba(18,54,83,.045)}
    .ep-auth-slot--mobile .ep-auth-control__icon{display:none}
}

@media (max-width: 430px) {
    .ep-topbar{padding-bottom:38px}
    .ep-auth-slot--mobile{right:15px;top:54px}
    .ep-auth-slot--mobile .ep-auth-control{min-height:31px;padding:0 9px;font-size:.68rem}
}

@media (max-width: 350px) {
    .ep-topbar{padding-bottom:36px}
    .ep-auth-slot--mobile{right:13px;top:52px}
    .ep-auth-slot--mobile .ep-auth-control{min-height:30px;padding:0 8px;font-size:.66rem}
}

/* v1.5.2: multilingual header, richer rotating imagery and lower search field */
.ep-top-actions { align-items: center; }
.ep-language-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 48px;
    height: 39px;
    padding: 0 8px;
    border: 1px solid var(--ep-line);
    border-radius: 14px;
    background: #fff;
    color: var(--ep-navy);
    font-weight: 850;
    font-size: .7rem;
    cursor: pointer;
}
.ep-language-button svg { width: 17px; height: 17px; color: var(--ep-teal); }
.ep-language-button span { line-height: 1; }

.ep-language-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(7, 31, 49, .48);
    backdrop-filter: blur(7px);
}
.ep-language-overlay[hidden] { display: none; }
.ep-language-dialog {
    width: min(calc(100vw - 32px), 620px);
    margin: 0 auto;
    max-height: min(78vh, 720px);
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(223,232,238,.95);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(5,29,48,.28);
    display: flex;
    flex-direction: column;
}
.ep-language-dialog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
}
.ep-language-dialog-head small { color: var(--ep-teal); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ep-language-dialog-head h2 { margin: 2px 0 0; font-size: 1.3rem; line-height: 1.08; letter-spacing: -.035em; }
.ep-language-close {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--ep-line);
    border-radius: 14px;
    background: #f5f8fa;
    color: var(--ep-navy);
    cursor: pointer;
}
.ep-language-close svg { width: 19px; height: 19px; }
.ep-language-search {
    display: grid;
    grid-template-columns: 22px minmax(0,1fr);
    align-items: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 14px;
    margin-bottom: 12px;
    border: 1px solid var(--ep-line);
    border-radius: 16px;
    background: #f7fafc;
    color: #8193a0;
}
.ep-language-search svg { width: 19px; height: 19px; }
.ep-language-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ep-text); }
.ep-language-list {
    min-height: 0;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
    padding: 1px 2px 4px;
    overscroll-behavior: contain;
}
.ep-language-list a {
    min-width: 0;
    min-height: 51px;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr) 20px;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid var(--ep-line);
    border-radius: 15px;
    background: #fff;
}
.ep-language-list a[hidden] { display: none; }
.ep-language-list a.is-selected { border-color: rgba(13,154,146,.52); background: #ecf9f7; }
.ep-language-code { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #edf3f7; color: var(--ep-navy); font-size: .68rem; font-weight: 900; }
.ep-language-list a.is-selected .ep-language-code { background: var(--ep-teal); color: #fff; }
.ep-language-list strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .78rem; }
.ep-language-check { color: var(--ep-teal); font-weight: 900; }
body.ep-modal-open { overflow: hidden; }

.ep-hero { min-height: 205px; }
.ep-hero-image {
    filter: saturate(1.14) contrast(1.055) brightness(1.025);
    transition: opacity .34s ease, transform .7s ease;
}
.ep-hero.is-changing .ep-hero-image { opacity: .12; transform: scale(1.045); }
.ep-hero-shade { background: linear-gradient(180deg, rgba(6,29,47,.015) 35%, rgba(7,31,49,.72) 100%); }
.ep-search--legacy-overlap { margin-top: -7px; }

@media (max-width: 430px) {
    .ep-topbar { gap: 8px; }
    .ep-brand-copy { max-width: 170px; }
    .ep-language-button { min-width: 43px; width: 43px; padding: 0 5px; }
    .ep-language-button svg { display: none; }
    .ep-top-actions { gap: 5px; }
    .ep-language-list { grid-template-columns: 1fr; }
    .ep-language-dialog { width: calc(100vw - 32px); max-width: 620px; padding: 16px; border-radius: 24px; }
}

@media (max-width: 390px) {
    .ep-hero { min-height: 198px; }
    .ep-brand-copy { max-width: 156px; }
    .ep-brand-copy strong { font-size: clamp(1.03rem, 4.95vw, 1.28rem); }
    .ep-language-button { width: 39px; min-width: 39px; height: 38px; border-radius: 13px; font-size: .65rem; }
}

@media (max-width: 350px) {
    .ep-brand-copy { max-width: 133px; }
    .ep-brand-copy small { max-width: 126px; }
    .ep-language-button { width: 36px; min-width: 36px; height: 35px; }
}

html[dir="rtl"] .ep-language-list a { grid-template-columns: 20px minmax(0,1fr) 36px; }
html[dir="rtl"] .ep-language-check { grid-column: 1; }
html[dir="rtl"] .ep-language-code { grid-column: 3; }
html[dir="rtl"] .ep-language-list strong { text-align: right; }
html[dir="rtl"] .ep-search button svg,
html[dir="rtl"] .ep-hub-open svg,
html[dir="rtl"] .ep-row-heading a svg,
html[dir="rtl"] .ep-news-arrow svg { transform: scaleX(-1); }

/* v1.5.3 — detached, centred search field and final homepage spacing */
.ep-hero {
    min-height: 0;
    aspect-ratio: 16 / 9;
}
.ep-search--detached {
    position: relative;
    z-index: 4;
    width: calc(100% - 20px);
    margin: 16px auto 0;
    min-height: 62px;
    grid-template-columns: 26px minmax(0,1fr) 50px;
    padding-left: 17px;
    border-radius: 21px;
    box-shadow: 0 15px 34px rgba(18,54,83,.13);
}
.ep-search--detached button {
    width: 50px;
    height: 50px;
    border-radius: 16px;
}
.ep-search--detached input { font-size: 1rem; }
.ep-start-section { margin-top: 28px; }

.ep-language-button i {
    display: grid;
    place-items: center;
    margin-left: 1px;
    color: var(--ep-navy);
}
.ep-language-button i svg { width: 13px; height: 13px; }

@media (max-width: 430px) {
    .ep-language-button {
        width: auto;
        min-width: 48px;
        padding: 0 7px;
        gap: 3px;
    }
    .ep-language-button > svg { display: none; }
    .ep-language-button i { display: grid; }
}

@media (max-width: 390px) {
    .ep-hero { aspect-ratio: 1.72 / 1; }
    .ep-search--detached {
        width: calc(100% - 16px);
        margin-top: 15px;
    }
    .ep-start-section { margin-top: 27px; }
}

@media (max-width: 350px) {
    .ep-search--detached {
        width: calc(100% - 12px);
        min-height: 58px;
        grid-template-columns: 24px minmax(0,1fr) 46px;
        padding-left: 14px;
    }
    .ep-search--detached button { width: 46px; height: 46px; }
}
.ep-language-button i svg { display: block; }

/* v1.10.1 — automated Important now feed */
.ep-now-section {
    margin-top: 16px;
    border: 1px solid #efc6ca;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff7f7 0%, #ffffff 64%);
    box-shadow: 0 9px 24px rgba(142,43,53,.07);
    overflow: hidden;
}
.ep-now-heading {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 14px;
}
.ep-now-heading > div { min-width: 0; }
.ep-now-heading small { display: block; margin-bottom: 1px; color: var(--ep-red); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ep-now-heading h2 { margin: 0; font-size: 1rem; letter-spacing: -.025em; }
.ep-now-heading p { margin: 3px 0 0; color: var(--ep-muted); font-size: .72rem; line-height: 1.32; }
.ep-now-heading > a { display: inline-flex; align-items: center; gap: 4px; color: var(--ep-red); font-size: .72rem; font-weight: 850; white-space: nowrap; }
.ep-now-heading > a svg { width: 14px; height: 14px; }
.ep-now-list { border-top: 1px solid #f1d9db; background: rgba(255,255,255,.72); }
.ep-now-alert {
    display: grid;
    grid-template-columns: 12px minmax(0,1fr) 28px;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 13px;
    border-bottom: 1px solid #edf1f3;
}
.ep-now-alert:last-child { border-bottom: 0; }
.ep-now-alert:active { background: #f7fafb; }
.ep-now-status { display: grid; place-items: center; width: 12px; height: 100%; }
.ep-now-status i { width: 8px; height: 8px; border-radius: 50%; background: #4e91cb; box-shadow: 0 0 0 4px rgba(78,145,203,.12); }
.ep-now-alert--critical .ep-now-status i { background: #c83d47; box-shadow: 0 0 0 4px rgba(200,61,71,.13); }
.ep-now-alert--major .ep-now-status i { background: #e57435; box-shadow: 0 0 0 4px rgba(229,116,53,.14); }
.ep-now-alert--moderate .ep-now-status i { background: #d5a62f; box-shadow: 0 0 0 4px rgba(213,166,47,.15); }
.ep-now-copy { min-width: 0; display: grid; gap: 3px; }
.ep-now-copy small { color: var(--ep-muted); font-size: .65rem; font-weight: 700; }
.ep-now-copy strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .81rem; line-height: 1.25; }
.ep-now-copy em { overflow: hidden; color: #6c7f8b; font-size: .63rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.ep-now-arrow { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 10px; background: #f6e9ea; color: var(--ep-red); }
.ep-now-arrow svg { width: 14px; height: 14px; }
.ep-now-empty { display: grid; grid-template-columns: 34px minmax(0,1fr) 18px; align-items: center; gap: 9px; padding: 12px 14px; border-top: 1px solid #f1d9db; background: rgba(255,255,255,.72); }
.ep-now-empty > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: #eaf5ef; color: #32775a; }
.ep-now-empty > span svg { width: 17px; height: 17px; }
.ep-now-empty p { margin: 0; color: var(--ep-muted); font-size: .72rem; line-height: 1.35; }
.ep-now-empty > svg { width: 16px; height: 16px; color: var(--ep-blue); }
.ep-news-alert-label { width: max-content; padding: 2px 6px; border-radius: 999px; background: #ffe7e8; color: var(--ep-red); font-size: .57rem; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ep-news-source { overflow: hidden; color: #6f818c; font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.ep-news-card:has(.ep-news-alert-label) { border-color: #efc6ca; }

@media (max-width: 390px) {
    .ep-now-heading { grid-template-columns: 40px minmax(0,1fr); }
    .ep-now-heading > a { grid-column: 2; justify-self: start; }
}

/* v1.10.4 admin-only command card */
.ep-admin-command-card{margin:12px 16px 0;padding:13px;display:grid;grid-template-columns:46px minmax(0,1fr) auto 20px;gap:10px;align-items:center;border:1px solid #bcd9df;border-radius:18px;background:linear-gradient(135deg,#eff9fa,#f8fcfd);box-shadow:0 8px 20px rgba(20,79,101,.08);text-decoration:none}
.ep-admin-command-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#11375f,#177c8d);color:#fff}.ep-admin-command-icon svg{width:23px;height:23px}.ep-admin-command-copy small,.ep-admin-command-copy strong,.ep-admin-command-copy em{display:block}.ep-admin-command-copy small{color:#197487;font-size:8px;font-weight:950;letter-spacing:.55px}.ep-admin-command-copy strong{margin-top:2px;color:#173954;font-size:14px}.ep-admin-command-copy em{margin-top:3px;color:#687e8c;font-size:9px;font-style:normal;line-height:1.35}.ep-admin-command-stats{text-align:right}.ep-admin-command-stats b,.ep-admin-command-stats small,.ep-admin-command-stats i{display:block}.ep-admin-command-stats b{color:#173954;font-size:22px;line-height:1}.ep-admin-command-stats small{margin-top:2px;color:#6e8490;font-size:7px}.ep-admin-command-stats i{margin-top:4px;padding:3px 5px;border-radius:999px;background:#fff0e8;color:#b7623f;font-size:6.5px;font-style:normal;font-weight:900;white-space:nowrap}.ep-admin-command-arrow{color:#1a7080}.ep-admin-command-arrow svg{width:18px;height:18px}
@media(max-width:370px){.ep-admin-command-card{grid-template-columns:42px minmax(0,1fr) 18px}.ep-admin-command-icon{width:42px;height:42px}.ep-admin-command-stats{grid-column:2/3;display:flex;align-items:center;gap:5px;text-align:left}.ep-admin-command-stats b{font-size:16px}.ep-admin-command-arrow{grid-column:3;grid-row:1/3}}

/* v1.10.4 — visible administrator status and clearer action navigation */
.ep-admin-live-strip{
    margin:8px 16px 0;
    min-height:62px;
    padding:9px 11px;
    display:grid;
    grid-template-columns:40px minmax(0,1fr) auto auto 18px;
    gap:9px;
    align-items:center;
    border:1px solid #b8d7df;
    border-radius:18px;
    background:linear-gradient(135deg,#eef9fb 0%,#ffffff 72%);
    box-shadow:0 9px 22px rgba(18,73,93,.10);
    text-decoration:none;
}
.ep-admin-live-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#12375f,#138493);color:#fff;box-shadow:0 7px 15px rgba(20,82,103,.20)}
.ep-admin-live-icon svg{width:21px;height:21px}
.ep-admin-live-copy{min-width:0}
.ep-admin-live-copy small,.ep-admin-live-copy strong,.ep-admin-live-copy em{display:block}
.ep-admin-live-copy small{color:#177486;font-size:.52rem;font-weight:950;letter-spacing:.08em}
.ep-admin-live-copy strong{margin-top:1px;color:#163b56;font-size:.85rem;line-height:1.15}
.ep-admin-live-copy em{margin-top:2px;overflow:hidden;color:#6d818e;font-size:.59rem;font-style:normal;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.ep-admin-live-count{text-align:center;min-width:48px}
.ep-admin-live-count b,.ep-admin-live-count small{display:block}
.ep-admin-live-count b{color:#123a57;font-size:1.45rem;line-height:1}
.ep-admin-live-count small{margin-top:2px;color:#6d818e;font-size:.48rem;white-space:nowrap}
.ep-admin-live-attention{min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#f2765c;color:#fff;font-size:.62rem;font-weight:900}
.ep-admin-live-arrow{color:#177486}.ep-admin-live-arrow svg{width:17px;height:17px}

.ep-bottom-nav.ep-bottom-nav--actionable{
    left:50%;
    bottom:0;
    width:min(100%,520px);
    min-height:calc(78px + env(safe-area-inset-bottom));
    padding:8px 7px calc(8px + env(safe-area-inset-bottom));
    border:1px solid rgba(204,220,231,.96);
    border-bottom:0;
    border-radius:24px 24px 0 0;
    background:rgba(255,255,255,.98);
    box-shadow:0 -12px 34px rgba(18,54,83,.16);
    overflow:visible;
}
.ep-bottom-nav--actionable .ep-nav-item{
    position:relative;
    min-height:60px;
    gap:4px;
    border-radius:16px;
    color:#5f7384;
    font-size:.68rem;
    font-weight:850;
}
.ep-bottom-nav--actionable .ep-nav-icon{width:36px;height:32px;display:grid;place-items:center;border-radius:12px;background:#edf3f7}
.ep-bottom-nav--actionable .ep-nav-icon svg{width:20px;height:20px}
.ep-bottom-nav--actionable .ep-nav-home .ep-nav-icon{background:#eaf3fd;color:#2378cc}
.ep-bottom-nav--actionable .ep-nav-news .ep-nav-icon{background:#e9f4ff;color:#1677e8}
.ep-bottom-nav--actionable .ep-nav-report .ep-nav-icon{background:#fff0e9;color:#e66f50}
.ep-bottom-nav--actionable .ep-nav-map .ep-nav-icon{background:#eaf7ef;color:#339263}
.ep-bottom-nav--actionable .ep-nav-chat .ep-nav-icon{background:#e8f8f7;color:#0d938d}
.ep-bottom-nav--actionable .ep-nav-profile .ep-nav-icon{background:#f0ecfb;color:#7058bd}
.ep-bottom-nav--actionable .ep-nav-item.is-active{background:#f3f7fa;color:#173d5a;box-shadow:inset 0 0 0 1px #e2ebf1}
.ep-bottom-nav--actionable .ep-nav-chat-featured{
    transform:translateY(-7px);
    color:#155d70;
    overflow:visible;
}
.ep-bottom-nav--actionable .ep-nav-chat-featured .ep-nav-icon{
    width:49px;
    height:49px;
    border:4px solid #fff;
    border-radius:17px;
    background:linear-gradient(145deg,#1e86c8,#16a394);
    color:#fff;
    box-shadow:0 11px 23px rgba(25,129,155,.30);
}
.ep-bottom-nav--actionable .ep-nav-chat-featured .ep-nav-icon svg{width:24px;height:24px}
.ep-nav-chat-badge{
    position:absolute;
    z-index:2;
    top:-8px;
    right:2px;
    min-width:30px;
    padding:2px 5px;
    border:2px solid #fff;
    border-radius:999px;
    background:#f06f57;
    color:#fff;
    font-size:.42rem;
    font-weight:950;
    letter-spacing:.04em;
    line-height:1.2;
}
@media(max-width:360px){
    .ep-admin-live-strip{grid-template-columns:38px minmax(0,1fr) auto 16px;margin-inline:10px}
    .ep-admin-live-attention{display:none}
    .ep-admin-live-copy em{max-width:150px}
    .ep-bottom-nav--actionable .ep-nav-item{font-size:.62rem}
}

/* v1.12.2 current local events */
.ep-now-events{margin:16px 0 0;padding:16px;border:1px solid #dce8ed;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(18,57,86,.08)}
.ep-now-events-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.ep-now-events-head small{display:block;color:#0d8580;font-size:10px;font-weight:900;letter-spacing:.08em}.ep-now-events-head h2{margin:4px 0 0;color:#123b5b;font-size:19px;line-height:1.15}.ep-now-events-head>a{display:inline-flex;align-items:center;gap:5px;color:#176fc8;font-size:11px;font-weight:900;white-space:nowrap}.ep-now-events-head>a svg{width:15px;height:15px}
.ep-now-events-grid{display:grid;gap:10px;margin-top:13px}.ep-now-event-card{display:grid;grid-template-columns:92px minmax(0,1fr) 24px;gap:11px;align-items:center;padding:8px;border:1px solid #e2ebef;border-radius:16px;background:#fbfdfe;color:inherit;text-decoration:none}.ep-now-event-image{width:92px;height:76px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#123b5b,#0d8c87);color:#fff}.ep-now-event-image img{width:100%;height:100%;object-fit:cover}.ep-now-event-image svg{width:28px;height:28px}.ep-now-event-copy{min-width:0}.ep-now-event-copy small,.ep-now-event-copy strong,.ep-now-event-copy em{display:block}.ep-now-event-copy small{color:#0b817d;font-size:9px;font-weight:900}.ep-now-event-copy strong{margin-top:4px;color:#123b5b;font-size:13px;line-height:1.25}.ep-now-event-copy em{margin-top:4px;color:#667f8e;font-size:9px;line-height:1.4;font-style:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ep-now-event-arrow{color:#176fc8}.ep-now-event-arrow svg{width:18px;height:18px}.ep-now-events-empty{display:flex;align-items:center;gap:11px;margin-top:12px;padding:13px;border-radius:14px;background:#f1f7f8;color:#597382}.ep-now-events-empty svg{width:26px;height:26px;color:#0d8580}.ep-now-events-empty p{margin:0;font-size:11px;line-height:1.45}
@media(min-width:1024px){.ep-now-events{padding:24px;border-radius:26px}.ep-now-events-head small{font-size:12px}.ep-now-events-head h2{font-size:28px}.ep-now-events-head>a{font-size:14px}.ep-now-events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ep-now-event-card{grid-template-columns:1fr;align-content:start;padding:0;overflow:hidden;border-radius:20px}.ep-now-event-image{width:100%;height:170px;border-radius:0}.ep-now-event-copy{padding:4px 16px 16px}.ep-now-event-copy small{font-size:11px}.ep-now-event-copy strong{font-size:18px}.ep-now-event-copy em{font-size:13px}.ep-now-event-arrow{display:none}}

/* v1.12.4 — mobile homepage keeps events behind “See all”. */
@media (max-width:1023px){
  .ep-now-events{
    padding:14px 15px;
    border-radius:18px;
    background:linear-gradient(135deg,#f5fbfb,#f4f8ff);
  }
  .ep-now-events-head{
    align-items:center;
  }
  .ep-now-events-head h2{
    max-width:230px;
    font-size:17px;
    line-height:1.2;
  }
  .ep-now-events-head>a{
    min-height:38px;
    padding:0 11px;
    border:1px solid #c9dfe9;
    border-radius:11px;
    background:#fff;
    font-size:10px;
  }
  .ep-now-events-grid,
  .ep-now-events-empty{
    display:none!important;
  }
}

/* v1.13.0 — featured Disability & Carers centre */
.ep-disability-feature{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:12px;padding:14px 15px;overflow:hidden;border:1px solid #c9d9ed;border-radius:20px;background:radial-gradient(circle at 85% 5%,rgba(49,205,199,.18),transparent 32%),linear-gradient(135deg,#122f60,#234f88);color:#fff;text-decoration:none;box-shadow:0 13px 30px rgba(16,45,86,.16)}
.ep-disability-feature:after{content:"";position:absolute;right:-35px;bottom:-65px;width:165px;height:165px;border:28px solid rgba(255,255,255,.06);border-radius:50%}.ep-disability-feature-icon{position:relative;z-index:1;width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#5b72ff,#18b4ac);box-shadow:0 8px 18px rgba(0,0,0,.18)}.ep-disability-feature-icon svg{width:27px;height:27px}.ep-disability-feature-copy{position:relative;z-index:1;min-width:0}.ep-disability-feature-copy small,.ep-disability-feature-copy strong,.ep-disability-feature-copy em{display:block}.ep-disability-feature-copy small{color:#80ede2;font-size:8px;font-weight:950;letter-spacing:.1em}.ep-disability-feature-copy strong{margin-top:3px;font-size:16px;line-height:1.15}.ep-disability-feature-copy em{margin-top:4px;color:rgba(255,255,255,.72);font-size:10px;line-height:1.4;font-style:normal}.ep-disability-feature-open{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 11px;border-radius:11px;background:#fff;color:#203f78;font-size:10px;font-weight:950;white-space:nowrap}.ep-disability-feature-open svg{width:15px;height:15px}
@media(max-width:580px){.ep-disability-feature{grid-template-columns:45px minmax(0,1fr) 22px;padding:12px;border-radius:18px}.ep-disability-feature-icon{width:43px;height:43px;border-radius:14px}.ep-disability-feature-icon svg{width:24px;height:24px}.ep-disability-feature-copy strong{font-size:14px}.ep-disability-feature-copy em{font-size:9px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ep-disability-feature-open{width:20px;min-height:0;padding:0;background:transparent;color:#fff;font-size:0}.ep-disability-feature-open svg{width:20px;height:20px}}
@media(min-width:1024px){.ep-disability-feature{grid-template-columns:65px minmax(0,1fr) auto;padding:20px 22px;border-radius:25px}.ep-disability-feature-icon{width:61px;height:61px;border-radius:19px}.ep-disability-feature-icon svg{width:32px;height:32px}.ep-disability-feature-copy small{font-size:10px}.ep-disability-feature-copy strong{font-size:23px}.ep-disability-feature-copy em{max-width:730px;font-size:13px}.ep-disability-feature-open{min-height:46px;padding:0 16px;font-size:12px}}


/* v1.20.0 — compact homepage AdSense placements. Pending or unfilled
   adverts collapse completely, so Google never leaves a tall empty box. */
.ep-home-banner-ad,
.ep-home-mobile-ad{
    position:relative;
    box-sizing:border-box;
    width:100%;
    min-width:0;
    height:1px;
    min-height:1px;
    max-height:1px;
    margin:0;
    padding:0;
    overflow:hidden;
    border:0 solid transparent;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.ep-home-banner-ad[hidden],
.ep-home-mobile-ad[hidden]{display:none!important}
.ep-home-banner-ad.is-filled,
.ep-home-mobile-ad.is-filled{
    height:auto;
    min-height:0;
    max-height:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.ep-home-ad-label{
    position:absolute;
    z-index:2;
    top:7px;
    left:12px;
    color:#7b8d9a;
    font-size:.55rem;
    font-weight:850;
    letter-spacing:.075em;
    line-height:1;
    text-transform:uppercase;
    opacity:.74;
}
.ep-home-ad-unit{display:block!important;width:100%;min-width:0;margin:0}

/* Full-width but deliberately shallow-looking unit between the gateway cards
   and Disability & Carers. The advert itself keeps its native AdSense height. */
.ep-home-banner-ad.is-filled{
    margin:12px 0 0;
    padding:21px 10px 8px;
    overflow:visible;
    border-width:1px;
    border-color:#dce7ed;
    border-radius:18px;
    background:linear-gradient(180deg,#fff,#fbfdff);
    box-shadow:0 8px 22px rgba(18,54,83,.045);
}

/* Native-looking Latest locally advert. It is requested only on mobile and
   occupies the same list position and visual rhythm as a news card. */
.ep-home-mobile-ad{display:none}
@media(max-width:899px){
    .ep-home-mobile-ad{display:block}
    .ep-home-mobile-ad.is-filled{
        min-height:82px;
        padding:20px 8px 7px;
        overflow:visible;
        border-width:1px;
        border-color:var(--ep-line);
        border-radius:18px;
        background:#fff;
        box-shadow:0 7px 18px rgba(18,54,83,.045);
    }
    .ep-home-mobile-ad .ep-home-ad-label{top:7px;left:10px;font-size:.53rem}
}
@media(min-width:900px){
    .ep-home-mobile-ad{display:none!important}
}
@media(max-width:600px){
    .ep-home-banner-ad.is-filled{margin-top:10px;padding:20px 7px 7px;border-radius:16px}
    .ep-home-banner-ad .ep-home-ad-label{top:7px;left:9px;font-size:.52rem}
}


/* v1.18.6 — Ealing.news-inspired editorial typography and clearer local-news cards */
:root{
    --ep-font-ui:"Poppins",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    --ep-font-editorial:"Lora",Georgia,"Times New Roman",serif;
}
body,button,input,select,textarea{font-family:var(--ep-font-ui)}
.ep-section-heading h1,.ep-row-heading h2,.ep-news-copy strong,.ep-brand-copy strong{font-family:var(--ep-font-ui)}
.ep-news-copy small,.ep-news-source,.ep-news-meta time{font-family:var(--ep-font-editorial)}
.ep-news-copy{gap:5px}
.ep-news-meta{display:flex;align-items:center;gap:7px;min-width:0;line-height:1.15}
.ep-news-category{display:inline-flex;align-items:center;min-height:20px;padding:3px 7px;border-radius:999px;background:#e8f3ff;color:#1269bd;font-family:var(--ep-font-ui);font-size:.61rem;font-weight:800;letter-spacing:.015em;white-space:nowrap}
.ep-news-category--crime{background:#fff0f0;color:#b13c48}
.ep-news-category--health{background:#e7f8f3;color:#087b67}
.ep-news-category--education{background:#f1ebff;color:#6840b7}
.ep-news-category--business{background:#fff3e3;color:#a65f09}
.ep-news-category--culture{background:#f9eaf5;color:#9b3f83}
.ep-news-category--environment{background:#eaf7ec;color:#287847}
.ep-news-category--council{background:#e8f2f8;color:#225d7b}
.ep-news-meta time{overflow:hidden;color:#7c6f65;font-size:.65rem;white-space:nowrap;text-overflow:ellipsis}
.ep-news-copy strong{font-size:.93rem;font-weight:700;letter-spacing:-.015em;line-height:1.24}
.ep-news-copy small{color:#4e5962;font-size:.72rem;line-height:1.42}
.ep-news-source{color:#7a6f66;font-size:.62rem;line-height:1.25}

@media(max-width:639px){
    .ep-news-grid{gap:12px}
    .ep-news-card{grid-template-columns:108px minmax(0,1fr);align-items:start;gap:12px;padding:10px;border-radius:19px}
    .ep-news-image{width:108px;height:96px;border-radius:14px}
    .ep-news-arrow{display:none}
    .ep-news-copy{align-self:stretch;gap:5px;padding:1px 1px 1px 0}
    .ep-news-copy strong{-webkit-line-clamp:3;font-size:.91rem;line-height:1.24}
    .ep-news-copy small{-webkit-line-clamp:2;font-size:.69rem;line-height:1.38}
    .ep-news-meta{gap:5px;flex-wrap:wrap}
    .ep-news-category{min-height:19px;padding:2px 6px;font-size:.56rem}
    .ep-news-meta time{font-size:.60rem}
    .ep-news-source{font-size:.58rem}
}
@media(max-width:370px){
    .ep-news-card{grid-template-columns:96px minmax(0,1fr);gap:10px}
    .ep-news-image{width:96px;height:90px}
    .ep-news-copy strong{font-size:.86rem}
    .ep-news-copy small{font-size:.65rem}
}

/* v1.18.7 — desktop Latest locally directly below search; mobile CTA below four stories */
.ep-news-more-mobile{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    min-height:48px;
    margin-top:13px;
    border:1px solid #bfd2df;
    border-radius:15px;
    background:#fff;
    color:var(--ep-blue);
    font-family:var(--ep-font-ui);
    font-size:.82rem;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 7px 18px rgba(18,54,83,.045);
}
.ep-news-more-mobile svg{width:16px;height:16px}

@media(max-width:899px){
    .ep-latest-section .ep-row-heading>a{display:none}
}

@media(min-width:900px){
    .ep-shell>main{
        display:flex;
        flex-direction:column;
    }
    .ep-shell>main>.ep-hero{order:1}
    .ep-shell>main>.ep-search--detached{order:2}
    .ep-shell>main>.ep-latest-section{
        order:3;
        margin-top:27px;
    }
    .ep-shell>main>.ep-quick-section{order:4}
    .ep-shell>main>.ep-start-section{order:5}
    .ep-shell>main>.ep-alert-card{order:6}
    .ep-shell>main>.ep-now-events{order:7}
    .ep-news-more-mobile{display:none}
}


/* v1.18.8 — prominent premium-style desktop link to the full news section */
@media(min-width:900px){
    .ep-latest-section .ep-row-heading{
        align-items:center;
        margin-bottom:15px;
    }
    .ep-latest-section .ep-row-heading>a{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:11px;
        min-height:48px;
        padding:7px 8px 7px 17px;
        border:1px solid rgba(255,255,255,.22);
        border-radius:16px;
        background:linear-gradient(135deg,#173f70 0%,#126598 48%,#087f72 100%);
        color:#fff;
        font-family:var(--ep-font-ui);
        font-size:.91rem;
        font-weight:800;
        letter-spacing:-.01em;
        line-height:1;
        text-decoration:none;
        white-space:nowrap;
        box-shadow:0 11px 24px rgba(18,65,105,.20),inset 0 1px 0 rgba(255,255,255,.18);
        transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
    }
    .ep-latest-section .ep-row-heading>a svg{
        width:32px;
        height:32px;
        box-sizing:border-box;
        padding:8px;
        border-radius:11px;
        background:rgba(255,255,255,.18);
        color:#fff;
        flex:0 0 32px;
        transition:transform .18s ease,background .18s ease;
    }
    .ep-latest-section .ep-row-heading>a:hover{
        transform:translateY(-2px);
        filter:saturate(1.06);
        box-shadow:0 15px 30px rgba(18,65,105,.25),inset 0 1px 0 rgba(255,255,255,.22);
    }
    .ep-latest-section .ep-row-heading>a:hover svg{
        transform:translateX(2px);
        background:rgba(255,255,255,.25);
    }
    .ep-latest-section .ep-row-heading>a:focus-visible{
        outline:3px solid rgba(31,142,222,.30);
        outline-offset:4px;
    }
    .ep-latest-section .ep-row-heading>a:active{
        transform:translateY(0);
    }
}

/* v1.18.9 — professional homepage footer with contact and legal information */
.ep-site-footer{
    position:relative;
    margin:30px 12px 0;
    padding:24px 18px 20px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.10);
    border-radius:25px;
    background:
        radial-gradient(circle at 92% 8%,rgba(37,207,191,.18),transparent 28%),
        radial-gradient(circle at 8% 100%,rgba(39,119,220,.20),transparent 34%),
        linear-gradient(145deg,#102f4d 0%,#123b5b 54%,#0b4f59 100%);
    color:#fff;
    box-shadow:0 18px 42px rgba(14,43,68,.18);
}
.ep-site-footer:after{
    content:"";
    position:absolute;
    right:-70px;
    bottom:-100px;
    width:230px;
    height:230px;
    border:34px solid rgba(255,255,255,.035);
    border-radius:50%;
    pointer-events:none;
}
.ep-site-footer__main{position:relative;z-index:1;display:grid;gap:24px}
.ep-site-footer__identity{min-width:0}
.ep-site-footer__brand{display:inline-flex;align-items:center;gap:11px;color:#fff}
.ep-site-footer__logo{width:49px;height:49px;flex:0 0 49px;display:grid;place-items:center;overflow:hidden;border-radius:15px;background:#073d52;box-shadow:0 9px 20px rgba(0,0,0,.18)}
.ep-site-footer__logo img{width:100%;height:100%;object-fit:cover}
.ep-site-footer__brand>span:last-child{display:grid;gap:1px}
.ep-site-footer__brand strong{font-size:1.23rem;line-height:1;letter-spacing:-.045em}
.ep-site-footer__brand strong span{color:#42d2c4}
.ep-site-footer__brand small{color:rgba(255,255,255,.65);font-size:.68rem}
.ep-site-footer__identity>p{max-width:490px;margin:15px 0 0;color:rgba(255,255,255,.72);font-size:.75rem;line-height:1.58}
.ep-site-footer__contact{max-width:430px;margin-top:17px;padding:10px 11px;display:grid;grid-template-columns:39px minmax(0,1fr) 18px;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.075);color:#fff;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.ep-site-footer__contact:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.12)}
.ep-site-footer__contact-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#178fd2,#13a796)}
.ep-site-footer__contact-icon svg{width:19px;height:19px}
.ep-site-footer__contact>span:nth-child(2){min-width:0;display:grid;gap:1px}
.ep-site-footer__contact small{color:rgba(255,255,255,.62);font-size:.60rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em}
.ep-site-footer__contact strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}
.ep-site-footer__contact>svg{width:17px;height:17px;color:#64ded2}
.ep-site-footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}
.ep-site-footer__links section{min-width:0;display:grid;align-content:start;gap:8px}
.ep-site-footer__links section>strong{margin-bottom:2px;color:#68dfd4;font-size:.68rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.ep-site-footer__links a{width:fit-content;max-width:100%;color:rgba(255,255,255,.78);font-size:.73rem;line-height:1.38;text-decoration:none}
.ep-site-footer__links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.ep-site-footer__projects{grid-column:1/-1!important;gap:9px!important}
.ep-site-footer__project-list{display:grid;gap:9px}
.ep-site-footer__project{width:100%!important;max-width:none!important;min-width:0;padding:11px;display:grid!important;grid-template-columns:39px minmax(0,1fr);gap:10px;align-items:center;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.075);color:#fff!important;text-decoration:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.ep-site-footer__project:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.27);background:rgba(255,255,255,.12)}
.ep-site-footer__project-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,#d64a63,#a42c52)}
.ep-site-footer__project--home .ep-site-footer__project-icon{background:linear-gradient(135deg,#2789df,#13a994)}
.ep-site-footer__project--quote .ep-site-footer__project-icon{background:linear-gradient(135deg,#f59e0b,#ef4444)}
.ep-site-footer__project--pcn .ep-site-footer__project-icon{background:linear-gradient(135deg,#3b82f6,#7c3aed)}
.ep-site-footer__project--chat .ep-site-footer__project-icon{background:linear-gradient(135deg,#111827,#d92d20)}
.ep-site-footer__project-icon svg{width:20px;height:20px}
.ep-site-footer__project-copy{min-width:0;display:grid;gap:2px}
.ep-site-footer__project-copy b{font-size:.79rem;line-height:1.15}
.ep-site-footer__project-copy small{color:rgba(255,255,255,.66);font-size:.64rem;line-height:1.35}
.ep-site-footer__project-action{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#77e4da;font-size:.61rem;font-weight:850}
.ep-site-footer__project-action svg{width:14px;height:14px}
.ep-site-footer__bottom{position:relative;z-index:1;margin-top:23px;padding-top:15px;display:flex;flex-direction:column;gap:5px;border-top:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.52);font-size:.64rem;line-height:1.45}
.ep-site-footer__bottom span{color:rgba(255,255,255,.68);font-weight:650}

@media(max-width:430px){
    .ep-site-footer__links{grid-template-columns:1fr 1fr}
    .ep-site-footer__links section:last-child{grid-column:1/-1}
}

@media(min-width:900px){
    .ep-shell{padding-bottom:0!important}
    .ep-site-footer{
        margin:46px 0 0;
        padding:39px 54px 27px;
        border-width:0;
        border-top:1px solid rgba(255,255,255,.09);
        border-radius:0 0 29px 29px;
        box-shadow:none;
    }
    .ep-site-footer__main{grid-template-columns:minmax(300px,1.05fr) minmax(520px,1.55fr);gap:58px;align-items:start}
    .ep-site-footer__brand strong{font-size:1.55rem}
    .ep-site-footer__brand small{font-size:.76rem}
    .ep-site-footer__identity>p{font-size:.82rem}
    .ep-site-footer__contact{min-height:62px;padding:11px 13px}
    .ep-site-footer__contact strong{font-size:.86rem}
    .ep-site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
    .ep-site-footer__links section>strong{font-size:.73rem}
    .ep-site-footer__links a{font-size:.79rem}
    .ep-site-footer__project-list{grid-template-columns:repeat(3,minmax(0,1fr))}
    .ep-site-footer__project{grid-template-columns:45px minmax(0,1fr);padding:12px 13px}
    .ep-site-footer__project-icon{width:45px;height:45px}
    .ep-site-footer__project-action{grid-column:2;justify-content:flex-start}
    .ep-site-footer__bottom{margin-top:30px;padding-top:18px;flex-direction:row;align-items:center;justify-content:space-between;font-size:.69rem}
}

/* v1.18.10 — desktop Quick Actions directly below Latest Local News */

/* v1.18.12 — show six latest stories on desktop while keeping four on mobile */
@media(max-width:899px){
    .ep-latest-section .ep-news-grid>a.ep-news-card:nth-of-type(n+5){display:none}
}

.ep-news-resident-badge{display:inline-flex;align-items:center;align-self:flex-start;padding:4px 9px;border-radius:999px;background:linear-gradient(135deg,#fff0dd,#ffe0b5);border:1px solid #f3cf9d;color:#9c5900;font-size:.59rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 5px 14px rgba(156,89,0,.09)}


/* v1.19.1 — compact desktop-only resident article CTA */
.ep-write-article-cta{display:none}
@media(min-width:900px){
    .ep-write-article-cta{
        display:flex;
        align-items:center;
        gap:9px;
        min-height:42px;
        padding:4px 11px 4px 5px;
        border:1px solid #f0c98f;
        border-radius:14px;
        background:linear-gradient(135deg,#fff8ec,#fff0d7);
        color:#7b4700;
        text-decoration:none;
        box-shadow:0 7px 17px rgba(151,83,0,.10);
        transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
    }
    .ep-write-article-cta:hover{transform:translateY(-1px);border-color:#e7b565;box-shadow:0 10px 22px rgba(151,83,0,.14)}
    .ep-write-article-cta__icon{
        display:grid;
        place-items:center;
        width:32px;
        height:32px;
        border-radius:10px;
        background:linear-gradient(145deg,#f1a33d,#d9790c);
        color:#fff;
        box-shadow:0 6px 13px rgba(190,105,10,.22);
    }
    .ep-write-article-cta__icon svg{width:18px;height:18px}
    .ep-write-article-cta__copy{display:flex;flex-direction:column;gap:1px;white-space:nowrap}
    .ep-write-article-cta__copy small{color:#a25c00;font-size:.53rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
    .ep-write-article-cta__copy strong{color:#6a3d00;font-size:.73rem;line-height:1.05}
    .ep-auth-inline--desktop{display:flex}
}


/* v1.19.2 — compact resident article teaser beside the mobile start heading */
.ep-section-heading__row{display:block}
.ep-resident-mobile-cta{display:none}
@media(max-width:899px){
    .ep-section-heading__row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;margin-bottom:14px}
    .ep-section-heading__row h1{min-width:0;flex:1;margin:0;font-size:clamp(.98rem,4.4vw,1.2rem);line-height:1.08;letter-spacing:-.035em;white-space:nowrap}
    .ep-resident-mobile-cta{display:flex;align-items:center;gap:7px;flex:0 0 auto;min-height:42px;padding:5px 9px 5px 5px;border:1px solid #efc47f;border-radius:14px;background:linear-gradient(135deg,#fff7e8,#ffedcf);color:#754300;text-decoration:none;box-shadow:0 7px 17px rgba(151,83,0,.10)}
    .ep-resident-mobile-cta__icon{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,#f1a33d,#d9790c);color:#fff;box-shadow:0 5px 11px rgba(190,105,10,.22)}
    .ep-resident-mobile-cta__icon svg{width:17px;height:17px}
    .ep-resident-mobile-cta__copy{display:flex;flex-direction:column;gap:1px;white-space:nowrap;text-align:left}
    .ep-resident-mobile-cta__copy small{color:#a25c00;font-size:.49rem;font-weight:900;line-height:1.05;letter-spacing:.045em;text-transform:uppercase}
    .ep-resident-mobile-cta__copy strong{color:#633900;font-size:.66rem;line-height:1.08}
}
@media(max-width:370px){
    .ep-section-heading__row{gap:7px}
    .ep-section-heading__row h1{font-size:.94rem}
    .ep-resident-mobile-cta{gap:5px;padding-right:7px}
    .ep-resident-mobile-cta__icon{width:29px;height:29px}
    .ep-resident-mobile-cta__copy small{font-size:.45rem}
    .ep-resident-mobile-cta__copy strong{font-size:.61rem}
}

/* v1.19.4 — resident articles replace duplicated Quick actions */
.ep-resident-mobile-cta{display:none!important}
.ep-resident-stories-section{margin-top:26px}
.ep-resident-stories-heading{align-items:flex-end;margin-bottom:13px}
.ep-resident-stories-heading>div{display:grid;gap:2px}
.ep-resident-stories-heading>div>small{color:#b2680d;font-size:.61rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.ep-resident-stories-heading h2{font-size:1.12rem}
.ep-resident-stories-write{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 12px!important;border:1px solid #efc889;border-radius:13px;background:linear-gradient(135deg,#fff7e9,#ffedcf);color:#8f5200!important;font-size:.7rem!important;font-weight:900!important;box-shadow:0 7px 16px rgba(159,90,0,.09)}
.ep-resident-stories-write svg{width:16px!important;height:16px!important}
.ep-resident-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ep-resident-story-card{min-width:0;overflow:hidden;border:1px solid #ecd5b5;border-radius:18px;background:#fff;box-shadow:0 9px 23px rgba(71,50,22,.06);text-decoration:none}
.ep-resident-story-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(145deg,#f5d9ae,#f8ecd9)}
.ep-resident-story-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.ep-resident-story-image b{position:absolute;left:7px;bottom:7px;max-width:calc(100% - 14px);padding:4px 7px;border-radius:999px;background:rgba(255,247,232,.94);color:#995800;font-size:.49rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 4px 11px rgba(73,42,5,.13)}
.ep-resident-story-copy{display:flex;min-width:0;flex-direction:column;padding:10px 10px 11px}
.ep-resident-story-copy>small{overflow:hidden;color:#8d7154;font-size:.56rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.ep-resident-story-copy>strong{display:-webkit-box;overflow:hidden;margin-top:5px;color:#50350f;font-size:.78rem;line-height:1.27;letter-spacing:-.015em;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.ep-resident-story-copy>em{display:none;margin-top:6px;color:#6e6254;font-size:.69rem;font-style:normal;line-height:1.4}
.ep-resident-story-comments{display:flex;align-items:center;gap:5px;margin-top:9px;padding-top:8px;border-top:1px solid #f0e3d2;color:#96601e;font-size:.58rem;font-weight:850}
.ep-resident-story-comments svg{width:13px;height:13px}
.ep-resident-story-empty{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;padding:15px;border:1px dashed #e8bd79;border-radius:18px;background:linear-gradient(135deg,#fff9ef,#fff2dc);color:#754704;text-decoration:none}
.ep-resident-story-empty>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#efa33c,#d9790c);color:#fff;box-shadow:0 8px 18px rgba(181,98,5,.2)}
.ep-resident-story-empty>span svg{width:24px;height:24px}
.ep-resident-story-empty>div{display:grid;gap:3px;min-width:0}
.ep-resident-story-empty>div small{color:#a15b00;font-size:.54rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.ep-resident-story-empty>div strong{font-size:.92rem;line-height:1.2}
.ep-resident-story-empty>div p{margin:0;color:#80613b;font-size:.7rem;line-height:1.42}
.ep-resident-story-empty>b{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:7px;min-height:41px;border-radius:12px;background:#d97c13;color:#fff;font-size:.72rem;font-weight:900}
.ep-resident-story-empty>b svg{width:15px;height:15px}

@media(hover:hover){
  .ep-resident-story-card:hover{transform:translateY(-2px);border-color:#dda958;box-shadow:0 14px 30px rgba(91,57,15,.11)}
  .ep-resident-story-card:hover img{transform:scale(1.035)}
}
@media(min-width:700px){
  .ep-resident-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
  .ep-resident-story-card{border-radius:21px}
  .ep-resident-story-copy{padding:13px 14px 14px}
  .ep-resident-story-copy>small{font-size:.64rem}
  .ep-resident-story-copy>strong{font-size:.94rem;-webkit-line-clamp:2}
  .ep-resident-story-copy>em{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .ep-resident-story-comments{font-size:.66rem}
  .ep-resident-story-empty{grid-template-columns:60px minmax(0,1fr) auto;padding:18px 20px}
  .ep-resident-story-empty>span{width:60px;height:60px;border-radius:18px}
  .ep-resident-story-empty>div strong{font-size:1.05rem}
  .ep-resident-story-empty>div p{font-size:.78rem}
  .ep-resident-story-empty>b{grid-column:auto;min-width:150px;padding:0 16px}
}
@media(max-width:370px){
  .ep-resident-story-grid{gap:7px}
  .ep-resident-story-copy{padding:8px}
  .ep-resident-story-copy>strong{font-size:.71rem}
  .ep-resident-story-image b{font-size:.43rem;padding:3px 5px}
  .ep-resident-story-comments{font-size:.52rem}
  .ep-resident-stories-write span{display:none}
  .ep-resident-stories-write{width:40px;padding:0!important}
}
@media(max-width:699px){
  .ep-resident-story-grid>.ep-resident-story-card:nth-child(n+3){display:none}
  .ep-resident-story-grid>.ep-resident-story-card:only-child{grid-column:1/-1}
  .ep-resident-story-grid>.ep-resident-story-card:only-child .ep-resident-story-image{aspect-ratio:16/7}
  .ep-resident-story-grid>.ep-resident-story-card:only-child .ep-resident-story-copy>strong{font-size:.88rem;-webkit-line-clamp:2}
}


/* v1.19.5 — compact empty resident-articles prompt on phones */
.ep-resident-story-empty__mobile-title,.ep-resident-story-empty__mobile-action{display:none}
@media(max-width:699px){
  .ep-resident-stories-section.is-empty{margin-top:18px}
  .ep-resident-stories-section.is-empty .ep-resident-stories-heading{display:none}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty{grid-template-columns:36px minmax(0,1fr) auto;gap:9px;min-height:56px;padding:9px 10px;border-radius:15px;align-items:center}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>span{width:36px;height:36px;border-radius:11px}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>span svg{width:19px;height:19px}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>div{display:block;min-width:0}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>div small,
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>div p,
  .ep-resident-stories-section.is-empty .ep-resident-story-empty__desktop-title,
  .ep-resident-stories-section.is-empty .ep-resident-story-empty__desktop-action{display:none}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty__mobile-title{display:block;overflow:hidden;color:#69440e;font-size:.73rem;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>b{grid-column:auto;display:flex;min-width:74px;min-height:36px;padding:0 10px;border-radius:11px;font-size:.64rem;white-space:nowrap}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty__mobile-action{display:inline}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>b svg{width:13px;height:13px}
}
@media(max-width:370px){
  .ep-resident-stories-section.is-empty .ep-resident-story-empty{grid-template-columns:32px minmax(0,1fr) auto;gap:7px;padding:8px}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>span{width:32px;height:32px}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty__mobile-title{font-size:.67rem}
  .ep-resident-stories-section.is-empty .ep-resident-story-empty>b{min-width:64px;padding:0 8px;font-size:.59rem}
}


/* v1.19.6 — safe refresh of the four gateways and three local event cards.
   This block intentionally changes only these two homepage sections. */
.ep-start-section,
.ep-start-section .ep-section-heading,
.ep-start-section .ep-section-heading__row,
.ep-start-section .ep-hub-grid,
.ep-start-section .ep-hub-card,
.ep-now-events,
.ep-now-events-head,
.ep-now-events-grid,
.ep-now-event-card{min-width:0;max-width:100%}

.ep-start-section .ep-section-heading{display:block;width:100%;margin:0 0 15px}
.ep-start-section .ep-section-heading>p{display:block;width:100%;margin:0 0 5px;color:var(--ep-muted);font-size:.78rem;line-height:1.35}
.ep-start-section .ep-section-heading__row{display:block;width:100%;margin:0}
.ep-start-section .ep-section-heading__row h1{display:block;width:100%;max-width:100%;margin:0;overflow-wrap:anywhere;white-space:normal}
.ep-start-section .ep-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;width:100%}
.ep-start-section .ep-hub-card{position:relative;isolation:isolate;overflow:hidden;min-height:166px;padding:15px;border:1px solid #dce7ed;border-radius:21px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:0 10px 25px rgba(18,54,83,.065)}
.ep-start-section .ep-hub-card::before{content:"";position:absolute;right:-38px;bottom:-48px;width:122px;height:122px;border-radius:38px;transform:rotate(18deg);opacity:.10;z-index:-1}
.ep-start-section .ep-hub-card--news::before{background:var(--ep-blue)}
.ep-start-section .ep-hub-card--money::before{background:var(--ep-teal)}
.ep-start-section .ep-hub-card--home::before{background:var(--ep-orange)}
.ep-start-section .ep-hub-card--community::before{background:var(--ep-purple)}
.ep-start-section .ep-hub-icon{width:44px;height:44px;margin-bottom:13px;border-radius:15px;box-shadow:0 8px 17px rgba(18,54,83,.14)}
.ep-start-section .ep-hub-content strong{font-size:1rem;line-height:1.18}
.ep-start-section .ep-hub-content small{font-size:.75rem;line-height:1.38}
.ep-start-section .ep-hub-open{padding-top:11px;font-size:.75rem}

.ep-now-events{width:100%;overflow:hidden;padding:14px 14px 15px;border:1px solid #d7e5eb;border-radius:20px;background:linear-gradient(145deg,#f8fcfd,#f5f9ff);box-shadow:0 12px 30px rgba(18,57,86,.075)}
.ep-now-events-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%}
.ep-now-events-head>div{min-width:0}
.ep-now-events-head h2{max-width:100%;font-size:17px;line-height:1.18;overflow-wrap:anywhere}
.ep-now-events-head>a{min-height:36px;padding:0 11px;border:1px solid #c8dde8;border-radius:12px;background:#fff;font-size:10px;box-shadow:0 6px 15px rgba(18,57,86,.055)}
.ep-now-events-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;margin-top:12px}
.ep-now-event-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;gap:0;padding:0;border:1px solid #dfe9ee;border-radius:15px;background:#fff;box-shadow:0 9px 22px rgba(18,57,86,.065)}
.ep-now-event-image{display:block;width:100%;height:auto;aspect-ratio:4/3;overflow:hidden;border-radius:0;background:linear-gradient(135deg,#1b6fc5,#1ca79b)}
.ep-now-event-image img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.98) contrast(1.02)}
.ep-now-event-copy{display:flex;min-width:0;flex:1;flex-direction:column;padding:8px 8px 9px}
.ep-now-event-copy small{display:-webkit-box;overflow:hidden;color:#0b817d;font-size:7.6px;font-weight:900;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ep-now-event-copy strong{display:-webkit-box;overflow:hidden;margin-top:5px;color:#123b5b;font-size:10.5px;line-height:1.24;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow-wrap:anywhere}
.ep-now-event-copy em{display:-webkit-box;overflow:hidden;margin-top:5px;color:#667f8e;font-size:8.3px;font-style:normal;line-height:1.34;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ep-now-event-arrow{display:none}

@media(max-width:390px){
  .ep-start-section .ep-section-heading__row h1{font-size:1.35rem;line-height:1.08}
  .ep-start-section .ep-hub-grid{gap:9px}
  .ep-start-section .ep-hub-card{min-height:158px;padding:13px;border-radius:19px}
  .ep-start-section .ep-hub-content strong{font-size:.92rem}
  .ep-start-section .ep-hub-content small{font-size:.69rem}
  .ep-now-events{padding:13px 12px 14px}
  .ep-now-events-head h2{font-size:15px}
  .ep-now-events-head>a{min-height:34px;padding:0 9px;font-size:9px}
  .ep-now-events-grid{gap:6px}
  .ep-now-event-copy{padding:7px 7px 8px}
  .ep-now-event-copy small{font-size:7px}
  .ep-now-event-copy strong{font-size:9.4px;-webkit-line-clamp:3}
  .ep-now-event-copy em{display:none}
}

@media(min-width:700px){
  .ep-start-section .ep-section-heading>p{font-size:.84rem}
  .ep-start-section .ep-section-heading__row h1{font-size:2rem;line-height:1.08}
  .ep-start-section .ep-hub-card{min-height:190px;padding:19px}
  .ep-start-section .ep-hub-icon{width:49px;height:49px}
  .ep-start-section .ep-hub-content strong{font-size:1.08rem}
  .ep-start-section .ep-hub-content small{font-size:.8rem}
  .ep-now-events{padding:19px;border-radius:24px}
  .ep-now-events-head h2{font-size:23px}
  .ep-now-events-head>a{min-height:42px;padding:0 14px;font-size:11px}
  .ep-now-events-grid{gap:13px;margin-top:15px}
  .ep-now-event-image{aspect-ratio:16/10}
  .ep-now-event-copy{padding:11px 12px 13px}
  .ep-now-event-copy small{font-size:9px}
  .ep-now-event-copy strong{font-size:13px;-webkit-line-clamp:2}
  .ep-now-event-copy em{font-size:10px;-webkit-line-clamp:2}
}

@media(min-width:1024px){
  .ep-start-section .ep-section-heading{margin-bottom:18px}
  .ep-start-section .ep-section-heading__row h1{font-size:2.35rem}
  .ep-start-section .ep-hub-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
  .ep-start-section .ep-hub-card{min-height:225px;padding:23px;border-radius:25px}
  .ep-start-section .ep-hub-icon{width:56px;height:56px;border-radius:18px;margin-bottom:18px}
  .ep-start-section .ep-hub-content strong{font-size:1.24rem}
  .ep-start-section .ep-hub-content small{font-size:.87rem}
  .ep-start-section .ep-hub-open{font-size:.82rem}
  .ep-now-events{padding:25px;border-radius:27px}
  .ep-now-events-head h2{font-size:29px}
  .ep-now-events-head>a{min-height:46px;padding:0 17px;font-size:13px}
  .ep-now-events-grid{gap:18px;margin-top:19px}
  .ep-now-event-card{border-radius:21px}
  .ep-now-event-image{aspect-ratio:16/9}
  .ep-now-event-copy{padding:14px 16px 17px}
  .ep-now-event-copy small{font-size:10px}
  .ep-now-event-copy strong{font-size:17px;line-height:1.25;-webkit-line-clamp:2}
  .ep-now-event-copy em{font-size:12px;line-height:1.45;-webkit-line-clamp:2}
}

/* v1.19.9 — premium gateway cards; scoped only to the four entry cards and disability centre. */
.ep-start-section{
  margin-top:30px;
}
.ep-start-section .ep-section-heading{
  margin:0 0 17px;
}
.ep-start-section .ep-section-heading>p{
  margin:0 0 6px;
  color:#647b8b;
  font-size:.8rem;
  line-height:1.35;
}
.ep-start-section .ep-section-heading__row h1{
  margin:0;
  max-width:100%;
  color:#102f49;
  font-size:clamp(1.55rem,7vw,2rem);
  line-height:1.06;
  letter-spacing:-.045em;
  overflow-wrap:normal;
  word-break:normal;
}
.ep-start-section .ep-hub-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}
.ep-start-section .ep-hub-card{
  position:relative;
  isolation:isolate;
  display:flex;
  min-width:0;
  min-height:202px;
  flex-direction:column;
  align-items:flex-start;
  overflow:hidden;
  padding:15px 14px 14px;
  border:1px solid #d8e5ed;
  border-radius:23px;
  background:#fff;
  box-shadow:0 13px 30px rgba(18,54,83,.075);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.ep-start-section .ep-hub-card::before{
  content:"";
  position:absolute;
  right:-4px;
  bottom:-3px;
  z-index:-1;
  width:112px;
  height:94px;
  border-radius:0;
  background-color:transparent;
  background-position:right bottom;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.34;
  transform:none;
  pointer-events:none;
}
.ep-start-section .ep-hub-card::after{
  content:"";
  position:absolute;
  right:-34px;
  top:-42px;
  z-index:-2;
  width:110px;
  height:110px;
  border-radius:50%;
  opacity:.11;
  pointer-events:none;
}
.ep-start-section .ep-hub-card--news{
  border-color:#cfe0f3;
  background:linear-gradient(150deg,#fff 0%,#fff 66%,#edf5ff 100%);
}
.ep-start-section .ep-hub-card--money{
  border-color:#cce7e3;
  background:linear-gradient(150deg,#fff 0%,#fff 66%,#eaf8f5 100%);
}
.ep-start-section .ep-hub-card--home{
  border-color:#efd8c8;
  background:linear-gradient(150deg,#fff 0%,#fff 66%,#fff1e7 100%);
}
.ep-start-section .ep-hub-card--community{
  border-color:#ddd5f2;
  background:linear-gradient(150deg,#fff 0%,#fff 66%,#f3efff 100%);
}
.ep-start-section .ep-hub-card--news::before{background-image:url('../illustrations/hub-news.svg')}
.ep-start-section .ep-hub-card--money::before{background-image:url('../illustrations/hub-money.svg')}
.ep-start-section .ep-hub-card--home::before{background-image:url('../illustrations/hub-home.svg')}
.ep-start-section .ep-hub-card--community::before{background-image:url('../illustrations/hub-community.svg')}
.ep-start-section .ep-hub-card--news::after{background:#2d8ff0}
.ep-start-section .ep-hub-card--money::after{background:#1aaaa0}
.ep-start-section .ep-hub-card--home::after{background:#f3944b}
.ep-start-section .ep-hub-card--community::after{background:#8060dc}
.ep-start-section .ep-hub-icon{
  display:grid;
  place-items:center;
  width:47px;
  height:47px;
  flex:0 0 47px;
  margin:0 0 14px;
  border-radius:15px;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32),0 9px 19px rgba(19,59,91,.16);
}
.ep-start-section .ep-hub-icon svg{
  width:24px;
  height:24px;
}
.ep-start-section .ep-hub-content{
  position:relative;
  z-index:2;
  display:grid;
  max-width:100%;
  gap:6px;
}
.ep-start-section .ep-hub-content strong{
  color:#15344d;
  font-size:1rem;
  line-height:1.18;
  letter-spacing:-.025em;
}
.ep-start-section .ep-hub-content small{
  max-width:95%;
  color:#647987;
  font-size:.72rem;
  line-height:1.42;
}
.ep-start-section .ep-hub-open{
  position:relative;
  z-index:3;
  display:inline-flex;
  min-height:34px;
  align-items:center;
  gap:5px;
  margin-top:auto;
  padding:0 10px;
  border:1px solid currentColor;
  border-radius:11px;
  background:rgba(255,255,255,.9);
  font-size:.71rem;
  font-weight:850;
  box-shadow:0 5px 13px rgba(18,54,83,.055);
}
.ep-start-section .ep-hub-open svg{
  width:13px;
  height:13px;
}
.ep-start-section .ep-hub-card--news .ep-hub-open{color:#1677e8}
.ep-start-section .ep-hub-card--money .ep-hub-open{color:#078f87}
.ep-start-section .ep-hub-card--home .ep-hub-open{color:#d86f1e}
.ep-start-section .ep-hub-card--community .ep-hub-open{color:#6f4fd1}

.ep-start-section .ep-disability-feature{
  position:relative;
  display:grid;
  grid-template-columns:49px minmax(0,1fr) 22px;
  gap:12px;
  align-items:center;
  min-height:100px;
  margin-top:14px;
  padding:14px 15px;
  overflow:hidden;
  border:1px solid rgba(124,170,220,.38);
  border-radius:21px;
  background:
    radial-gradient(circle at 88% 8%,rgba(55,214,206,.23),transparent 28%),
    radial-gradient(circle at 95% 120%,rgba(255,255,255,.10),transparent 34%),
    linear-gradient(118deg,#123260 0%,#164e91 62%,#215b9e 100%);
  color:#fff;
  box-shadow:0 15px 34px rgba(16,49,91,.18);
}
.ep-start-section .ep-disability-feature::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.34) 1px,transparent 1.2px);
  background-position:74% 50%;
  background-size:12px 12px;
  opacity:.18;
  mask-image:linear-gradient(90deg,transparent 42%,#000 72%,transparent 100%);
  pointer-events:none;
}
.ep-start-section .ep-disability-feature::after{
  content:"";
  position:absolute;
  right:-72px;
  bottom:-112px;
  width:220px;
  height:220px;
  border:34px solid rgba(255,255,255,.065);
  border-radius:50%;
  pointer-events:none;
}
.ep-start-section .ep-disability-feature-icon{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:49px;
  height:49px;
  border-radius:16px;
  background:linear-gradient(145deg,#5d7cff,#17bdb4);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 10px 22px rgba(0,0,0,.18);
}
.ep-start-section .ep-disability-feature-icon svg{
  width:27px;
  height:27px;
}
.ep-start-section .ep-disability-feature-copy{
  position:relative;
  z-index:2;
  min-width:0;
}
.ep-start-section .ep-disability-feature-copy small,
.ep-start-section .ep-disability-feature-copy strong,
.ep-start-section .ep-disability-feature-copy em{
  display:block;
}
.ep-start-section .ep-disability-feature-copy small{
  color:#85eee5;
  font-size:.52rem;
  font-weight:950;
  letter-spacing:.11em;
}
.ep-start-section .ep-disability-feature-copy strong{
  margin-top:3px;
  font-size:1rem;
  line-height:1.14;
}
.ep-start-section .ep-disability-feature-copy em{
  display:-webkit-box;
  overflow:hidden;
  margin-top:4px;
  color:rgba(255,255,255,.76);
  font-size:.64rem;
  font-style:normal;
  line-height:1.4;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.ep-start-section .ep-disability-feature-open{
  position:relative;
  z-index:2;
  display:flex;
  width:22px;
  min-height:0;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font-size:0;
  box-shadow:none;
}
.ep-start-section .ep-disability-feature-open svg{
  width:20px;
  height:20px;
}

@media(max-width:390px){
  .ep-start-section .ep-section-heading__row h1{
    font-size:1.42rem;
  }
  .ep-start-section .ep-hub-grid{
    gap:9px;
  }
  .ep-start-section .ep-hub-card{
    min-height:188px;
    padding:13px 12px 12px;
    border-radius:20px;
  }
  .ep-start-section .ep-hub-card::before{
    width:96px;
    height:80px;
    opacity:.29;
  }
  .ep-start-section .ep-hub-icon{
    width:43px;
    height:43px;
    flex-basis:43px;
    margin-bottom:12px;
    border-radius:14px;
  }
  .ep-start-section .ep-hub-icon svg{
    width:22px;
    height:22px;
  }
  .ep-start-section .ep-hub-content strong{
    font-size:.91rem;
  }
  .ep-start-section .ep-hub-content small{
    font-size:.66rem;
    line-height:1.38;
  }
  .ep-start-section .ep-hub-open{
    min-height:31px;
    padding:0 8px;
    font-size:.65rem;
  }
  .ep-start-section .ep-disability-feature{
    grid-template-columns:44px minmax(0,1fr) 20px;
    gap:10px;
    min-height:92px;
    padding:12px;
    border-radius:19px;
  }
  .ep-start-section .ep-disability-feature-icon{
    width:44px;
    height:44px;
    border-radius:14px;
  }
  .ep-start-section .ep-disability-feature-icon svg{
    width:24px;
    height:24px;
  }
  .ep-start-section .ep-disability-feature-copy strong{
    font-size:.91rem;
  }
  .ep-start-section .ep-disability-feature-copy em{
    font-size:.59rem;
  }
}

@media(min-width:700px){
  .ep-start-section .ep-section-heading{
    margin-bottom:20px;
  }
  .ep-start-section .ep-section-heading>p{
    font-size:.88rem;
  }
  .ep-start-section .ep-section-heading__row h1{
    font-size:2.05rem;
  }
  .ep-start-section .ep-hub-card{
    min-height:224px;
    padding:19px 18px 17px;
  }
  .ep-start-section .ep-hub-card::before{
    width:128px;
    height:108px;
    opacity:.43;
  }
  .ep-start-section .ep-hub-icon{
    width:52px;
    height:52px;
    flex-basis:52px;
    border-radius:17px;
  }
  .ep-start-section .ep-hub-icon svg{
    width:27px;
    height:27px;
  }
  .ep-start-section .ep-hub-content strong{
    font-size:1.12rem;
  }
  .ep-start-section .ep-hub-content small{
    font-size:.8rem;
  }
  .ep-start-section .ep-hub-open{
    min-height:38px;
    padding:0 12px;
    font-size:.76rem;
  }
  .ep-start-section .ep-disability-feature{
    grid-template-columns:58px minmax(0,1fr) auto;
    min-height:116px;
    padding:18px 20px;
    border-radius:24px;
  }
  .ep-start-section .ep-disability-feature-icon{
    width:58px;
    height:58px;
    border-radius:18px;
  }
  .ep-start-section .ep-disability-feature-icon svg{
    width:31px;
    height:31px;
  }
  .ep-start-section .ep-disability-feature-copy small{
    font-size:.6rem;
  }
  .ep-start-section .ep-disability-feature-copy strong{
    font-size:1.25rem;
  }
  .ep-start-section .ep-disability-feature-copy em{
    font-size:.73rem;
    -webkit-line-clamp:2;
  }
  .ep-start-section .ep-disability-feature-open{
    display:inline-flex;
    width:auto;
    min-height:42px;
    padding:0 14px;
    border-radius:13px;
    background:#fff;
    color:#214b86;
    font-size:.72rem;
    font-weight:900;
    box-shadow:0 9px 20px rgba(4,26,62,.18);
  }
  .ep-start-section .ep-disability-feature-open svg{
    width:15px;
    height:15px;
  }
}

@media(min-width:1024px){
  .ep-start-section{
    margin-top:42px;
  }
  .ep-start-section .ep-section-heading{
    margin-bottom:22px;
  }
  .ep-start-section .ep-section-heading>p{
    font-size:.92rem;
  }
  .ep-start-section .ep-section-heading__row h1{
    font-size:2.55rem;
  }
  .ep-start-section .ep-hub-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }
  .ep-start-section .ep-hub-card{
    min-height:284px;
    padding:22px 21px 19px;
    border-radius:25px;
    box-shadow:0 16px 36px rgba(18,54,83,.09);
  }
  .ep-start-section .ep-hub-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 42px rgba(18,54,83,.13);
  }
  .ep-start-section .ep-hub-card::before{
    right:3px;
    bottom:0;
    width:150px;
    height:126px;
    opacity:.68;
  }
  .ep-start-section .ep-hub-card::after{
    right:-44px;
    top:-56px;
    width:150px;
    height:150px;
  }
  .ep-start-section .ep-hub-icon{
    width:61px;
    height:61px;
    flex-basis:61px;
    margin-bottom:20px;
    border-radius:19px;
  }
  .ep-start-section .ep-hub-icon svg{
    width:31px;
    height:31px;
  }
  .ep-start-section .ep-hub-content{
    max-width:205px;
    gap:8px;
  }
  .ep-start-section .ep-hub-content strong{
    font-size:1.19rem;
  }
  .ep-start-section .ep-hub-content small{
    font-size:.84rem;
    line-height:1.46;
  }
  .ep-start-section .ep-hub-open{
    min-height:42px;
    padding:0 14px;
    border-radius:12px;
    font-size:.8rem;
  }
  .ep-start-section .ep-disability-feature{
    grid-template-columns:70px minmax(0,1fr) auto;
    min-height:132px;
    margin-top:22px;
    padding:22px 24px;
    border-radius:26px;
  }
  .ep-start-section .ep-disability-feature-icon{
    width:70px;
    height:70px;
    border-radius:21px;
  }
  .ep-start-section .ep-disability-feature-icon svg{
    width:37px;
    height:37px;
  }
  .ep-start-section .ep-disability-feature-copy small{
    font-size:.65rem;
    letter-spacing:.13em;
  }
  .ep-start-section .ep-disability-feature-copy strong{
    margin-top:4px;
    font-size:1.55rem;
  }
  .ep-start-section .ep-disability-feature-copy em{
    max-width:760px;
    margin-top:5px;
    font-size:.83rem;
  }
  .ep-start-section .ep-disability-feature-open{
    min-height:50px;
    padding:0 18px;
    border-radius:14px;
    font-size:.78rem;
  }
}

/* v1.19.7 — quiet link to the full Resident articles feed */
.ep-resident-stories-more-row{
  display:flex;
  justify-content:center;
  margin-top:10px;
}
.ep-resident-stories-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:32px;
  padding:5px 10px;
  border:1px solid rgba(178,104,13,.20);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  color:#876136;
  font-size:.66rem;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
  box-shadow:0 4px 12px rgba(91,57,15,.035);
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}
.ep-resident-stories-more svg{
  width:13px;
  height:13px;
}
@media(hover:hover){
  .ep-resident-stories-more:hover{
    border-color:rgba(178,104,13,.38);
    background:#fffaf3;
    color:#a05e0a;
  }
}
@media(min-width:700px){
  .ep-resident-stories-more-row{justify-content:flex-end;margin-top:12px}
  .ep-resident-stories-more{font-size:.7rem}
}


/* v1.18.14 — compact mobile footer: keep all links without turning the footer into a full page */
@media(max-width:899px){
    .ep-site-footer{
        margin:18px 10px 0;
        padding:14px 12px 12px;
        border-radius:18px;
    }
    .ep-site-footer__main{gap:12px}
    .ep-site-footer__brand,
    .ep-site-footer__identity>p{display:none}
    .ep-site-footer__contact{
        max-width:none;
        margin:0;
        padding:7px 9px;
        grid-template-columns:28px minmax(0,1fr) 14px;
        gap:7px;
        border-radius:11px;
    }
    .ep-site-footer__contact-icon{
        width:28px;
        height:28px;
        border-radius:9px;
    }
    .ep-site-footer__contact-icon svg{width:14px;height:14px}
    .ep-site-footer__contact small{display:none}
    .ep-site-footer__contact strong{font-size:.67rem}
    .ep-site-footer__contact>svg{width:13px;height:13px}
    .ep-site-footer__links{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:12px 8px;
    }
    .ep-site-footer__links section,
    .ep-site-footer__links section:last-child{
        grid-column:auto;
        gap:4px;
    }
    .ep-site-footer__links section>strong{
        margin:0 0 1px;
        font-size:.56rem;
        letter-spacing:.045em;
    }
    .ep-site-footer__links a{
        font-size:.61rem;
        line-height:1.24;
    }
    .ep-site-footer__projects{
        grid-column:1/-1!important;
        gap:6px!important;
    }
    .ep-site-footer__project-list{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
    }
    .ep-site-footer__project{
        min-height:58px;
        padding:8px!important;
        grid-template-columns:30px minmax(0,1fr)!important;
        gap:7px!important;
        border-radius:12px;
        align-items:start;
    }
    .ep-site-footer__project-icon{
        width:30px;
        height:30px;
        border-radius:9px;
    }
    .ep-site-footer__project-icon svg{width:15px;height:15px}
    .ep-site-footer__project-copy{gap:1px;align-content:start}
    .ep-site-footer__project-copy b{
        overflow:visible;
        font-size:.68rem;
        line-height:1.16;
        text-overflow:clip;
        white-space:normal;
        word-break:break-word;
    }
    .ep-site-footer__project-copy small,
    .ep-site-footer__project-action{display:none}
    .ep-site-footer__bottom{
        margin-top:10px;
        padding-top:8px;
        gap:0;
        font-size:.53rem;
        line-height:1.25;
    }
    .ep-site-footer__bottom span{display:none}
}

@media(max-width:430px){
    .ep-site-footer__project-list{
        grid-template-columns:1fr;
    }
    .ep-site-footer__project{
        min-height:54px;
    }
}

/* v1.19.8 — compact desktop Resident articles and mobile Latest Local 2 × 2 trial */
@media(max-width:899px){
    /* Keep the existing markup intact, but place Latest Local immediately
       below the detached search field on phones and small tablets. */
    .ep-shell>main{
        display:flex;
        flex-direction:column;
    }
    .ep-shell>main>.ep-hero{order:1}
    .ep-shell>main>.ep-search--detached{order:2}
    .ep-shell>main>.ep-latest-section{
        order:3;
        width:100%;
        margin-top:16px;
    }
    .ep-shell>main>.ep-start-section{order:4}
    .ep-shell>main>.ep-alert-card{order:5}
    .ep-shell>main>.ep-now-events{order:6}
    .ep-shell>main>.ep-resident-stories-section{order:7}

    .ep-latest-section .ep-row-heading{
        align-items:center;
        margin-bottom:10px;
    }
    .ep-latest-section .ep-row-heading h2{
        font-size:1.03rem;
        line-height:1.15;
    }
    .ep-latest-section .ep-news-grid{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
    }
    .ep-latest-section .ep-news-card{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        min-width:0;
        padding:0;
        overflow:hidden;
        border-radius:16px;
    }
    .ep-latest-section .ep-news-image{
        display:block;
        width:100%;
        height:auto;
        aspect-ratio:16/9;
        flex:0 0 auto;
        border-radius:0;
    }
    .ep-latest-section .ep-news-copy{
        display:flex;
        flex:1 1 auto;
        flex-direction:column;
        align-self:stretch;
        gap:5px;
        min-height:78px;
        padding:8px 8px 9px;
    }
    .ep-latest-section .ep-news-meta{
        min-height:17px;
        gap:4px;
        flex-wrap:nowrap;
    }
    .ep-latest-section .ep-news-category{
        max-width:100%;
        min-height:17px;
        padding:2px 5px;
        overflow:hidden;
        font-size:.49rem;
        text-overflow:ellipsis;
    }
    .ep-latest-section .ep-news-meta time,
    .ep-latest-section .ep-news-copy>small,
    .ep-latest-section .ep-news-source,
    .ep-latest-section .ep-news-arrow{
        display:none;
    }
    /* v1.19.12 — soften mobile latest-news titles so they feel less heavy
       and stop overpowering the rest of the homepage. */
    .ep-latest-section .ep-news-copy strong{
        margin:0;
        font-size:.67rem;
        font-weight:680;
        line-height:1.29;
        letter-spacing:-.01em;
        -webkit-line-clamp:3;
    }
    .ep-latest-section .ep-news-alert-label,
    .ep-latest-section .ep-news-resident-badge{
        margin:0;
        padding:3px 5px;
        font-size:.44rem;
        line-height:1;
    }
    /* The advert is inserted in the DOM after the first four stories, so the
       initial 2 × 2 article block stays intact without CSS reordering. */
    .ep-latest-section .ep-home-mobile-ad{
        grid-column:1/-1;
    }
    .ep-latest-section .ep-news-more-mobile{
        min-height:44px;
        margin-top:10px;
        border-radius:14px;
        font-size:.76rem;
    }
}

@media(max-width:370px){
    .ep-latest-section .ep-news-grid{gap:7px}
    .ep-latest-section .ep-news-card{border-radius:14px}
    .ep-latest-section .ep-news-copy{min-height:74px;padding:7px}
    .ep-latest-section .ep-news-copy strong{font-size:.64rem;font-weight:670}
    .ep-latest-section .ep-news-category{font-size:.45rem}
}

@media(min-width:900px){
    /* Resident stories now use the same compact horizontal rhythm as the
       Latest Local cards instead of a large portrait-style tile. */
    .ep-resident-stories-section .ep-resident-story-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }
    .ep-resident-stories-section .ep-resident-story-card{
        display:grid;
        grid-template-columns:126px minmax(0,1fr);
        align-items:stretch;
        min-height:116px;
        overflow:hidden;
        border-radius:18px;
    }
    .ep-resident-stories-section .ep-resident-story-image{
        width:126px;
        height:100%;
        min-height:116px;
        aspect-ratio:auto;
        border-radius:0;
    }
    .ep-resident-stories-section .ep-resident-story-image b{
        left:6px;
        bottom:6px;
        max-width:calc(100% - 12px);
        padding:3px 5px;
        font-size:.43rem;
    }
    .ep-resident-stories-section .ep-resident-story-copy{
        min-height:116px;
        padding:10px 12px;
    }
    .ep-resident-stories-section .ep-resident-story-copy>small{
        font-size:.56rem;
    }
    .ep-resident-stories-section .ep-resident-story-copy>strong{
        margin-top:4px;
        font-size:.82rem;
        line-height:1.25;
        -webkit-line-clamp:2;
    }
    .ep-resident-stories-section .ep-resident-story-copy>em{
        margin-top:5px;
        font-size:.64rem;
        line-height:1.35;
        -webkit-line-clamp:1;
    }
    .ep-resident-stories-section .ep-resident-story-comments{
        margin-top:auto;
        padding-top:6px;
        font-size:.58rem;
    }
    .ep-resident-stories-section .ep-resident-stories-more-row{
        justify-content:flex-start;
        margin-top:9px;
    }
}

/* v1.19.10 — tighter mobile Latest locally cards and cleaner transition to the four main sections. */
@media(max-width:899px){
    /* Preserve the 2 × 2 layout, but reduce the amount of the first screen it occupies. */
    .ep-shell>main>.ep-latest-section{
        margin-top:14px;
    }
    .ep-latest-section .ep-row-heading{
        margin-bottom:8px;
    }
    .ep-latest-section .ep-news-grid{
        gap:8px;
    }
    .ep-latest-section .ep-news-card{
        border-radius:15px;
    }
    .ep-latest-section .ep-news-image{
        aspect-ratio:2/1;
    }
    .ep-latest-section .ep-news-copy{
        gap:4px;
        min-height:72px;
        padding:7px 7px 8px;
    }
    .ep-latest-section .ep-news-meta{
        min-height:16px;
    }
    .ep-latest-section .ep-news-category{
        min-height:16px;
        padding:2px 5px;
        font-size:.47rem;
    }
    .ep-latest-section .ep-news-copy strong{
        font-size:.69rem;
        line-height:1.22;
        -webkit-line-clamp:3;
    }
    .ep-latest-section .ep-news-alert-label,
    .ep-latest-section .ep-news-resident-badge{
        padding:3px 5px;
        font-size:.42rem;
    }
    .ep-latest-section .ep-news-more-mobile{
        min-height:40px;
        margin-top:8px;
        border-radius:13px;
        font-size:.73rem;
    }
    .ep-latest-section .ep-news-more-mobile svg{
        width:15px;
        height:15px;
    }
    /* Bring the main gateways back into view sooner after the news CTA. */
    .ep-shell>main>.ep-start-section{
        margin-top:18px;
    }
    /* Keep the final content comfortably above the fixed mobile navigation. */
    .ep-shell{
        padding-bottom:calc(104px + env(safe-area-inset-bottom));
    }
}

@media(max-width:370px){
    .ep-latest-section .ep-news-grid{gap:7px}
    .ep-latest-section .ep-news-card{border-radius:13px}
    .ep-latest-section .ep-news-copy{min-height:68px;padding:6px 6px 7px}
    .ep-latest-section .ep-news-copy strong{font-size:.65rem;line-height:1.2}
    .ep-latest-section .ep-news-category{font-size:.43rem}
}

/* v1.19.11 — resident-story guide fills the unused desktop space beside the article feed. */
.ep-resident-stories-layout{
    display:grid;
    grid-template-columns:minmax(0,1.7fr) minmax(330px,.9fr);
    gap:18px;
    align-items:start;
}
.ep-resident-stories-feed{min-width:0}
.ep-resident-stories-layout .ep-resident-story-grid>.ep-resident-story-card:only-child{
    grid-column:1/-1;
}
.ep-resident-stories-guide{
    position:relative;
    overflow:hidden;
    min-width:0;
    padding:17px;
    border:1px solid #efc98f;
    border-radius:20px;
    background:
        radial-gradient(circle at 100% 0,rgba(244,168,68,.18),transparent 42%),
        linear-gradient(145deg,#fffaf2,#fff1dc);
    box-shadow:0 10px 26px rgba(116,70,14,.08);
}
.ep-resident-stories-guide::after{
    content:"";
    position:absolute;
    right:-30px;
    bottom:-42px;
    width:128px;
    height:128px;
    border:22px solid rgba(218,124,19,.07);
    border-radius:50%;
    pointer-events:none;
}
.ep-resident-stories-guide__head{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:11px;
    align-items:center;
}
.ep-resident-stories-guide__icon{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:14px;
    background:linear-gradient(145deg,#f2a440,#d9770b);
    color:#fff;
    box-shadow:0 7px 16px rgba(181,98,5,.21);
}
.ep-resident-stories-guide__icon svg{width:21px;height:21px}
.ep-resident-stories-guide__head>div{
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:2px;
}
.ep-resident-stories-guide__head small{
    color:#a55f08;
    font-size:.55rem;
    font-weight:900;
    letter-spacing:.075em;
    line-height:1.15;
}
.ep-resident-stories-guide__head strong{
    color:#51350f;
    font-size:.92rem;
    line-height:1.2;
    letter-spacing:-.015em;
}
.ep-resident-stories-guide>p{
    position:relative;
    z-index:1;
    margin:11px 0 10px;
    color:#715b3d;
    font-size:.7rem;
    line-height:1.48;
}
.ep-resident-stories-guide__topics{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
}
.ep-resident-stories-guide__topics span{
    display:flex;
    align-items:center;
    min-width:0;
    min-height:27px;
    padding:5px 7px;
    border:1px solid rgba(203,128,31,.16);
    border-radius:9px;
    background:rgba(255,255,255,.64);
    color:#755125;
    font-size:.57rem;
    font-weight:780;
    line-height:1.2;
}
.ep-resident-stories-guide__topics span::before{
    content:"";
    flex:0 0 auto;
    width:5px;
    height:5px;
    margin-right:6px;
    border-radius:50%;
    background:#df861b;
    box-shadow:0 0 0 3px rgba(223,134,27,.11);
}
.ep-resident-stories-guide__actions{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    gap:7px;
    margin-top:11px;
}
.ep-resident-stories-guide__actions>a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:39px;
    padding:0 13px;
    border-radius:12px;
    background:#d97c13;
    color:#fff;
    font-size:.68rem;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 7px 16px rgba(181,98,5,.18);
    transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.ep-resident-stories-guide__actions>a svg{width:14px;height:14px}
.ep-resident-stories-guide__actions>small{
    color:#947552;
    font-size:.53rem;
    line-height:1.25;
    text-align:center;
}
@media(hover:hover){
    .ep-resident-stories-guide__actions>a:hover{
        transform:translateY(-1px);
        background:#c96f0c;
        box-shadow:0 10px 20px rgba(181,98,5,.23);
    }
}
@media(max-width:1099px) and (min-width:900px){
    .ep-resident-stories-layout{
        grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);
        gap:14px;
    }
    .ep-resident-stories-guide{padding:14px}
    .ep-resident-stories-guide__topics{grid-template-columns:1fr}
    .ep-resident-stories-guide__topics span:nth-child(n+3){display:none}
}
@media(max-width:899px){
    .ep-resident-stories-layout{
        display:flex;
        flex-direction:column;
        gap:9px;
    }
    .ep-resident-stories-feed{order:2;width:100%}
    .ep-resident-stories-guide{
        order:1;
        width:100%;
        padding:10px;
        border-radius:15px;
    }
    .ep-resident-stories-guide::after{
        right:-38px;
        bottom:-52px;
        width:104px;
        height:104px;
        border-width:18px;
    }
    .ep-resident-stories-guide__head{
        grid-template-columns:34px minmax(0,1fr);
        gap:8px;
    }
    .ep-resident-stories-guide__icon{
        width:34px;
        height:34px;
        border-radius:11px;
    }
    .ep-resident-stories-guide__icon svg{width:17px;height:17px}
    .ep-resident-stories-guide__head small{font-size:.46rem}
    .ep-resident-stories-guide__head strong{font-size:.72rem;line-height:1.14}
    .ep-resident-stories-guide>p{
        display:-webkit-box;
        overflow:hidden;
        margin:6px 0 8px;
        font-size:.58rem;
        line-height:1.36;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .ep-resident-stories-guide__topics{display:none}
    .ep-resident-stories-guide__actions{
        flex-direction:row;
        align-items:center;
        gap:6px;
        margin-top:0;
    }
    .ep-resident-stories-guide__actions>a{
        min-height:33px;
        padding:0 10px;
        border-radius:11px;
        font-size:.58rem;
        box-shadow:0 5px 12px rgba(181,98,5,.16);
    }
    .ep-resident-stories-guide__actions>a svg{width:13px;height:13px}
    .ep-resident-stories-guide__actions>small{
        flex:1;
        font-size:.46rem;
        line-height:1.2;
        text-align:left;
    }
}
@media(max-width:420px){
    .ep-resident-stories-guide{padding:9px}
    .ep-resident-stories-guide__head{grid-template-columns:32px minmax(0,1fr);gap:7px}
    .ep-resident-stories-guide__icon{width:32px;height:32px}
    .ep-resident-stories-guide__head strong{font-size:.68rem}
    .ep-resident-stories-guide>p{margin:5px 0 7px;font-size:.55rem;-webkit-line-clamp:2}
    .ep-resident-stories-guide__actions>small{display:none}
    .ep-resident-stories-guide__actions>a{width:100%;min-height:32px;font-size:.56rem}
}


/* v1.19.9 — homepage footer social links: Facebook + TikTok */
.ep-site-footer__socials{max-width:430px;margin-top:11px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.ep-site-footer__social-label{margin-right:2px;color:rgba(255,255,255,.58);font-size:.61rem;font-weight:800}.ep-site-footer__social{min-height:34px;padding:5px 10px 5px 6px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.075);color:#fff!important;text-decoration:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease}.ep-site-footer__social:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.13)}.ep-site-footer__social-icon{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px;border-radius:50%;color:#fff}.ep-site-footer__social-icon svg{width:15px;height:15px;stroke-width:2}.ep-site-footer__social--facebook .ep-site-footer__social-icon{background:#1877f2}.ep-site-footer__social--tiktok .ep-site-footer__social-icon{background:#090909}.ep-site-footer__social b{font-size:.68rem;line-height:1}
@media(max-width:899px){.ep-site-footer__socials{max-width:none;margin-top:7px;gap:6px}.ep-site-footer__social-label{flex:0 0 100%;font-size:.54rem}.ep-site-footer__social{min-height:31px;padding:4px 9px 4px 5px}.ep-site-footer__social-icon{width:22px;height:22px;flex-basis:22px}.ep-site-footer__social-icon svg{width:13px;height:13px}.ep-site-footer__social b{font-size:.61rem}}

/* v1.20.0 — public contributors in the homepage masthead. Desktop only. */
.ep-home-contributors{display:none}
@media (min-width:1024px){
    .ep-home-contributors{
        display:flex;
        align-items:center;
        gap:10px;
        min-width:0;
        margin:0 auto 0 20px;
        padding:5px 10px;
        border:1px solid rgba(210,225,234,.9);
        border-radius:16px;
        background:rgba(248,252,253,.9);
        box-shadow:0 6px 18px rgba(20,58,84,.05);
    }
    .ep-home-contributors__label{
        color:#68808f;
        font-size:9px;
        font-weight:850;
        letter-spacing:.08em;
        white-space:nowrap;
    }
    .ep-home-contributors__avatars{display:flex;align-items:center}
    .ep-home-contributor{
        position:relative;
        z-index:1;
        width:38px;
        height:38px;
        margin-left:-6px;
        display:grid;
        place-items:center;
        overflow:hidden;
        border:2px solid #fff;
        border-radius:50%;
        background:linear-gradient(145deg,#0c7694,#169d8d);
        color:#fff;
        font-size:12px;
        font-weight:850;
        text-decoration:none;
        box-shadow:0 3px 10px rgba(20,58,84,.14);
        transition:transform .15s ease,box-shadow .15s ease;
    }
    .ep-home-contributor:first-child{margin-left:0}
    .ep-home-contributor img{display:block;width:100%;height:100%;object-fit:cover}
    .ep-home-contributor:hover{z-index:3;transform:translateY(-2px) scale(1.06);box-shadow:0 7px 16px rgba(20,58,84,.19)}
}
@media (min-width:1024px) and (max-width:1179px){
    .ep-home-contributors__label{display:none}
    .ep-home-contributors{padding-inline:7px}
}

/* v1.20.0 — Latest Local + Latest from the World.
   Ealing remains primary, while World stories are visible on the homepage
   instead of being hidden behind the News scope switch. */
.ep-home-news-columns{display:grid;grid-template-columns:1fr;gap:17px}
.ep-home-news-column{min-width:0}
.ep-home-news-column-head{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    min-height:62px;
    margin:0 0 10px;
    padding:10px 12px;
    border:1px solid #dbe6ed;
    border-radius:17px;
    background:linear-gradient(145deg,#fff,#f7fbfd);
    box-shadow:0 7px 18px rgba(18,54,83,.045);
}
.ep-home-news-column-head__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e8f4ff;color:#0878d1}
.ep-home-news-column-head__icon svg{width:21px;height:21px}
.ep-home-news-column-head__copy{display:grid;gap:2px;min-width:0}
.ep-home-news-column-head__copy small{color:#788e9c;font-family:var(--ep-font-ui);font-size:.59rem;font-weight:850;line-height:1.15;text-transform:uppercase;letter-spacing:.055em}
.ep-home-news-column-head__copy strong{color:#153e5d;font-family:var(--ep-font-ui);font-size:1.02rem;font-weight:800;line-height:1.15;letter-spacing:-.025em}
.ep-home-news-column-head>a{display:grid;place-items:center;width:33px;height:33px;border:1px solid #dce6ed;border-radius:11px;background:#fff;color:#0878d1}
.ep-home-news-column-head>a svg{width:16px;height:16px}
.ep-home-news-column-head--world{border-color:#dfe4f1;background:linear-gradient(145deg,#fbfcff,#f5f7fc)}
.ep-home-news-column-head--world .ep-home-news-column-head__icon{background:#edf1fb;color:#526aa3}
.ep-home-news-column-head--world .ep-home-news-column-head__copy strong{color:#354f81}
.ep-home-news-column-head--world>a{color:#526aa3;border-color:#dfe4ef}
.ep-home-news-column .ep-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.ep-home-news-column .ep-news-category--world{background:#edf1fb;color:#4d6395}
.ep-home-news-column--world .ep-news-card{border-color:#e0e5ef;background:linear-gradient(145deg,#fff,#fbfcff)}
.ep-home-news-column-more{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:43px;
    margin-top:10px;
    padding:0 12px;
    border:1px solid #d9e5ec;
    border-radius:14px;
    background:#fff;
    color:#0a72ce;
    font-family:var(--ep-font-ui);
    font-size:.73rem;
    font-weight:850;
    text-decoration:none;
}
.ep-home-news-column-more svg{width:15px;height:15px}
.ep-home-news-column-more--world{border-color:#dfe4ef;background:#f8f9fd;color:#4d6395}
.ep-empty-news--world{border-color:#dfe4ef;background:#fafbfe}

@media(min-width:900px){
    .ep-home-news-columns{grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);gap:20px;align-items:start}
    .ep-home-news-column .ep-news-grid{grid-template-columns:1fr!important;gap:12px}
    .ep-home-news-column .ep-news-card{
        grid-template-columns:126px minmax(0,1fr) 28px!important;
        gap:13px!important;
        min-height:126px!important;
        padding:10px!important;
        border-radius:20px!important;
    }
    .ep-home-news-column .ep-news-image{width:126px!important;height:104px!important;border-radius:15px!important}
    .ep-home-news-column .ep-news-copy strong{font-size:.96rem!important;line-height:1.26!important;-webkit-line-clamp:3}
    .ep-home-news-column .ep-news-copy small{margin-top:5px;font-size:.75rem!important;line-height:1.4!important;-webkit-line-clamp:2}
    .ep-home-news-column .ep-news-meta{gap:5px 7px}
    .ep-home-news-column .ep-news-category{font-size:.54rem}
    .ep-home-news-column .ep-news-meta time{font-size:.62rem}
    .ep-home-news-column--world .ep-news-card{grid-template-columns:108px minmax(0,1fr) 25px!important;min-height:116px!important}
    .ep-home-news-column--world .ep-news-image{width:108px!important;height:94px!important}
    .ep-home-news-column--world .ep-news-copy strong{font-size:.9rem!important}
    .ep-home-news-column--world .ep-news-copy small{font-size:.71rem!important}
    .ep-home-news-column-head{min-height:68px;margin-bottom:12px;padding:11px 13px}
    .ep-home-news-column-head__copy strong{font-size:1.08rem}
}

@media(min-width:1280px){
    .ep-home-news-columns{grid-template-columns:minmax(0,1.2fr) minmax(390px,.8fr);gap:22px}
}

@media(max-width:899px){
    .ep-home-news-columns{gap:16px}
    .ep-home-news-column--world{margin-top:2px}
    .ep-home-news-column-head{min-height:57px;margin-bottom:9px;padding:9px 10px;border-radius:15px}
    .ep-home-news-column-head__icon{width:34px;height:34px;border-radius:11px}
    .ep-home-news-column-head__icon svg{width:19px;height:19px}
    .ep-home-news-column-head__copy strong{font-size:.94rem}
    .ep-home-news-column-head__copy small{font-size:.53rem}
    .ep-home-news-column-head>a{width:31px;height:31px}
    .ep-home-news-column .ep-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
    .ep-home-news-column-more{min-height:42px;margin-top:9px;border-radius:13px;font-size:.71rem}
}

@media(max-width:370px){
    .ep-home-news-column .ep-news-grid{gap:7px}
    .ep-home-news-column-head__copy strong{font-size:.88rem}
}

/* v1.20.1 — Mobile homepage remains local-first.
   Keep the new Local + World split on desktop only; on phones/tablets restore
   the homepage to the single Latest Local stream. */
@media(max-width:899px){
    .ep-home-news-columns{display:block!important}
    .ep-home-news-column--local{display:block!important;width:100%!important}
    .ep-home-news-column--world{display:none!important}
}

/* v1.20.2 — Resident voices + local creators. Desktop split, mobile stacked. */
.ep-resident-community-grid{
    display:grid;
    grid-template-columns:minmax(0,1.62fr) minmax(310px,.78fr);
    gap:18px;
    align-items:start;
}
.ep-resident-community-column{min-width:0}
.ep-resident-community-column .ep-resident-stories-heading{margin-bottom:12px}
.ep-resident-community-column .ep-resident-story-grid{grid-template-columns:1fr}
.ep-resident-community-column .ep-resident-story-grid>.ep-resident-story-card:only-child{grid-column:1/-1}

.ep-resident-creators-panel{
    min-width:0;
    padding:16px;
    border:1px solid #cfe4e7;
    border-radius:20px;
    background:
        radial-gradient(circle at 100% 0,rgba(24,157,141,.12),transparent 42%),
        linear-gradient(145deg,#fbfefe,#f1f9f8);
    box-shadow:0 10px 26px rgba(20,83,89,.065);
}
.ep-resident-creators-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.ep-resident-creators-head>div{min-width:0}
.ep-resident-creators-head small{
    display:block;
    color:#0a8d82;
    font-size:.55rem;
    font-weight:900;
    letter-spacing:.085em;
    line-height:1.15;
}
.ep-resident-creators-head h3{
    margin:3px 0 0;
    color:#163c58;
    font-size:1.05rem;
    line-height:1.15;
    letter-spacing:-.02em;
}
.ep-resident-creators-count{
    display:grid;
    place-items:center;
    flex:0 0 29px;
    width:29px;
    height:29px;
    border:1px solid #cce4e4;
    border-radius:10px;
    background:#fff;
    color:#087e76;
    font-size:.68rem;
    font-weight:900;
    box-shadow:0 4px 11px rgba(20,83,89,.06);
}
.ep-resident-creators-intro{
    margin:8px 0 11px;
    color:#657d88;
    font-size:.65rem;
    line-height:1.42;
}
.ep-resident-creators-list{display:grid;gap:9px}
.ep-resident-creator-card{
    display:grid;
    grid-template-columns:62px minmax(0,1fr) 20px;
    gap:11px;
    align-items:center;
    min-width:0;
    padding:11px;
    border:1px solid rgba(174,210,212,.78);
    border-radius:16px;
    background:rgba(255,255,255,.84);
    color:inherit;
    text-decoration:none;
    box-shadow:0 6px 16px rgba(20,83,89,.05);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.ep-resident-creator-avatar{
    display:grid;
    place-items:center;
    width:62px;
    height:62px;
    overflow:hidden;
    border:3px solid #fff;
    border-radius:50%;
    background:linear-gradient(145deg,#087f97,#13a08e);
    color:#fff;
    font-size:1.1rem;
    font-weight:900;
    box-shadow:0 7px 16px rgba(15,108,112,.16);
}
.ep-resident-creator-avatar img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.ep-resident-creator-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.ep-resident-creator-copy>small{
    overflow:hidden;
    color:#168c83;
    font-size:.49rem;
    font-style:normal;
    font-weight:900;
    letter-spacing:.045em;
    line-height:1.2;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ep-resident-creator-copy>strong{
    overflow:hidden;
    color:#173d58;
    font-size:.82rem;
    line-height:1.18;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ep-resident-creator-copy>em{
    display:-webkit-box;
    overflow:hidden;
    color:#6a7e88;
    font-size:.58rem;
    font-style:normal;
    line-height:1.35;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ep-resident-creator-meta{
    display:flex;
    align-items:center;
    gap:5px;
    margin-top:2px;
    color:#53727c;
    font-size:.52rem;
    font-weight:760;
    line-height:1.2;
}
.ep-resident-creator-meta>b{color:#087f76;font-size:.58rem}
.ep-resident-creator-meta>i{color:#9bb2b8;font-style:normal}
.ep-resident-creator-arrow{display:grid;place-items:center;color:#0b8a80}
.ep-resident-creator-arrow svg{width:16px;height:16px}
@media(hover:hover){
    .ep-resident-creator-card:hover{
        transform:translateY(-1px);
        border-color:#95cac8;
        box-shadow:0 10px 21px rgba(20,83,89,.09);
    }
}

/* The old large orange guide becomes a quiet, full-width call-to-action. */
.ep-resident-stories-guide--compact{
    display:grid;
    grid-template-columns:minmax(290px,.86fr) minmax(0,1.22fr) minmax(205px,.62fr);
    gap:16px;
    align-items:center;
    margin-top:14px;
    padding:12px 14px;
    border-radius:17px;
}
.ep-resident-stories-guide--compact::after{width:96px;height:96px;right:-28px;bottom:-50px;border-width:17px}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__head{grid-template-columns:38px minmax(0,1fr);gap:9px}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__icon{width:38px;height:38px;border-radius:12px}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__icon svg{width:18px;height:18px}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__head small{font-size:.49rem}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__head strong{font-size:.78rem}
.ep-resident-stories-guide--compact>p{margin:0;font-size:.62rem;line-height:1.4}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__actions{margin:0;gap:4px}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__actions>a{min-height:36px;padding:0 11px;font-size:.62rem}
.ep-resident-stories-guide--compact .ep-resident-stories-guide__actions>small{font-size:.47rem}

@media(max-width:1099px) and (min-width:900px){
    .ep-resident-community-grid{grid-template-columns:minmax(0,1.45fr) minmax(285px,.8fr);gap:14px}
    .ep-resident-creators-panel{padding:13px}
    .ep-resident-creator-card{grid-template-columns:54px minmax(0,1fr) 18px;padding:9px;gap:9px}
    .ep-resident-creator-avatar{width:54px;height:54px}
    .ep-resident-creators-intro{font-size:.59rem}
    .ep-resident-stories-guide--compact{grid-template-columns:minmax(250px,.85fr) minmax(0,1fr) minmax(190px,.62fr);gap:12px}
}

@media(max-width:899px){
    .ep-resident-community-grid{display:flex;flex-direction:column;gap:10px}
    .ep-resident-community-column--stories{order:1;width:100%}
    .ep-resident-creators-panel{order:2;width:100%;padding:11px;border-radius:16px}
    .ep-resident-creators-head h3{font-size:.86rem}
    .ep-resident-creators-head small{font-size:.47rem}
    .ep-resident-creators-count{width:27px;height:27px;flex-basis:27px;border-radius:9px;font-size:.61rem}
    .ep-resident-creators-intro{margin:5px 0 8px;font-size:.55rem;line-height:1.35}
    .ep-resident-creators-list{gap:7px}
    .ep-resident-creator-card{grid-template-columns:50px minmax(0,1fr) 18px;gap:9px;padding:8px;border-radius:13px}
    .ep-resident-creator-avatar{width:50px;height:50px;border-width:2px}
    .ep-resident-creator-copy>small{font-size:.43rem}
    .ep-resident-creator-copy>strong{font-size:.72rem}
    .ep-resident-creator-copy>em{font-size:.51rem;line-height:1.3;-webkit-line-clamp:2}
    .ep-resident-creator-meta{font-size:.46rem;gap:4px}
    .ep-resident-creator-meta>b{font-size:.5rem}
    .ep-resident-creator-arrow svg{width:14px;height:14px}

    .ep-resident-stories-guide--compact{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        gap:8px 10px;
        width:100%;
        margin-top:10px;
        padding:9px 10px;
        border-radius:15px;
    }
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__head{grid-column:1/-1;grid-template-columns:32px minmax(0,1fr);gap:7px}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__icon{width:32px;height:32px;border-radius:10px}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__head small{font-size:.43rem}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__head strong{font-size:.68rem}
    .ep-resident-stories-guide--compact>p{grid-column:1;margin:0;font-size:.53rem;line-height:1.33}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__actions{grid-column:2;display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-width:142px}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__actions>a{min-height:32px;padding:0 9px;font-size:.54rem;white-space:nowrap}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__actions>small{display:none}
}
@media(max-width:520px){
    .ep-resident-stories-guide--compact{display:block}
    .ep-resident-stories-guide--compact>p{display:-webkit-box;overflow:hidden;margin:6px 0 7px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__actions{display:block;min-width:0}
    .ep-resident-stories-guide--compact .ep-resident-stories-guide__actions>a{width:100%}
}
@media(max-width:899px){
    .ep-resident-stories-section.is-empty.has-contributors .ep-resident-stories-heading{display:flex}
}

/* v1.20.3 — clearer resident/creator block: compact story CTA under residents,
   thematic creator explanation, and a quieter mobile hierarchy. */
.ep-resident-stories-guide--under-stories{
    display:grid;
    grid-template-columns:minmax(220px,.88fr) minmax(0,1.15fr) minmax(180px,.62fr);
    gap:12px;
    align-items:center;
    margin-top:10px;
    padding:10px 12px;
    border-radius:15px;
}
.ep-resident-stories-guide--under-stories::after{
    width:82px;
    height:82px;
    right:-28px;
    bottom:-46px;
    border-width:15px;
}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head{
    grid-template-columns:34px minmax(0,1fr);
    gap:8px;
}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__icon{
    width:34px;
    height:34px;
    border-radius:10px;
}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__icon svg{width:17px;height:17px}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head small{font-size:.45rem}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head strong{font-size:.68rem;line-height:1.16}
.ep-resident-stories-guide--under-stories>p{margin:0;font-size:.56rem;line-height:1.36}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions{margin:0;gap:3px}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>a{min-height:32px;padding:0 9px;font-size:.55rem}
.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>small{font-size:.43rem}

@media(max-width:1099px) and (min-width:900px){
    .ep-resident-stories-guide--under-stories{
        grid-template-columns:minmax(205px,.9fr) minmax(0,1fr) minmax(165px,.62fr);
        gap:9px;
        padding:9px 10px;
    }
    .ep-resident-stories-guide--under-stories>p{font-size:.53rem}
}

@media(max-width:899px){
    /* The resident section should read as three simple steps, not three big panels. */
    .ep-resident-stories-section{padding-top:12px}
    .ep-resident-stories-section .ep-resident-stories-heading{margin-bottom:8px}
    .ep-resident-stories-section .ep-resident-stories-heading small{font-size:.5rem;letter-spacing:.075em}
    .ep-resident-stories-section .ep-resident-stories-heading h2{font-size:1rem;line-height:1.12}

    /* One compact resident article instead of a large poster-style tile. */
    .ep-resident-stories-section .ep-resident-story-grid{display:grid;grid-template-columns:1fr;gap:8px}
    .ep-resident-stories-section .ep-resident-story-card{
        display:grid;
        grid-template-columns:104px minmax(0,1fr);
        align-items:stretch;
        min-height:104px;
        overflow:hidden;
        border-radius:15px;
    }
    .ep-resident-stories-section .ep-resident-story-image{
        width:104px;
        height:100%;
        min-height:104px;
        aspect-ratio:auto;
        border-radius:0;
    }
    .ep-resident-stories-section .ep-resident-story-image b{
        left:5px;
        bottom:5px;
        max-width:calc(100% - 10px);
        padding:3px 4px;
        font-size:.4rem;
        line-height:1;
    }
    .ep-resident-stories-section .ep-resident-story-copy{
        min-height:104px;
        padding:8px 9px;
    }
    .ep-resident-stories-section .ep-resident-story-copy>small{font-size:.5rem;line-height:1.15}
    .ep-resident-stories-section .ep-resident-story-copy>strong{
        margin-top:4px;
        font-size:.7rem;
        line-height:1.24;
        -webkit-line-clamp:3;
    }
    .ep-resident-stories-section .ep-resident-story-copy>em{display:none}
    .ep-resident-stories-section .ep-resident-story-comments{margin-top:auto;padding-top:5px;font-size:.49rem}
    .ep-resident-stories-section .ep-resident-stories-more-row{justify-content:flex-start;margin-top:7px}
    .ep-resident-stories-section .ep-resident-stories-more{min-height:32px;padding:0 10px;font-size:.55rem}

    /* Story submission is now a small bridge directly under resident articles. */
    .ep-resident-stories-guide--under-stories{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        gap:8px;
        width:100%;
        margin-top:8px;
        padding:8px 9px;
        border-radius:13px;
    }
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head{
        grid-column:1;
        grid-template-columns:30px minmax(0,1fr);
        gap:7px;
    }
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__icon{width:30px;height:30px;border-radius:9px}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head small{display:none}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head strong{font-size:.61rem;line-height:1.18}
    .ep-resident-stories-guide--under-stories>p{display:none}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions{grid-column:2;display:block;min-width:128px}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>a{width:100%;min-height:31px;padding:0 8px;font-size:.51rem;white-space:nowrap}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>small{display:none}

    /* Creator block: one clear explanation, then the profile. */
    .ep-resident-creators-panel{margin-top:0;padding:10px;border-radius:15px}
    .ep-resident-creators-head small{display:none}
    .ep-resident-creators-head h3{margin:0;font-size:.88rem}
    .ep-resident-creators-count{display:none}
    .ep-resident-creators-intro{
        display:-webkit-box;
        overflow:hidden;
        margin:5px 0 7px;
        font-size:.53rem;
        line-height:1.35;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .ep-resident-creator-card{grid-template-columns:44px minmax(0,1fr) 16px;gap:8px;padding:7px 8px;border-radius:12px}
    .ep-resident-creator-avatar{width:44px;height:44px;border-width:2px}
    .ep-resident-creator-copy{gap:2px}
    .ep-resident-creator-copy>small{font-size:.4rem}
    .ep-resident-creator-copy>strong{font-size:.68rem}
    .ep-resident-creator-copy>em{font-size:.49rem;line-height:1.28;-webkit-line-clamp:1}
    .ep-resident-creator-meta{margin-top:1px;font-size:.45rem}
    .ep-resident-creator-meta>b{font-size:.48rem}
    .ep-resident-creator-arrow svg{width:13px;height:13px}
}

@media(max-width:520px){
    .ep-resident-stories-section .ep-resident-story-card{grid-template-columns:92px minmax(0,1fr);min-height:98px}
    .ep-resident-stories-section .ep-resident-story-image{width:92px;min-height:98px}
    .ep-resident-stories-section .ep-resident-story-copy{min-height:98px;padding:7px 8px}
    .ep-resident-stories-section .ep-resident-story-copy>strong{font-size:.66rem;-webkit-line-clamp:3}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions{min-width:116px}
    .ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>a{font-size:.48rem}
    .ep-resident-creator-copy>small{display:none}
}

/* v1.20.5 — four clickable EalingPulse topic channels. */
@media (min-width:1024px){
    .ep-home-contributors{
        flex:1 1 auto;
        justify-content:center;
        gap:14px;
        margin-left:18px;
        padding:8px 14px;
        border-radius:18px;
    }
    .ep-home-contributors__label{font-size:10px;letter-spacing:.11em;color:#6f8894}
    .ep-home-contributors__avatars{display:flex;align-items:flex-start;gap:10px}
    .ep-home-contributor{
        width:auto;height:auto;margin:0;padding:5px 8px 6px;
        display:grid;grid-template-columns:48px;justify-items:center;gap:5px;
        overflow:visible;border:0;border-radius:14px;background:transparent;
        color:#294d61;box-shadow:none;font-size:inherit;font-weight:900;
    }
    .ep-home-contributor:first-child{margin-left:0}
    .ep-home-contributor__avatar{
        width:48px;height:48px;display:grid;place-items:center;overflow:hidden;
        border:2px solid #fff;border-radius:50%;background:linear-gradient(145deg,#0c7694,#169d8d);
        color:#fff;box-shadow:0 5px 14px rgba(20,58,84,.16)
    }
    .ep-home-contributor__avatar img{display:block;width:100%;height:100%;object-fit:cover}
    .ep-home-contributor__avatar b{font-size:13px}
    .ep-home-contributor__topic{
        max-width:92px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;
        color:#355d6f;font-size:10px;font-weight:900;line-height:1.08;text-align:center;white-space:normal
    }
    .ep-home-contributor:hover{transform:translateY(-2px);background:#fff;box-shadow:0 8px 18px rgba(20,58,84,.10)}
}
@media (min-width:1024px) and (max-width:1179px){
    .ep-home-contributors{gap:10px;margin-left:10px;padding:7px 10px}
    .ep-home-contributors__label{font-size:9px}
    .ep-home-contributors__avatars{gap:6px}
    .ep-home-contributor{grid-template-columns:40px;padding:4px 5px 5px;gap:4px}
    .ep-home-contributor__avatar{width:40px;height:40px}
    .ep-home-contributor__topic{max-width:76px;font-size:8.5px}
}

@media(min-width:900px){
    .ep-resident-creators-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .ep-resident-creator-card{
        grid-template-columns:46px minmax(0,1fr);gap:8px;min-height:76px;padding:9px;
        align-items:center;border-radius:14px;
    }
    .ep-resident-creator-avatar{width:46px;height:46px;border-width:2px;font-size:.9rem}
    .ep-resident-creator-copy{gap:2px}
    .ep-resident-creator-copy>small{font-size:.42rem;white-space:normal;line-height:1.12}
    .ep-resident-creator-copy>strong{font-size:.68rem;white-space:normal;line-height:1.15;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
    .ep-resident-creator-copy>em{display:none}
    .ep-resident-creator-meta{font-size:.43rem;line-height:1.15;flex-wrap:wrap}
    .ep-resident-creator-meta>i,.ep-resident-creator-meta>span{display:none}
    .ep-resident-creator-arrow{display:none}
}

@media(max-width:899px){
    .ep-resident-creators-panel{overflow:hidden}
    .ep-resident-creators-intro{-webkit-line-clamp:2}
    .ep-resident-creators-list{
        display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 6px;
        scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;
    }
    .ep-resident-creators-list::-webkit-scrollbar{display:none}
    .ep-resident-creator-card{
        flex:0 0 min(82%,310px);grid-template-columns:46px minmax(0,1fr) 14px;
        scroll-snap-align:start;min-height:68px;
    }
    .ep-resident-creator-copy>small{display:block;font-size:.41rem;color:#0b837b}
    .ep-resident-creator-copy>em{display:-webkit-box;-webkit-line-clamp:1}
    .ep-resident-creator-meta>i,.ep-resident-creator-meta>span{display:none}
}
@media(max-width:520px){
    .ep-resident-creator-card{flex-basis:88%}
    .ep-resident-creators-intro{font-size:.51rem}
}

/* v1.20.6 — mobile topic channels: simple 2x2 chooser, no explanatory wall of text. */
@media(max-width:899px){
    .ep-resident-creators-panel{
        padding:10px;
        border-radius:16px;
    }
    .ep-resident-creators-head{
        margin-bottom:8px;
        align-items:center;
    }
    .ep-resident-creators-head small,
    .ep-resident-creators-count,
    .ep-resident-creators-intro{
        display:none!important;
    }
    .ep-resident-creators-head h3{
        margin:0;
        font-size:.92rem;
        line-height:1.15;
    }
    .ep-resident-creators-list{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
        overflow:visible;
        padding:0;
        scroll-snap-type:none;
    }
    .ep-resident-creator-card{
        min-width:0;
        min-height:82px;
        padding:9px;
        display:grid;
        grid-template-columns:42px minmax(0,1fr)!important;
        gap:8px;
        align-items:center;
        border-radius:14px;
        overflow:hidden;
    }
    .ep-resident-creator-avatar{
        width:42px;
        height:42px;
        border-width:2px;
    }
    .ep-resident-creator-copy{
        min-width:0;
        gap:1px;
    }
    .ep-resident-creator-copy>small{
        display:block!important;
        overflow:hidden;
        color:#0b837b;
        font-size:.43rem;
        line-height:1.1;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .ep-resident-creator-copy>strong{
        display:block;
        overflow:hidden;
        font-size:.66rem;
        line-height:1.15;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .ep-resident-creator-copy>em{
        display:none!important;
    }
    .ep-resident-creator-meta{
        margin-top:2px;
        display:block;
        overflow:hidden;
        font-size:.43rem;
        line-height:1.1;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .ep-resident-creator-meta>i,
    .ep-resident-creator-meta>span{
        display:none!important;
    }
    .ep-resident-creator-arrow{
        display:none!important;
    }
}
@media(max-width:380px){
    .ep-resident-creators-panel{padding:8px}
    .ep-resident-creators-list{gap:6px}
    .ep-resident-creator-card{grid-template-columns:36px minmax(0,1fr)!important;gap:6px;min-height:72px;padding:7px}
    .ep-resident-creator-avatar{width:36px;height:36px}
    .ep-resident-creator-copy>small{font-size:.39rem}
    .ep-resident-creator-copy>strong{font-size:.59rem}
    .ep-resident-creator-meta{font-size:.39rem}
}


/* v1.20.8 FINAL GUARD — preserve the approved topic-channel layouts.
   Desktop: large readable four-channel masthead. Mobile homepage section: fixed 2x2, never horizontal slider. */
@media (min-width:1024px){
  .ep-home-contributors{display:flex!important;flex:1 1 auto!important;justify-content:center!important;gap:14px!important;margin-left:18px!important;padding:8px 14px!important;border-radius:18px!important}
  .ep-home-contributors__label{display:inline-block!important;font-size:10px!important;letter-spacing:.11em!important;color:#6f8894!important}
  .ep-home-contributors__avatars{display:flex!important;align-items:flex-start!important;gap:10px!important}
  .ep-home-contributor{width:auto!important;height:auto!important;margin:0!important;padding:5px 8px 6px!important;display:grid!important;grid-template-columns:50px!important;justify-items:center!important;gap:5px!important;overflow:visible!important;border:0!important;border-radius:14px!important;background:transparent!important;box-shadow:none!important}
  .ep-home-contributor__avatar{width:50px!important;height:50px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border:2px solid #fff!important;border-radius:50%!important;box-shadow:0 5px 14px rgba(20,58,84,.16)!important}
  .ep-home-contributor__topic{max-width:96px!important;display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;color:#355d6f!important;font-size:10.5px!important;font-weight:900!important;line-height:1.08!important;text-align:center!important;white-space:normal!important;text-overflow:clip!important}
}
@media (min-width:1024px) and (max-width:1179px){
  .ep-home-contributors{gap:9px!important;margin-left:9px!important;padding:7px 9px!important}
  .ep-home-contributors__label{font-size:9px!important}
  .ep-home-contributors__avatars{gap:6px!important}
  .ep-home-contributor{grid-template-columns:42px!important;padding:4px 5px 5px!important;gap:4px!important}
  .ep-home-contributor__avatar{width:42px!important;height:42px!important}
  .ep-home-contributor__topic{max-width:78px!important;font-size:8.7px!important}
}
@media(max-width:899px){
  .ep-resident-creators-head small,.ep-resident-creators-count,.ep-resident-creators-intro{display:none!important}
  .ep-resident-creators-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important;overflow-x:visible!important;padding:0!important;scroll-snap-type:none!important}
  .ep-resident-creator-card{width:auto!important;min-width:0!important;max-width:none!important;flex:none!important;min-height:82px!important;padding:9px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;scroll-snap-align:none!important}
  .ep-resident-creator-avatar{width:42px!important;height:42px!important}
  .ep-resident-creator-arrow{display:none!important}
}
@media(max-width:380px){
  .ep-resident-creators-list{gap:6px!important}
  .ep-resident-creator-card{grid-template-columns:36px minmax(0,1fr)!important;gap:6px!important;min-height:72px!important;padding:7px!important}
  .ep-resident-creator-avatar{width:36px!important;height:36px!important}
}

/* v1.20.8 — one balanced mobile bottom navigation across the whole portal. */
@media (max-width: 899px) {
  .ep-bottom-nav.ep-bottom-nav--actionable {
    width: min(calc(100% - 16px), 430px) !important;
    min-height: 82px !important;
    padding: 8px 7px calc(8px + env(safe-area-inset-bottom)) !important;
    border-radius: 24px 24px 0 0 !important;
  }
  .ep-bottom-nav--actionable .ep-nav-item {
    min-width: 0 !important;
    min-height: 61px !important;
    padding: 3px 1px !important;
    gap: 4px !important;
    font-size: clamp(8.5px, 2.55vw, 10px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.015em !important;
    text-align: center !important;
  }
  .ep-bottom-nav--actionable .ep-nav-item > span:last-child {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 2px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    overflow-wrap: normal !important;
  }
  .ep-bottom-nav--actionable .ep-nav-icon {
    width: 36px !important;
    height: 32px !important;
    border-radius: 12px !important;
  }
  .ep-bottom-nav--actionable .ep-nav-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* v1.22.0 — prominent Disability & carers support banner */
.ep-start-section .ep-disability-feature{
  grid-template-columns:104px minmax(0,1fr) auto;
  gap:20px;
  min-height:188px;
  margin-top:24px;
  padding:24px 28px;
  border:1px solid rgba(38,190,219,.58);
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 16%,rgba(26,238,214,.62),transparent 23%),
    radial-gradient(circle at 72% 85%,rgba(36,137,247,.34),transparent 36%),
    linear-gradient(112deg,#0c2da7 0%,#1158cb 50%,#16cdbf 100%);
  color:#fff;
  box-shadow:0 18px 44px rgba(15,56,150,.24);
}
.ep-start-section .ep-disability-feature::before{
  background-image:radial-gradient(circle,rgba(255,255,255,.46) 1px,transparent 1.35px);
  background-position:66% 50%;
  background-size:12px 12px;
  opacity:.24;
  mask-image:linear-gradient(90deg,transparent 36%,#000 68%,transparent 100%);
}
.ep-start-section .ep-disability-feature::after{
  right:-42px;
  bottom:-116px;
  width:300px;
  height:300px;
  border-width:44px;
  opacity:.92;
}
.ep-start-section .ep-disability-feature-icon{
  width:104px;
  height:104px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:3px solid rgba(48,243,226,.8);
  border-radius:28px;
  background:linear-gradient(145deg,#124cf0,#1fc9b2);
  box-shadow:0 0 0 7px rgba(0,237,225,.12),0 0 34px rgba(0,239,225,.52),inset 0 1px 0 rgba(255,255,255,.4);
}
.ep-start-section .ep-disability-feature-icon img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.ep-start-section .ep-disability-feature-copy small{color:#32f0df;font-size:.78rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.ep-start-section .ep-disability-feature-copy strong{margin-top:6px;color:#fff;font-size:2rem;line-height:1.05;letter-spacing:-.035em;text-wrap:balance}
.ep-start-section .ep-disability-feature-copy em{max-width:850px;margin-top:7px;color:#fff;font-size:1rem;font-weight:650;line-height:1.35;-webkit-line-clamp:2}
.ep-disability-feature-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}
.ep-disability-feature-tags>span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:linear-gradient(135deg,rgba(11,87,244,.95),rgba(15,174,210,.9));color:#fff;font-size:.82rem;font-weight:900;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 14px rgba(0,33,105,.15)}
.ep-disability-feature-tags>span:nth-child(3),.ep-disability-feature-tags>span:nth-child(4){background:linear-gradient(135deg,rgba(13,164,166,.95),rgba(24,204,200,.92))}
.ep-start-section .ep-disability-feature-open{min-width:190px;min-height:70px;padding:0 22px 0 28px;border-radius:24px;background:#fff;color:#1037b8;font-size:1.05rem;font-weight:950;box-shadow:0 12px 28px rgba(0,37,111,.24),inset 0 0 0 1px rgba(255,255,255,.8)}
.ep-start-section .ep-disability-feature-open svg{width:24px;height:24px;margin-left:8px}
@media(max-width:699px){
  .ep-start-section .ep-disability-feature{grid-template-columns:66px minmax(0,1fr) 24px;gap:12px;min-height:0;margin-top:16px;padding:16px;border-radius:22px}
  .ep-start-section .ep-disability-feature-icon{align-self:start;width:66px;height:66px;border-width:2px;border-radius:19px;box-shadow:0 0 0 4px rgba(0,237,225,.10),0 0 22px rgba(0,239,225,.35)}
  .ep-start-section .ep-disability-feature-copy small{font-size:.56rem}
  .ep-start-section .ep-disability-feature-copy strong{margin-top:4px;font-size:1.15rem;line-height:1.08}
  .ep-start-section .ep-disability-feature-copy em{margin-top:5px;font-size:.72rem;-webkit-line-clamp:3}
  .ep-disability-feature-tags{gap:6px;margin-top:10px}
  .ep-disability-feature-tags>span{min-height:29px;padding:0 9px;font-size:.63rem}
  .ep-start-section .ep-disability-feature-open{align-self:center;width:24px;min-width:24px;min-height:24px;padding:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:0;box-shadow:none}
  .ep-start-section .ep-disability-feature-open svg{width:21px;height:21px;margin:0}
}
@media(max-width:390px){
  .ep-start-section .ep-disability-feature{grid-template-columns:58px minmax(0,1fr) 22px;padding:14px}
  .ep-start-section .ep-disability-feature-icon{width:58px;height:58px;border-radius:17px}
  .ep-start-section .ep-disability-feature-copy strong{font-size:1.02rem}
  .ep-start-section .ep-disability-feature-copy em{font-size:.66rem}
  .ep-disability-feature-tags>span{font-size:.58rem}
}


/* v1.22.2 — Councillor Voices: desktop masthead + compact mobile swipe row. */
.ep-councillor-masthead,.ep-councillor-mobile{display:none}
.ep-councillor-placeholder-avatar{position:relative;display:block;overflow:hidden;border:1px solid #cbdbe5;border-radius:50%;background:linear-gradient(145deg,#fbfdff,#eef4f8);box-shadow:inset 0 0 0 2px #fff}
.ep-councillor-placeholder-avatar::before{content:"";position:absolute;left:50%;top:20%;width:29%;height:29%;transform:translateX(-50%);border-radius:50%;background:#b9c9d6}
.ep-councillor-placeholder-avatar::after{content:"";position:absolute;left:50%;bottom:11%;width:62%;height:34%;transform:translateX(-50%);border-radius:50% 50% 34% 34%;background:#b9c9d6}
.is-demo>.ep-councillor-placeholder-avatar{border-color:#2589f4;background:linear-gradient(145deg,#f8fbff,#e9f3ff);box-shadow:inset 0 0 0 2px #fff,0 0 0 2px rgba(37,137,244,.12)}
.is-demo>.ep-councillor-placeholder-avatar::before,.is-demo>.ep-councillor-placeholder-avatar::after{background:#9dbff3}
@media(min-width:1024px){
  .ep-councillor-masthead{position:relative;display:grid;grid-template-columns:minmax(116px,148px) minmax(0,1fr);align-items:center;gap:12px;flex:1 1 auto;min-width:0;margin:0 auto 0 18px;padding:7px 34px 7px 14px;overflow:hidden;border:1px solid rgba(210,225,234,.95);border-radius:18px;background:rgba(248,252,253,.92);box-shadow:0 6px 18px rgba(20,58,84,.05)}
  .ep-councillor-masthead__copy{min-width:0}.ep-councillor-masthead__copy strong{display:block;color:#173f58;font-size:11px;font-weight:950;line-height:1.05;letter-spacing:-.02em}.ep-councillor-masthead__copy small{display:block;margin-top:4px;color:#7b909d;font-size:8px;font-weight:750}
  .ep-councillor-masthead__people{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:clamp(8px,1.2vw,18px);min-width:0}
  .ep-councillor-masthead__person{min-width:0;display:grid;justify-items:center;gap:4px;color:#708691;text-align:center;text-decoration:none}.ep-councillor-masthead__person .ep-councillor-placeholder-avatar{width:clamp(46px,3.25vw,56px);height:clamp(46px,3.25vw,56px)}
  .ep-councillor-masthead__person>span:last-child{min-width:0;max-width:74px;line-height:1.02}.ep-councillor-masthead__person b,.ep-councillor-masthead__person em{display:block;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.ep-councillor-masthead__person b{color:#1674dd;font-size:8px;font-weight:950}.ep-councillor-masthead__person em{color:#728995;font-size:6.8px;font-weight:800}
  .ep-councillor-masthead__person.is-demo:hover .ep-councillor-placeholder-avatar{transform:translateY(-1px);box-shadow:inset 0 0 0 2px #fff,0 7px 15px rgba(37,137,244,.16)}
  .ep-councillor-masthead__ribbon{position:absolute;top:7px;right:-27px;width:88px;min-height:16px;display:grid;place-items:center;transform:rotate(40deg);border:1px solid #d7e4ed;background:#eef6fb;color:#356482;font-size:6px;font-weight:950;white-space:nowrap;pointer-events:none}
}
@media(min-width:1024px) and (max-width:1179px){.ep-councillor-masthead{grid-template-columns:96px minmax(0,1fr);gap:7px;margin-left:9px;padding:6px 28px 6px 9px}.ep-councillor-masthead__copy strong{font-size:9px}.ep-councillor-masthead__copy small{font-size:6.8px}.ep-councillor-masthead__people{gap:5px}.ep-councillor-masthead__person .ep-councillor-placeholder-avatar{width:42px;height:42px}.ep-councillor-masthead__person em{font-size:5.9px}.ep-councillor-masthead__person b{font-size:7px}}
@media(max-width:899px){
  .ep-councillor-mobile{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:9px;min-width:0;margin:-2px 0 12px;padding:8px 18px 8px 10px;overflow:hidden;border:1px solid #d7e5ed;border-radius:16px;background:linear-gradient(145deg,#fff,#f9fcff);box-shadow:0 7px 18px rgba(18,54,83,.055)}
  .ep-councillor-mobile__copy{min-width:0}.ep-councillor-mobile__copy strong{display:block;color:#173f58;font-size:9.5px;font-weight:950;line-height:1.08;letter-spacing:-.015em}.ep-councillor-mobile__copy small{display:block;margin-top:3px;color:#7b909d;font-size:6.8px;font-weight:750}
  .ep-councillor-mobile__scroller{min-width:0;display:flex;align-items:flex-start;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:2px 3px 2px 2px;-webkit-overflow-scrolling:touch}.ep-councillor-mobile__scroller::-webkit-scrollbar{display:none}
  .ep-councillor-mobile__person{flex:0 0 43px;display:grid;justify-items:center;gap:3px;scroll-snap-align:start;color:#718794;text-align:center;text-decoration:none}.ep-councillor-mobile__person .ep-councillor-placeholder-avatar{width:40px;height:40px}.ep-councillor-mobile__person b,.ep-councillor-mobile__person em{display:block;max-width:43px;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap;font-size:6.2px;line-height:1;font-weight:900}.ep-councillor-mobile__person b{color:#1674dd}.ep-councillor-mobile__person em{color:#7a8e99}
  .ep-councillor-mobile__ribbon{position:absolute;top:5px;right:-26px;width:78px;min-height:14px;display:grid;place-items:center;transform:rotate(40deg);border:1px solid #d9e5ed;background:#eef6fb;color:#356482;font-size:5.2px;font-weight:950;white-space:nowrap;pointer-events:none}
}
@media(max-width:380px){.ep-councillor-mobile{grid-template-columns:100px minmax(0,1fr);gap:7px;padding-left:8px;padding-right:14px}.ep-councillor-mobile__copy strong{font-size:8.8px}.ep-councillor-mobile__person{flex-basis:40px}.ep-councillor-mobile__person .ep-councillor-placeholder-avatar{width:37px;height:37px}}

/* v1.5.3 councillor placement refinement — compact header carousel + retained gateway strip */
@media(min-width:1024px){
  .ep-councillor-masthead{
    grid-template-columns:132px 24px minmax(0,1fr) 24px;
    flex:0 1 650px;
    width:min(650px,100%);
    max-width:650px;
    margin-left:18px;
    padding:7px 28px 7px 12px;
    gap:7px;
  }
  .ep-councillor-masthead__people{
    display:flex;
    align-items:flex-start;
    gap:11px;
    min-width:0;
    overflow-x:auto;
    scroll-behavior:smooth;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    padding:1px 2px;
  }
  .ep-councillor-masthead__people::-webkit-scrollbar{display:none}
  .ep-councillor-masthead__person{
    flex:0 0 calc((100% - 33px)/4);
    scroll-snap-align:start;
  }
  .ep-councillor-masthead__person .ep-councillor-placeholder-avatar{
    width:50px;
    height:50px;
  }
  .ep-councillor-masthead__nav{
    display:grid;
    place-items:center;
    width:22px;
    height:34px;
    padding:0;
    border:1px solid #d8e5ed;
    border-radius:999px;
    background:rgba(255,255,255,.9);
    color:#55758b;
    font-size:18px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 4px 10px rgba(18,54,83,.05);
  }
  .ep-councillor-masthead__nav:hover{background:#f4f9fc;color:#176ea9}

  /* Keep the second Councillors' Voice strip below the gateway heading on desktop too. */
  .ep-start-section .ep-councillor-mobile{
    position:relative;
    display:grid;
    grid-template-columns:168px minmax(0,1fr);
    align-items:center;
    gap:14px;
    min-width:0;
    margin:-5px 0 18px;
    padding:10px 28px 10px 14px;
    overflow:hidden;
    border:1px solid #d7e5ed;
    border-radius:18px;
    background:linear-gradient(145deg,#fff,#f9fcff);
    box-shadow:0 7px 18px rgba(18,54,83,.055);
  }
  .ep-start-section .ep-councillor-mobile__copy strong{font-size:11px}
  .ep-start-section .ep-councillor-mobile__copy small{font-size:8px}
  .ep-start-section .ep-councillor-mobile__scroller{
    min-width:0;
    display:flex;
    align-items:flex-start;
    gap:16px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    padding:2px 4px;
  }
  .ep-start-section .ep-councillor-mobile__scroller::-webkit-scrollbar{display:none}
  .ep-start-section .ep-councillor-mobile__person{flex:0 0 58px;gap:4px}
  .ep-start-section .ep-councillor-mobile__person .ep-councillor-placeholder-avatar{width:52px;height:52px}
  .ep-start-section .ep-councillor-mobile__person b,
  .ep-start-section .ep-councillor-mobile__person em{max-width:58px;font-size:7px}
  .ep-start-section .ep-councillor-mobile__ribbon{font-size:5.5px}
}

@media(min-width:1024px) and (max-width:1179px){
  .ep-councillor-masthead{grid-template-columns:105px 20px minmax(0,1fr) 20px;flex-basis:540px;max-width:540px;margin-left:9px;padding-left:9px;gap:5px}
  .ep-councillor-masthead__nav{width:20px;height:31px}
  .ep-councillor-masthead__person .ep-councillor-placeholder-avatar{width:42px;height:42px}
}

/* v1.5.3 councillor gateway placement — desktop beside heading, mobile unchanged */
.ep-start-intro-row{min-width:0}
@media(min-width:1024px){
  .ep-start-section .ep-start-intro-row{
    display:grid;
    grid-template-columns:minmax(360px,.9fr) minmax(440px,1.1fr);
    align-items:end;
    gap:24px;
    margin-bottom:18px;
  }
  .ep-start-section .ep-start-intro-row .ep-section-heading{
    min-width:0;
    margin-bottom:0;
    align-self:end;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile{
    width:100%;
    min-width:0;
    margin:0;
    grid-template-columns:132px minmax(0,1fr);
    gap:10px;
    padding:8px 22px 8px 11px;
    border-radius:16px;
    align-self:end;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__copy strong{font-size:10px;line-height:1.08}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__copy small{font-size:7px}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__scroller{
    gap:10px;
    overflow:hidden;
    padding:1px 2px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person{
    flex:1 1 0;
    min-width:0;
    max-width:54px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person:nth-child(n+7){display:none}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person .ep-councillor-placeholder-avatar{width:46px;height:46px}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person b,
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person em{max-width:54px;font-size:6.5px}
}
@media(min-width:1024px) and (max-width:1179px){
  .ep-start-section .ep-start-intro-row{grid-template-columns:minmax(330px,.85fr) minmax(390px,1.15fr);gap:16px}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile{grid-template-columns:112px minmax(0,1fr);padding-right:18px}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person .ep-councillor-placeholder-avatar{width:42px;height:42px}
}
@media(max-width:1023px){
  .ep-start-section .ep-start-intro-row{display:block}
}

/* v1.5.3 councillor gateway legibility refinement — larger desktop avatars and labels */
@media(min-width:1024px){
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile{
    grid-template-columns:145px minmax(0,1fr);
    gap:14px;
    padding:10px 22px 9px 13px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__copy strong{
    font-size:11.5px;
    line-height:1.08;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__copy small{
    margin-top:4px;
    font-size:8.5px;
    line-height:1.1;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__scroller{
    gap:8px;
    align-items:flex-start;
    justify-content:space-between;
    padding:2px 2px 1px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person{
    flex:1 1 0;
    min-width:50px;
    max-width:58px;
    gap:4px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person:nth-child(n+7){display:none}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person .ep-councillor-placeholder-avatar{
    width:52px;
    height:52px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person b,
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person em{
    display:block;
    max-width:58px;
    overflow:visible;
    text-overflow:clip;
    white-space:normal;
    font-size:9px;
    line-height:1.05;
    font-weight:900;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person.is-demo b{
    color:#126fda;
    font-size:9.5px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person.is-soon em{
    color:#607985;
  }
}
@media(min-width:1024px) and (max-width:1179px){
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile{
    grid-template-columns:124px minmax(0,1fr);
    gap:9px;
    padding-left:10px;
    padding-right:16px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person{
    min-width:56px;
    max-width:64px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person .ep-councillor-placeholder-avatar{
    width:54px;
    height:54px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person b,
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person em{
    max-width:64px;
    font-size:8px;
  }
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__person:nth-child(n+5){display:none}
}


/* v1.22.4 — topbar: remove the Councillors' Voice carousel and show only the newest real councillor article beside Resident Article. */
.ep-latest-councillor-cta{display:none}
@media(min-width:1024px){
  .ep-topbar{gap:14px}
  .ep-top-actions{margin-left:auto;align-items:center;gap:8px}
  .ep-latest-councillor-cta{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    align-items:center;
    gap:8px;
    width:clamp(215px,18vw,292px);
    min-height:50px;
    padding:5px 9px 5px 5px;
    overflow:hidden;
    border:1px solid #cfe1e9;
    border-radius:15px;
    background:linear-gradient(135deg,#fbfeff,#f3fafc);
    color:#173f58;
    text-decoration:none;
    box-shadow:0 7px 17px rgba(20,58,84,.07);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .ep-latest-councillor-cta:hover{transform:translateY(-1px);border-color:#b9d5e1;box-shadow:0 10px 22px rgba(20,58,84,.11)}
  .ep-latest-councillor-cta__avatar{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#eef5f8;box-shadow:inset 0 0 0 1px #d7e4ea}
  .ep-latest-councillor-cta__avatar>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
  .ep-latest-councillor-cta__avatar .ep-councillor-placeholder-avatar{width:38px;height:38px;border-width:1px}
  .ep-latest-councillor-cta__copy{min-width:0;display:grid;gap:1px;line-height:1.05}
  .ep-latest-councillor-cta__copy small{overflow:hidden;color:#0b8d87;font-size:.46rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
  .ep-latest-councillor-cta__copy strong{overflow:hidden;color:#173f58;font-size:.66rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
  .ep-latest-councillor-cta__copy em{overflow:hidden;color:#708793;font-size:.49rem;font-style:normal;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
}
@media(min-width:1024px) and (max-width:1179px){
  .ep-latest-councillor-cta{width:190px;grid-template-columns:36px minmax(0,1fr);gap:6px;min-height:44px;padding:4px 7px 4px 4px}
  .ep-latest-councillor-cta__avatar{width:36px;height:36px}
  .ep-latest-councillor-cta__avatar .ep-councillor-placeholder-avatar{width:32px;height:32px}
  .ep-latest-councillor-cta__copy small{font-size:.4rem}
  .ep-latest-councillor-cta__copy strong{font-size:.58rem}
  .ep-latest-councillor-cta__copy em{font-size:.43rem}
}

/* v1.5.4 — real photo for the Councillor Voices demo avatar */
.ep-councillor-placeholder-avatar--photo{overflow:hidden;background:#eef5f7!important}
.ep-councillor-placeholder-avatar--photo::before,.ep-councillor-placeholder-avatar--photo::after,.ep-councillor-placeholder-avatar--photo i{display:none!important}
.ep-councillor-placeholder-avatar--photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

/* v1.5.4 — first-party FairerQuote promotion. Kept visually separate from
   AdSense inventory so Google ad placements retain their own spacing/rhythm. */
.ep-house-promo{margin:20px 0 2px;min-width:0}
.ep-house-promo__link{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    gap:20px;
    align-items:center;
    min-height:188px;
    overflow:hidden;
    padding:14px;
    border:1px solid #d9e5ec;
    border-radius:24px;
    background:linear-gradient(135deg,#061f39 0%,#0b3152 58%,#0b6a48 100%);
    box-shadow:0 12px 30px rgba(9,42,68,.10);
    color:#fff;
    text-decoration:none;
}
.ep-house-promo__art{display:block;overflow:hidden;border-radius:17px;background:#08233d;box-shadow:0 7px 20px rgba(0,0,0,.2)}
.ep-house-promo__art img{display:block;width:100%;aspect-ratio:11/14;object-fit:cover}
.ep-house-promo__copy{display:grid;gap:8px;min-width:0;padding:4px 12px 4px 0}
.ep-house-promo__copy small{color:#83e2a5;font-size:.62rem;font-weight:900;letter-spacing:.09em;line-height:1;text-transform:uppercase}
.ep-house-promo__copy strong{max-width:650px;font-size:1.38rem;font-weight:850;line-height:1.14;letter-spacing:-.035em}
.ep-house-promo__copy em{max-width:650px;color:#d9e8f2;font-size:.82rem;font-style:normal;font-weight:560;line-height:1.45}
.ep-house-promo__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:max-content;min-height:40px;margin-top:3px;padding:0 13px;border-radius:12px;background:#13a34a;color:#fff;font-size:.75rem;font-weight:850}
.ep-house-promo__cta svg{width:15px;height:15px}
@media(hover:hover){.ep-house-promo__link{transition:transform .16s ease,box-shadow .16s ease}.ep-house-promo__link:hover{transform:translateY(-2px);box-shadow:0 17px 36px rgba(9,42,68,.15)}}
@media(max-width:699px){
    .ep-house-promo{margin-top:16px}
    .ep-house-promo__link{grid-template-columns:112px minmax(0,1fr);gap:12px;min-height:146px;padding:10px;border-radius:19px}
    .ep-house-promo__art{border-radius:13px}
    .ep-house-promo__copy{gap:5px;padding:2px 3px 2px 0}
    .ep-house-promo__copy small{font-size:.52rem}
    .ep-house-promo__copy strong{font-size:.92rem;line-height:1.18}
    .ep-house-promo__copy em{font-size:.66rem;line-height:1.35}
    .ep-house-promo__cta{min-height:34px;padding:0 10px;border-radius:10px;font-size:.64rem}
}
@media(max-width:385px){
    .ep-house-promo__link{grid-template-columns:94px minmax(0,1fr);gap:10px}
    .ep-house-promo__copy em{display:none}
    .ep-house-promo__copy strong{font-size:.86rem}
}


/* v1.20.3 — compact rotating partner/AdSense slot as the fourth item in
   "Latest from the world". It replaces the former full-width house banner. */
.ep-home-rotation-card{
    display:grid;
    grid-template-columns:108px minmax(0,1fr) 25px;
    gap:13px;
    align-items:center;
    min-height:116px;
    padding:10px;
    overflow:hidden;
    border:1px solid #dfe5ef;
    border-radius:20px;
    background:#fff;
    color:#173d5a;
    text-decoration:none;
    box-shadow:0 7px 18px rgba(18,54,83,.045);
}
.ep-home-rotation-card__visual{display:grid;place-items:center;width:108px;height:94px;overflow:hidden;border-radius:15px}
.ep-home-rotation-card__visual--fairerquote{background:#08243d}
.ep-home-rotation-card__visual--fairerquote img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.ep-home-rotation-card__visual--urbiax{align-content:center;gap:4px;padding:8px;background:linear-gradient(145deg,#effbfa,#dff4f2);color:#0a3652;text-align:center}
.ep-home-rotation-card__urbiax-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:11px;background:linear-gradient(145deg,#0d8a90,#12a38d);color:#fff;box-shadow:0 5px 12px rgba(13,138,144,.2)}
.ep-home-rotation-card__urbiax-icon svg{width:18px;height:18px}
.ep-home-rotation-card__visual--urbiax b{font-size:.85rem;line-height:1;letter-spacing:-.03em}
.ep-home-rotation-card__visual--urbiax b span{color:#0d9a8b}
.ep-home-rotation-card__visual--urbiax small{color:#5f7d84;font-size:.42rem;font-weight:900;letter-spacing:.07em}
.ep-home-rotation-card__copy{display:grid;gap:4px;min-width:0}
.ep-home-rotation-card__copy>small{color:#0a9a88;font-size:.49rem;font-weight:900;letter-spacing:.075em;line-height:1;text-transform:uppercase}
.ep-home-rotation-card--fairerquote .ep-home-rotation-card__copy>small{color:#15994f}
.ep-home-rotation-card__copy strong{font-size:.88rem;font-weight:790;line-height:1.2;letter-spacing:-.02em}
.ep-home-rotation-card__copy em{display:-webkit-box;overflow:hidden;color:#667d8a;font-family:var(--ep-font-editorial);font-size:.66rem;font-style:normal;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ep-home-rotation-card__copy>span{color:#0b8d81;font-size:.61rem;font-weight:850}
.ep-home-rotation-card--fairerquote .ep-home-rotation-card__copy>span{color:#15994f}
.ep-home-rotation-card__arrow{display:grid;place-items:center;width:25px;height:25px;color:#5f7692}
.ep-home-rotation-card__arrow svg{width:15px;height:15px}
@media(hover:hover){.ep-home-rotation-card{transition:transform .15s ease,box-shadow .15s ease}.ep-home-rotation-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(18,54,83,.08)}}

.ep-home-world-rotation-ad{
    position:relative;
    box-sizing:border-box;
    width:100%;
    min-width:0;
    height:1px;
    min-height:1px;
    max-height:1px;
    margin:0;
    padding:0;
    overflow:hidden;
    border:0 solid transparent;
    background:transparent;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.ep-home-world-rotation-ad[hidden]{display:none!important}
.ep-home-world-rotation-ad.is-filled{
    height:auto;
    min-height:116px;
    max-height:none;
    padding:20px 8px 8px;
    overflow:visible;
    border-width:1px;
    border-color:#dfe5ef;
    border-radius:20px;
    background:#fff;
    box-shadow:0 7px 18px rgba(18,54,83,.045);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.ep-home-world-rotation-ad .ep-home-ad-label{top:7px;left:10px;font-size:.50rem}

/* v1.5.5 — refreshed Urbiax creative in the compact homepage rotation card. */
.ep-home-rotation-card__visual--urbiax{padding:0;background:#f3faf9}
.ep-home-rotation-card__visual--urbiax img{display:block;width:100%;height:100%;object-fit:cover;object-position:left center}


/* v1.5.6 — Urbiax compact-card readability. Use the simplified square
   creative in a materially larger visual area so no microscopic banner text
   is produced in the homepage Local/World feed, including phones. */
.ep-home-rotation-card--urbiax{grid-template-columns:148px minmax(0,1fr) 25px;min-height:132px}
.ep-home-rotation-card--urbiax .ep-home-rotation-card__visual{width:148px;height:112px}
.ep-home-rotation-card--urbiax .ep-home-rotation-card__visual img{object-fit:cover;object-position:center}
.ep-home-rotation-card--urbiax .ep-home-rotation-card__copy strong{font-size:.94rem}
.ep-home-rotation-card--urbiax .ep-home-rotation-card__copy em{font-size:.70rem}
@media(max-width:699px){
  .ep-home-rotation-card--urbiax{grid-template-columns:122px minmax(0,1fr) 23px;gap:10px;min-height:126px;padding:9px}
  .ep-home-rotation-card--urbiax .ep-home-rotation-card__visual{width:122px;height:108px;border-radius:14px}
  .ep-home-rotation-card--urbiax .ep-home-rotation-card__copy strong{font-size:.90rem}
  .ep-home-rotation-card--urbiax .ep-home-rotation-card__copy em{font-size:.66rem}
}
@media(max-width:390px){
  .ep-home-rotation-card--urbiax{grid-template-columns:104px minmax(0,1fr) 21px;gap:8px}
  .ep-home-rotation-card--urbiax .ep-home-rotation-card__visual{width:104px;height:100px}
  .ep-home-rotation-card--urbiax .ep-home-rotation-card__copy em{display:none}
}

/* v1.22.6 — read-once Breaking News feature */
.ep-breaking-card{position:relative;display:grid;grid-template-columns:210px minmax(0,1fr);gap:0;margin:0 0 14px;overflow:hidden;border:1px solid #ead9d3;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fffaf8 100%);color:#143b55;text-decoration:none;box-shadow:0 13px 30px rgba(83,42,32,.09)}
.ep-breaking-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#d94834,#f07b3f,#efa552)}
.ep-breaking-card__visual{min-height:150px;display:grid;place-items:center;overflow:hidden;background:#e9f1f5;color:#c74735}
.ep-breaking-card__visual img{width:100%;height:100%;min-height:150px;object-fit:cover;display:block}
.ep-breaking-card__visual>span svg{width:42px;height:42px}
.ep-breaking-card__copy{min-width:0;padding:18px 20px 17px;display:flex;flex-direction:column;justify-content:center}
.ep-breaking-card__eyebrow{display:flex;align-items:center;gap:7px;min-width:0;margin-bottom:7px;color:#9e4637;font-size:.63rem;font-style:normal;font-weight:850;line-height:1.2;text-transform:uppercase;letter-spacing:.045em}
.ep-breaking-card__eyebrow i{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#dd4b37;box-shadow:0 0 0 4px rgba(221,75,55,.12);animation:epBreakingPulse 1.8s ease-in-out infinite}
.ep-breaking-card__eyebrow b{font-size:.68rem;color:#c53e2f}
.ep-breaking-card__eyebrow em,.ep-breaking-card__eyebrow time{font-style:normal;color:#7b7f83;text-transform:none;letter-spacing:0}
.ep-breaking-card__eyebrow em::before,.ep-breaking-card__eyebrow time::before{content:"•";margin-right:7px;color:#d0a29a}
.ep-breaking-card__copy>strong{display:block;font-size:clamp(1.2rem,2.5vw,1.75rem);line-height:1.1;letter-spacing:-.035em;color:#123a56}
.ep-breaking-card__copy>small{display:block;margin-top:7px;color:#637985;font-size:.81rem;line-height:1.45}
.ep-breaking-card__action{display:inline-flex;align-items:center;gap:7px;margin-top:10px;color:#c74735;font-size:.72rem;font-weight:900}
.ep-breaking-card__action svg{width:15px;height:15px}
.ep-breaking-card:hover{border-color:#e2b9ae;box-shadow:0 17px 36px rgba(83,42,32,.13)}
.ep-breaking-normal-hidden{display:none!important}
@keyframes epBreakingPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}
@media(prefers-reduced-motion:reduce){.ep-breaking-card__eyebrow i{animation:none}}
@media(max-width:760px){
  .ep-breaking-card{grid-template-columns:118px minmax(0,1fr);margin:0 0 12px;border-radius:20px}
  .ep-breaking-card__visual,.ep-breaking-card__visual img{min-height:132px}
  .ep-breaking-card__copy{padding:13px 13px 12px}
  .ep-breaking-card__eyebrow{gap:5px;margin-bottom:6px;font-size:.54rem;letter-spacing:.025em;flex-wrap:wrap}
  .ep-breaking-card__eyebrow i{width:7px;height:7px;flex-basis:7px;box-shadow:0 0 0 3px rgba(221,75,55,.11)}
  .ep-breaking-card__eyebrow b{font-size:.58rem}
  .ep-breaking-card__eyebrow em,.ep-breaking-card__eyebrow time{font-size:.54rem}
  .ep-breaking-card__copy>strong{font-size:1rem;line-height:1.14;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .ep-breaking-card__copy>small{margin-top:5px;font-size:.68rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .ep-breaking-card__action{margin-top:7px;font-size:.64rem}
}
@media(max-width:390px){
  .ep-breaking-card{grid-template-columns:105px minmax(0,1fr)}
  .ep-breaking-card__visual,.ep-breaking-card__visual img{min-height:124px}
  .ep-breaking-card__copy{padding:12px 11px}
  .ep-breaking-card__eyebrow em{display:none}
  .ep-breaking-card__copy>strong{font-size:.94rem}
}
.ep-breaking-card[hidden]{display:none!important}

/* v1.22.7 — compact mobile Recommended apps: 3 tiles per row, full app names. */
@media(max-width:899px){
  .ep-site-footer__project-list{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
  }
  .ep-site-footer__project{
    min-height:62px!important;
    padding:7px 4px 6px!important;
    grid-template-columns:1fr!important;
    grid-template-rows:26px auto!important;
    justify-items:center!important;
    align-items:start!important;
    gap:4px!important;
    border-radius:11px!important;
    text-align:center!important;
  }
  .ep-site-footer__project-icon{
    width:26px!important;
    height:26px!important;
    border-radius:8px!important;
  }
  .ep-site-footer__project-icon svg{
    width:13px!important;
    height:13px!important;
  }
  .ep-site-footer__project-copy{
    width:100%!important;
    min-width:0!important;
    display:block!important;
  }
  .ep-site-footer__project-copy b{
    display:block!important;
    width:100%!important;
    overflow:visible!important;
    font-size:.56rem!important;
    font-weight:800!important;
    line-height:1.12!important;
    letter-spacing:-.015em!important;
    text-overflow:clip!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  .ep-site-footer__project-copy small,
  .ep-site-footer__project-action{
    display:none!important;
  }
}

@media(max-width:360px){
  .ep-site-footer__project-list{gap:5px!important}
  .ep-site-footer__project{padding-inline:3px!important}
  .ep-site-footer__project-copy b{font-size:.52rem!important}
}

/* v1.20.4 — dedicated first-party project rotator under Latest from the world.
   Desktop/tablet-only: mobile keeps the local-first single-column homepage. */
.ep-home-project-rotator{
    position:relative;
    display:grid;
    min-height:154px;
    margin-top:11px;
    overflow:hidden;
    border:1px solid #dce5ed;
    border-radius:20px;
    background:linear-gradient(145deg,#ffffff,#f8fbfd);
    box-shadow:0 8px 24px rgba(18,54,83,.055);
}
.ep-home-project-rotator__label{
    position:absolute;
    z-index:4;
    top:9px;
    right:11px;
    display:inline-flex;
    align-items:center;
    min-height:21px;
    padding:0 8px;
    border-radius:999px;
    background:rgba(255,255,255,.9);
    color:#6d8290;
    font-family:var(--ep-font-ui);
    font-size:.46rem;
    font-weight:950;
    letter-spacing:.08em;
    box-shadow:0 2px 8px rgba(18,54,83,.06);
    backdrop-filter:blur(5px);
}
.ep-home-project-slide{
    position:absolute;
    inset:0;
    display:grid;
    grid-template-columns:126px minmax(0,1fr);
    gap:13px;
    align-items:center;
    padding:12px;
    color:#173d5a;
    text-decoration:none;
    opacity:0;
    visibility:hidden;
    transform:translateX(8px);
    transition:opacity .35s ease,transform .35s ease,visibility .35s step-end;
    pointer-events:none;
}
.ep-home-project-slide.is-active{
    position:relative;
    opacity:1;
    visibility:visible;
    transform:none;
    transition:opacity .35s ease,transform .35s ease,visibility 0s;
    pointer-events:auto;
}
.ep-home-project-slide__visual{
    width:126px;
    height:126px;
    overflow:hidden;
    border-radius:17px;
}
.ep-home-project-slide__visual--fairerquote{background:#08243d}
.ep-home-project-slide__visual--fairerquote img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.ep-home-project-slide__visual--pcn{
    display:grid;
    place-items:center;
    background:
      radial-gradient(circle at 85% 15%,rgba(255,255,255,.22),transparent 32%),
      linear-gradient(145deg,#087ad7,#10a79b);
}
.ep-home-project-slide__pcn-ticket{
    position:relative;
    display:grid;
    align-content:center;
    justify-items:center;
    width:86px;
    height:91px;
    border:2px solid rgba(255,255,255,.92);
    border-radius:14px;
    background:rgba(5,55,103,.19);
    color:#fff;
    box-shadow:0 10px 24px rgba(4,45,86,.2);
}
.ep-home-project-slide__pcn-ticket:before,.ep-home-project-slide__pcn-ticket:after{
    content:"";
    position:absolute;
    top:42px;
    width:13px;
    height:13px;
    border-radius:50%;
    background:#149d9c;
}
.ep-home-project-slide__pcn-ticket:before{left:-8px}.ep-home-project-slide__pcn-ticket:after{right:-8px}
.ep-home-project-slide__pcn-ticket b{font-family:var(--ep-font-ui);font-size:1.42rem;line-height:1;font-weight:950;letter-spacing:-.04em}
.ep-home-project-slide__pcn-ticket small{margin-top:3px;font-family:var(--ep-font-ui);font-size:.48rem;font-weight:900;letter-spacing:.14em}
.ep-home-project-slide__pcn-ticket i{position:absolute;right:7px;bottom:6px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff;color:#0d908b;font-family:var(--ep-font-ui);font-size:.68rem;font-style:normal;font-weight:950}
.ep-home-project-slide__copy{display:grid;gap:4px;min-width:0;padding-right:7px}
.ep-home-project-slide__copy>small{color:#0b8f89;font-family:var(--ep-font-ui);font-size:.55rem;font-weight:950;letter-spacing:.02em}
.ep-home-project-slide--fairerquote .ep-home-project-slide__copy>small{color:#15994f}
.ep-home-project-slide__copy strong{color:#153e5d;font-family:var(--ep-font-ui);font-size:.9rem;font-weight:850;line-height:1.22;letter-spacing:-.025em}
.ep-home-project-slide__copy em{display:-webkit-box;overflow:hidden;color:#687f8e;font-family:var(--ep-font-editorial);font-size:.68rem;font-style:normal;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ep-home-project-slide__copy>span{display:inline-flex;align-items:center;gap:6px;margin-top:2px;color:#0878d1;font-family:var(--ep-font-ui);font-size:.63rem;font-weight:900}
.ep-home-project-slide--fairerquote .ep-home-project-slide__copy>span{color:#15994f}
.ep-home-project-slide__copy>span svg{width:14px;height:14px}
.ep-home-project-rotator__dots{
    position:absolute;
    z-index:5;
    right:12px;
    bottom:10px;
    display:flex;
    gap:5px;
}
.ep-home-project-rotator__dots i{display:block;width:5px;height:5px;border-radius:50%;background:#c9d5dd;transition:width .2s ease,background .2s ease}
.ep-home-project-rotator__dots i.is-active{width:15px;border-radius:999px;background:#149d97}
@media(hover:hover){.ep-home-project-slide.is-active:hover{background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(236,248,250,.38))}}
@media(min-width:900px) and (max-width:1120px){
    .ep-home-project-rotator{min-height:143px}
    .ep-home-project-slide{grid-template-columns:112px minmax(0,1fr);gap:10px;padding:10px}
    .ep-home-project-slide__visual{width:112px;height:112px;border-radius:15px}
    .ep-home-project-slide__copy strong{font-size:.82rem}
    .ep-home-project-slide__copy em{font-size:.62rem}
}
@media(max-width:899px){.ep-home-project-rotator{display:none!important}}

/* v1.20.5 — polished Ealing Pulse project promos under World News.
   PCNRescue uses its navy/teal brand palette; FairerQuote copy is compact
   enough to carry the full value proposition without growing the slot. */
.ep-home-project-rotator{
    min-height:160px;
    background:linear-gradient(145deg,#fff 0%,#f8fcfd 62%,#f0faf9 100%);
}
.ep-home-project-slide{
    grid-template-columns:132px minmax(0,1fr);
    gap:14px;
    padding:11px 12px;
}
.ep-home-project-slide__visual{width:132px;height:132px}
.ep-home-project-slide__copy{gap:3px;padding:3px 9px 3px 0}
.ep-home-project-slide__copy>small{font-size:.57rem}
.ep-home-project-slide__copy strong{font-size:.88rem;line-height:1.17}
.ep-home-project-slide__copy em{font-size:.62rem;line-height:1.3;-webkit-line-clamp:2}
.ep-home-project-slide__sub{
    display:-webkit-box;
    overflow:hidden;
    color:#49697c;
    font-family:var(--ep-font-ui);
    font-size:.65rem;
    font-weight:760;
    line-height:1.26;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ep-home-project-slide__cta{
    width:max-content;
    min-height:28px;
    padding:0 9px;
    border-radius:9px;
    background:#0aa99e;
    color:#fff!important;
    box-shadow:0 5px 12px rgba(10,169,158,.16);
}
.ep-home-project-slide--fairerquote .ep-home-project-slide__cta{
    background:#16994e;
    color:#fff!important;
    box-shadow:0 5px 12px rgba(22,153,78,.15);
}
.ep-home-project-slide--fairerquote .ep-home-project-slide__copy strong{font-size:.83rem;line-height:1.15}
.ep-home-project-slide--fairerquote .ep-home-project-slide__copy em{font-size:.58rem;line-height:1.25}
.ep-home-project-slide--fairerquote .ep-home-project-slide__sub{font-size:.60rem;line-height:1.22}

.ep-home-project-slide--pcn{
    background:
      radial-gradient(circle at 91% 17%,rgba(21,190,181,.12),transparent 28%),
      linear-gradient(145deg,rgba(255,255,255,.94),rgba(244,252,252,.98));
}
.ep-home-project-slide__visual--pcn{
    position:relative;
    isolation:isolate;
    background:
      radial-gradient(circle at 76% 18%,rgba(45,220,202,.28),transparent 29%),
      linear-gradient(145deg,#073d77 0%,#075e95 47%,#0ba69c 100%);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 8px 18px rgba(7,72,116,.13);
}
.ep-home-project-slide__visual--pcn::before,
.ep-home-project-slide__visual--pcn::after{
    content:"";
    position:absolute;
    z-index:-1;
    border:1px solid rgba(100,230,220,.22);
    border-radius:50%;
}
.ep-home-project-slide__visual--pcn::before{width:112px;height:112px;right:-57px;top:-50px}
.ep-home-project-slide__visual--pcn::after{width:148px;height:148px;left:-82px;bottom:-103px}
.ep-home-project-slide__pcn-ticket{
    width:83px;
    height:89px;
    border-color:rgba(255,255,255,.96);
    background:linear-gradient(145deg,rgba(5,45,94,.46),rgba(4,97,125,.3));
    box-shadow:0 11px 24px rgba(2,38,79,.24),inset 0 0 0 1px rgba(255,255,255,.06);
}
.ep-home-project-slide__pcn-ticket:before,.ep-home-project-slide__pcn-ticket:after{background:#0fc0ac}
.ep-home-project-slide__pcn-check{
    position:absolute;
    right:10px;
    top:9px;
    display:grid;
    place-items:center;
    width:25px;
    height:25px;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:#0a9f95;
    font-family:var(--ep-font-ui);
    font-size:.85rem;
    font-weight:950;
    box-shadow:0 4px 11px rgba(4,52,91,.15);
}
.ep-home-project-slide--pcn .ep-home-project-slide__copy>small{color:#0a9d92;font-size:.61rem}
.ep-home-project-slide--pcn .ep-home-project-slide__copy strong{color:#103c5c;font-size:.91rem}
.ep-home-project-slide--pcn .ep-home-project-slide__copy em{color:#607a89}

@media(min-width:900px) and (max-width:1120px){
    .ep-home-project-rotator{min-height:151px}
    .ep-home-project-slide{grid-template-columns:116px minmax(0,1fr);gap:10px;padding:9px 10px}
    .ep-home-project-slide__visual{width:116px;height:116px}
    .ep-home-project-slide__copy strong{font-size:.78rem}
    .ep-home-project-slide__copy em{font-size:.55rem}
    .ep-home-project-slide__sub{font-size:.55rem;line-height:1.18}
    .ep-home-project-slide--fairerquote .ep-home-project-slide__copy strong{font-size:.74rem}
    .ep-home-project-slide--fairerquote .ep-home-project-slide__copy em{font-size:.52rem}
    .ep-home-project-slide--fairerquote .ep-home-project-slide__sub{font-size:.52rem}
    .ep-home-project-slide__cta{min-height:25px;padding-inline:8px;font-size:.57rem}
}

/* v1.20.6 — compact PCNRescue project card.
   FairerQuote keeps the fuller 160px presentation, while the PCN slide
   contracts the rotator to a tighter card like the approved mock-up. */
.ep-home-project-rotator{transition:min-height .24s ease}
.ep-home-project-rotator.is-pcn-active{min-height:132px}
.ep-home-project-rotator.is-pcn-active .ep-home-project-rotator__label{top:7px;right:9px;min-height:19px;padding-inline:7px;font-size:.42rem}
.ep-home-project-rotator.is-pcn-active .ep-home-project-rotator__dots{right:10px;bottom:7px}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn{
    grid-template-columns:104px minmax(0,1fr);
    gap:11px;
    padding:9px 11px;
    background:
      radial-gradient(circle at 96% 10%,rgba(19,201,191,.10),transparent 30%),
      linear-gradient(145deg,#071b3c 0%,#0b2147 58%,#0c3155 100%);
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide__visual--pcn{
    width:104px;
    height:104px;
    border-radius:14px;
    background:
      radial-gradient(circle at 78% 22%,rgba(17,199,188,.15),transparent 31%),
      linear-gradient(145deg,#081c3d,#0a2449);
    box-shadow:inset 0 0 0 1px rgba(21,187,178,.28),0 7px 16px rgba(2,24,55,.22);
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide__visual--pcn::before,
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide__visual--pcn::after{display:none}
.ep-home-project-slide__pcn-brandmark{
    display:grid;
    justify-items:center;
    gap:7px;
    color:#fff;
    font-family:var(--ep-font-ui);
}
.ep-home-project-slide__pcn-brandmark>b{
    display:grid;
    place-items:center;
    width:49px;
    height:49px;
    border-radius:14px;
    background:linear-gradient(145deg,#ff7a00,#ff8b1a);
    color:#071b3c;
    font-size:1.82rem;
    font-weight:950;
    line-height:1;
    box-shadow:0 7px 15px rgba(255,122,0,.18);
}
.ep-home-project-slide__pcn-brandmark>small{
    color:#ff7d08;
    font-size:.49rem;
    font-weight:900;
    letter-spacing:-.015em;
    white-space:nowrap;
}
.ep-home-project-slide__pcn-brandmark>small span{color:#fff}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__copy{
    align-content:center;
    gap:3px;
    padding:4px 8px 4px 0;
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__copy>small{
    color:#f4f8fb;
    font-size:.54rem;
    font-weight:800;
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__copy strong{
    color:#fff;
    font-size:.78rem;
    line-height:1.16;
    font-weight:850;
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__copy em{
    color:#d3e0e9;
    font-size:.53rem;
    line-height:1.26;
    -webkit-line-clamp:2;
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__cta{
    min-height:25px;
    margin-top:2px;
    padding:0 9px;
    border-radius:8px;
    background:linear-gradient(135deg,#08aeb0,#12b99d);
    color:#fff!important;
    font-size:.56rem;
    box-shadow:0 5px 12px rgba(10,175,166,.18);
}
.ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__cta svg{width:12px;height:12px}
@media(min-width:900px) and (max-width:1120px){
    .ep-home-project-rotator.is-pcn-active{min-height:122px}
    .ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn{grid-template-columns:94px minmax(0,1fr);gap:9px;padding:8px 9px}
    .ep-home-project-rotator.is-pcn-active .ep-home-project-slide__visual--pcn{width:94px;height:94px;border-radius:13px}
    .ep-home-project-slide__pcn-brandmark>b{width:43px;height:43px;border-radius:12px;font-size:1.55rem}
    .ep-home-project-slide__pcn-brandmark>small{font-size:.44rem}
    .ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__copy strong{font-size:.69rem}
    .ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__copy em{font-size:.48rem}
    .ep-home-project-rotator.is-pcn-active .ep-home-project-slide--pcn .ep-home-project-slide__cta{min-height:23px;font-size:.51rem}
}

/* v1.20.4 — Desktop Resident voices + Topic channels as an even 50/50 feature row. */
@media(min-width:900px){
    .ep-resident-community-grid{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        gap:20px;
        align-items:stretch;
    }
    .ep-resident-community-column--stories,
    .ep-resident-creators-panel{
        min-height:100%;
    }

    /* Resident articles become proper visual tiles instead of a long strip. */
    .ep-resident-community-column .ep-resident-story-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }
    .ep-resident-community-column .ep-resident-story-grid>.ep-resident-story-card:only-child{
        grid-column:1/-1;
    }
    .ep-resident-stories-section .ep-resident-story-card{
        display:flex;
        flex-direction:column;
        min-height:0;
        border-radius:18px;
    }
    .ep-resident-stories-section .ep-resident-story-image{
        width:100%;
        height:auto;
        min-height:0;
        aspect-ratio:16/8.2;
        border-radius:0;
    }
    .ep-resident-stories-section .ep-resident-story-copy{
        min-height:132px;
        padding:11px 12px 12px;
    }
    .ep-resident-stories-section .ep-resident-story-copy>strong{
        font-size:.78rem;
        line-height:1.25;
        -webkit-line-clamp:3;
    }
    .ep-resident-stories-section .ep-resident-story-copy>em{
        display:-webkit-box;
        margin-top:5px;
        font-size:.59rem;
        line-height:1.35;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }

    /* The four editorial channels use the extra width as a clear 2 × 2 grid. */
    .ep-resident-creators-panel{
        display:flex;
        flex-direction:column;
        padding:17px;
    }
    .ep-resident-creators-list{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
        margin-top:2px;
    }
    .ep-resident-creator-card{
        grid-template-columns:50px minmax(0,1fr);
        grid-template-areas:
            "avatar copy";
        gap:10px;
        min-height:116px;
        padding:11px;
        align-items:center;
    }
    .ep-resident-creator-avatar{
        grid-area:avatar;
        width:50px;
        height:50px;
        border-width:2px;
    }
    .ep-resident-creator-copy{grid-area:copy}
    .ep-resident-creator-copy>small{font-size:.47rem}
    .ep-resident-creator-copy>strong{font-size:.74rem}
    .ep-resident-creator-copy>em{
        font-size:.52rem;
        line-height:1.3;
        -webkit-line-clamp:2;
    }
    .ep-resident-creator-meta{
        margin-top:1px;
        font-size:.47rem;
    }
    .ep-resident-creator-meta>b{font-size:.52rem}
    .ep-resident-creator-arrow{display:none}

    /* The invitation to write is shared by both columns and sits below them. */
    .ep-resident-stories-section>.ep-resident-stories-guide--under-stories{
        grid-template-columns:minmax(250px,.9fr) minmax(0,1.35fr) minmax(205px,.62fr);
        width:100%;
        margin-top:14px;
        padding:12px 14px;
        border-radius:17px;
    }
}

@media(max-width:1099px) and (min-width:900px){
    .ep-resident-community-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}
    .ep-resident-creators-panel{padding:13px}
    .ep-resident-creators-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .ep-resident-creator-card{grid-template-columns:44px minmax(0,1fr);min-height:102px;padding:8px;gap:8px}
    .ep-resident-creator-avatar{width:44px;height:44px}
    .ep-resident-creator-copy>em{display:none}
    .ep-resident-stories-section>.ep-resident-stories-guide--under-stories{
        grid-template-columns:minmax(205px,.9fr) minmax(0,1fr) minmax(165px,.62fr);
        gap:9px;
        padding:9px 10px;
    }
}

/* v1.20.5 — Resident articles use compact 2×2 tiles; story invitation stays under the resident column only. */
@media(min-width:900px){
    .ep-resident-community-grid{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        gap:20px;
        align-items:start;
    }
    .ep-resident-community-column--stories{
        min-width:0;
    }
    .ep-resident-community-column--stories .ep-resident-stories-feed{
        display:block;
    }
    .ep-resident-community-column--stories .ep-resident-story-grid{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
        align-items:start;
    }
    .ep-resident-community-column--stories .ep-resident-story-grid>.ep-resident-story-card:only-child{
        grid-column:auto!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-card{
        display:grid;
        grid-template-rows:56% minmax(0,44%);
        width:100%;
        aspect-ratio:1/1;
        min-height:0;
        overflow:hidden;
        border-radius:17px;
    }
    .ep-resident-community-column--stories .ep-resident-story-image{
        width:100%;
        height:100%;
        min-height:0;
        aspect-ratio:auto;
        overflow:hidden;
    }
    .ep-resident-community-column--stories .ep-resident-story-image img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .ep-resident-community-column--stories .ep-resident-story-copy{
        display:flex;
        flex-direction:column;
        min-height:0;
        padding:9px 10px 10px;
    }
    .ep-resident-community-column--stories .ep-resident-story-copy>small{
        font-size:.46rem;
        line-height:1.2;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .ep-resident-community-column--stories .ep-resident-story-copy>strong{
        display:-webkit-box;
        margin-top:4px;
        overflow:hidden;
        font-size:.69rem;
        line-height:1.2;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
    }
    .ep-resident-community-column--stories .ep-resident-story-copy>em{
        display:none!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-comments{
        margin-top:auto;
        padding-top:5px;
        font-size:.47rem;
    }
    .ep-resident-community-column--stories .ep-resident-stories-more-row{
        margin-top:8px;
    }

    /* This CTA belongs only to Resident articles, never to the Topic channels column. */
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories{
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
        width:100%;
        margin:12px 0 0;
        padding:12px 13px;
        border-radius:17px;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__head{
        min-width:0;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories>p{
        margin:0;
        font-size:.58rem;
        line-height:1.4;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>a{
        flex:0 0 auto;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>small{
        margin:0;
        text-align:right;
    }

    /* Cancel the previous full-width invitation rule from v1.20.4. */
    .ep-resident-stories-section>.ep-resident-stories-guide--under-stories{
        width:auto;
        margin:0;
    }
}

@media(min-width:900px) and (max-width:1099px){
    .ep-resident-community-column--stories .ep-resident-story-grid{gap:9px}
    .ep-resident-community-column--stories .ep-resident-story-copy{padding:7px 8px 8px}
    .ep-resident-community-column--stories .ep-resident-story-copy>strong{font-size:.61rem}
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions{
        align-items:flex-start;
        flex-direction:column;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories .ep-resident-stories-guide__actions>small{
        text-align:left;
    }
}

/* v1.20.6 — final desktop resident-card correction.
   One resident story occupies one small 2x2 slot, with photo above copy.
   Empty future slots stay empty until more resident stories are published. */
@media(min-width:900px){
    .ep-resident-community-grid{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
        align-items:start!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-grid{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
        align-items:start!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-grid>.ep-resident-story-card:only-child{
        grid-column:auto!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-card{
        display:grid!important;
        grid-template-columns:1fr!important;
        grid-template-rows:minmax(0,58%) minmax(0,42%)!important;
        width:100%!important;
        aspect-ratio:1/1!important;
        min-height:0!important;
        max-height:none!important;
        overflow:hidden!important;
        border-radius:17px!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-image{
        display:block!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        aspect-ratio:auto!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-copy{
        min-height:0!important;
        padding:9px 10px 10px!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-copy>strong{
        font-size:.69rem!important;
        line-height:1.2!important;
        -webkit-line-clamp:3!important;
    }
    .ep-resident-community-column--stories .ep-resident-story-comments{
        margin-top:auto!important;
    }
    .ep-resident-creators-panel{
        min-height:0!important;
        height:auto!important;
        align-self:start!important;
    }
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories{
        width:100%!important;
        margin-top:12px!important;
    }
}


/* v1.20.7 — keep the resident-story CTA on mobile, remove it on desktop
   so the resident-articles column stays compact and aligned with topic channels. */
@media (min-width:900px){
    .ep-resident-community-column--stories>.ep-resident-stories-guide--under-stories{
        display:none!important;
    }
}


/* v1.20.8 — desktop resident-article placeholder beside the first published card */
.ep-resident-story-card--placeholder{display:none}
@media (min-width:900px){
  .ep-resident-stories-section .ep-resident-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .ep-resident-stories-section .ep-resident-story-card--placeholder{display:flex;flex-direction:column;justify-content:center;gap:10px;min-height:250px;padding:18px;border:1.5px dashed #efc47f;border-radius:18px;background:linear-gradient(180deg,#fffaf1 0%,#fffdf9 100%);box-shadow:none;color:#8a5406;text-decoration:none}
  .ep-resident-story-placeholder-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#f1a33d,#d9790c);color:#fff;box-shadow:0 9px 18px rgba(190,105,10,.16)}
  .ep-resident-story-placeholder-icon svg{width:21px;height:21px}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder{display:flex;flex-direction:column;min-height:auto;padding:0;color:#8a5406}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>small{font-size:.58rem;letter-spacing:.08em;color:#b2680d}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>strong{margin-top:6px;font-size:1rem;line-height:1.24;color:#5d3904;-webkit-line-clamp:unset}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>em{display:block;margin-top:6px;font-style:normal;font-size:.72rem;line-height:1.5;color:#8e6a3f}
  .ep-resident-stories-section .ep-resident-story-comments--cta{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding-top:0;color:#d9790c;font-size:.66rem;font-weight:800}
  .ep-resident-stories-section .ep-resident-story-comments--cta svg{width:14px;height:14px}
}


/* v1.20.9 — desktop: align the "Where would you like to start?" intro
   with the top edge of the Councillors' Voice panel. */
@media (min-width:1024px){
    .ep-start-section .ep-start-intro-row{
        align-items:start!important;
    }
    .ep-start-section .ep-start-intro-row .ep-section-heading,
    .ep-start-section .ep-start-intro-row .ep-councillor-mobile{
        align-self:start!important;
    }
}

/* v1.22.5 — live Councillor Tracker replaces the old "coming soon" strip. */
.ep-councillor-mobile--tracker .ep-councillor-mobile__copy{color:#173f58;text-decoration:none}
.ep-councillor-mobile--tracker .ep-councillor-mobile__copy:hover strong{color:#0a8178}
.ep-councillor-mobile--tracker .ep-councillor-mobile__person.is-tracked b{color:#0b8178}
.ep-councillor-mobile--tracker .ep-councillor-mobile__person.is-tracked em{color:#718793}
.ep-councillor-mobile--tracker .ep-councillor-placeholder-avatar--photo{border-color:#b8d8d5;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px rgba(16,138,126,.08)}

/* v1.5.6 — Councillor Voice gateway + rotating councillor publications in topbar. */
.ep-latest-councillor-slot{display:none}
.ep-councillor-mobile__tracker-link{display:block;color:inherit;text-decoration:none}
.ep-councillor-mobile__voice-link{display:inline-flex;align-items:center;gap:4px;margin-top:5px;color:#0a8178;text-decoration:none;font-size:7px;font-weight:950;line-height:1;white-space:nowrap}
.ep-councillor-mobile__voice-link:hover{color:#086b65;text-decoration:underline}
@media(min-width:1024px){
  .ep-latest-councillor-slot{display:block;width:clamp(215px,18vw,292px);min-width:0}
  .ep-latest-councillor-slot .ep-latest-councillor-cta{display:none;width:100%;box-sizing:border-box}
  .ep-latest-councillor-slot .ep-latest-councillor-cta.is-active{display:grid}
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile__voice-link{font-size:7.4px;margin-top:6px}
}
@media(min-width:1024px) and (max-width:1179px){
  .ep-latest-councillor-slot{width:190px}
}
@media(max-width:899px){
  .ep-councillor-mobile__voice-link{font-size:6.7px;margin-top:4px}
}

/* v1.24.0 — cost-policy homepage: Polish Community replaces World and the
   archived topic-channel slot becomes a larger councillor accountability panel. */
.ep-home-news-column-head--polish{border-color:#f1dcdc;background:linear-gradient(145deg,#fffdfd,#fff7f7)}
.ep-home-news-column-head--polish .ep-home-news-column-head__icon{background:#fff0f0;color:#c62828}
.ep-home-news-column-head--polish .ep-home-news-column-head__copy strong{color:#7d2630}
.ep-home-news-column-head--polish>a{color:#b4232f;border-color:#f0d9dc}
.ep-home-news-column .ep-news-category--polish{background:#fff0f0;color:#a91f2c}
.ep-home-news-column--polish .ep-news-card{border-color:#f0dfe2;background:linear-gradient(145deg,#fff,#fffafa)}
.ep-home-news-column-more--polish{border-color:#efdadd;background:#fff9f9;color:#a91f2c}
.ep-empty-news--polish{border-color:#efdadd;background:#fffafa}

.ep-resident-councillor-panel{min-width:0;padding:14px;border:1px solid #d7e5e8;border-radius:20px;background:linear-gradient(150deg,#fbffff,#f5faf9);box-shadow:0 10px 28px rgba(21,66,80,.06)}
.ep-resident-councillor-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}
.ep-resident-councillor-panel__head small{display:block;margin-bottom:3px;color:#148072;font-size:.52rem;font-weight:950;letter-spacing:.08em}
.ep-resident-councillor-panel__head h3{margin:0;color:#173f56;font-size:1rem;line-height:1.15}
.ep-resident-councillor-panel__head>a{display:inline-flex;align-items:center;gap:5px;color:#0b7380;font-size:.61rem;font-weight:900;text-decoration:none;white-space:nowrap}
.ep-resident-councillor-panel__head>a svg{width:13px;height:13px}
.ep-resident-councillor-panel__intro{margin:0 0 10px;color:#647b86;font-size:.63rem;line-height:1.45}
.ep-resident-councillor-panel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.ep-resident-councillor-card{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 13px;gap:8px;align-items:center;padding:8px;border:1px solid #e0eaed;border-radius:14px;background:#fff;text-decoration:none;box-shadow:0 4px 12px rgba(20,58,75,.035)}
.ep-resident-councillor-card__photo{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#edf4f4}
.ep-resident-councillor-card__photo img{display:block;width:100%;height:100%;object-fit:cover}
.ep-resident-councillor-card__copy{min-width:0;display:grid;gap:1px}
.ep-resident-councillor-card__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#138273;font-size:.44rem;font-weight:900;text-transform:uppercase}
.ep-resident-councillor-card__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1b4358;font-size:.66rem}
.ep-resident-councillor-card__copy em{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#71858e;font-size:.47rem;font-style:normal;line-height:1.2}
.ep-resident-councillor-card__arrow{color:#5e8591}.ep-resident-councillor-card__arrow svg{width:12px;height:12px}
.ep-resident-councillor-panel__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.ep-resident-councillor-panel__actions>a{display:grid;gap:2px;padding:9px 10px;border-radius:12px;background:#eaf7f4;color:#145f62;text-decoration:none}
.ep-resident-councillor-panel__actions>a:last-child{background:#fff3e8;color:#8a4b15}
.ep-resident-councillor-panel__actions strong{font-size:.57rem}.ep-resident-councillor-panel__actions span{font-size:.45rem;opacity:.78}

@media(min-width:900px){
    .ep-home-news-column--polish .ep-news-card{grid-template-columns:108px minmax(0,1fr) 25px!important;min-height:116px!important}
    .ep-home-news-column--polish .ep-news-image{width:108px!important;height:94px!important}
    .ep-home-news-column--polish .ep-news-copy strong{font-size:.9rem!important}
    .ep-home-news-column--polish .ep-news-copy small{font-size:.71rem!important}
}
@media(max-width:899px){
    .ep-home-news-columns{display:block!important}
    .ep-home-news-column--local,.ep-home-news-column--polish{display:block!important;width:100%!important}
    .ep-home-news-column--polish{margin-top:16px}
    .ep-resident-councillor-panel{padding:10px;border-radius:16px}
    .ep-resident-councillor-panel__head{align-items:center}.ep-resident-councillor-panel__intro{display:none}
    .ep-resident-councillor-panel__grid{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:5px;scroll-snap-type:x proximity;scrollbar-width:none}
    .ep-resident-councillor-panel__grid::-webkit-scrollbar{display:none}
    .ep-resident-councillor-card{flex:0 0 min(78%,280px);scroll-snap-align:start}
}
@media(max-width:520px){
    .ep-resident-councillor-panel__actions{grid-template-columns:1fr}
    .ep-resident-councillor-panel__head>a{font-size:.52rem}
}


/* EalingPulse phone stability patch 2026-08-24 */
@media (max-width:600px){
  .ep-bottom-nav, .ep-bottom-nav.ep-bottom-nav--hidden {
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-width:100vw !important;
    transform:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  .ep-language-overlay {
    align-items:flex-end !important;
    justify-content:center !important;
    padding:12px 0 max(12px, env(safe-area-inset-bottom)) !important;
  }
  .ep-language-dialog {
    width:100vw !important;
    max-width:100vw !important;
    border-radius:24px 24px 0 0 !important;
  }
}

/* v1.24.1 — keep the five-item dock centred on tablets. The earlier stability
   override pinned every <=899px layout to the left edge and expanded it to the
   full viewport, which made the tablet bar look visibly off-centre. */
@media (min-width:601px) and (max-width:899px){
  .ep-bottom-nav, .ep-bottom-nav.ep-bottom-nav--hidden {
    left:50% !important;
    right:auto !important;
    bottom:0 !important;
    width:min(calc(100vw - 32px),520px) !important;
    max-width:520px !important;
    transform:translateX(-50%) !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
}

@media (max-width:899px){ .ep-mobile-hide-polish { display:none !important; } }

/* v1.5.3 hotfix — hide the old councillor strip beside “Od czego chcesz zacząć?” on desktop.
   Keep the mobile strip and the main councillor panel above resident articles. */
@media (min-width: 1024px){
  .ep-start-section .ep-start-intro-row .ep-councillor-mobile,
  .ep-start-section > .ep-councillor-mobile{
    display: none !important;
  }
  .ep-start-section .ep-start-intro-row{
    grid-template-columns: minmax(0,1fr) !important;
    gap: 0 !important;
    margin-bottom: 18px;
  }
}

/* v1.24.1 — councillor gateway: clearer heading everywhere and three extra
   councillors on tablet widths. Phones keep the compact six-person row; the
   existing desktop layout continues to cap the visible row independently. */
.ep-start-section .ep-councillor-mobile__copy strong{
  font-size:12px!important;
  line-height:1.08!important;
}
@media (max-width:599px){
  .ep-start-section .ep-councillor-mobile__person:nth-child(n+7){display:none!important}
}
@media (min-width:600px) and (max-width:899px){
  .ep-start-section .ep-councillor-mobile{
    grid-template-columns:126px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .ep-start-section .ep-councillor-mobile__copy strong{
    font-size:13px!important;
  }
  .ep-start-section .ep-councillor-mobile__scroller{
    gap:5px!important;
    justify-content:space-between;
  }
  .ep-start-section .ep-councillor-mobile__person{
    flex:1 1 0!important;
    min-width:39px!important;
    max-width:48px!important;
  }
  .ep-start-section .ep-councillor-mobile__person .ep-councillor-placeholder-avatar{
    width:40px!important;
    height:40px!important;
  }
}
@media (min-width:1024px){
  .ep-start-section .ep-councillor-mobile__copy strong{
    font-size:13.5px!important;
  }
}

/* v1.25.0 — approved mobile editorial cards: short leads, richer events and two-column resident voices. */
.ep-now-event-location{display:none}
@media(max-width:899px){
  /* Latest local: keep the compact 2-column layout but show a real article lead. */
  .ep-latest-section .ep-news-copy{
    min-height:112px!important;
    gap:4px!important;
    padding:8px 8px 9px!important;
  }
  .ep-latest-section .ep-news-copy strong{
    font-size:.68rem!important;
    line-height:1.23!important;
    -webkit-line-clamp:3!important;
  }
  .ep-latest-section .ep-news-copy>small{
    display:-webkit-box!important;
    overflow:hidden!important;
    margin:1px 0 0!important;
    color:#657c8a!important;
    font-size:.54rem!important;
    font-weight:500!important;
    line-height:1.34!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }

  /* Happening in Ealing: each event reads as a mini event card, not a caption. */
  .ep-now-event-copy{padding:8px 8px 9px!important}
  .ep-now-event-copy small{
    display:block!important;
    overflow:hidden!important;
    color:#0b817d!important;
    font-size:7.5px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  .ep-now-event-copy strong{
    margin-top:5px!important;
    font-size:10px!important;
    line-height:1.22!important;
    -webkit-line-clamp:3!important;
  }
  .ep-now-event-copy em{
    display:-webkit-box!important;
    overflow:hidden!important;
    margin-top:5px!important;
    color:#637986!important;
    font-size:8px!important;
    line-height:1.32!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
  }
  .ep-now-event-location{
    display:flex!important;
    min-width:0!important;
    align-items:center!important;
    gap:4px!important;
    margin-top:auto!important;
    padding-top:7px!important;
    color:#267e83!important;
    font-size:7.2px!important;
    font-weight:750!important;
    line-height:1.2!important;
  }
  .ep-now-event-location svg{width:11px!important;height:11px!important;flex:0 0 auto!important}
  .ep-now-event-location>span{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}

  /* Resident voices: two cards next to each other with image, title, lead and comments. */
  .ep-resident-community-column--stories .ep-resident-story-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .ep-resident-community-column--stories .ep-resident-story-grid>.ep-resident-story-card:only-child{grid-column:auto!important}
  .ep-resident-stories-section .ep-resident-story-card{
    display:flex!important;
    min-width:0!important;
    min-height:0!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:16px!important;
  }
  .ep-resident-stories-section .ep-resident-story-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
  }
  .ep-resident-stories-section .ep-resident-story-image img{width:100%!important;height:100%!important;object-fit:cover!important}
  .ep-resident-stories-section .ep-resident-story-image b{
    left:7px!important;
    bottom:7px!important;
    max-width:calc(100% - 14px)!important;
    padding:3px 6px!important;
    font-size:.43rem!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy{
    display:flex!important;
    min-height:144px!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    padding:9px 9px 10px!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy>small{
    display:block!important;
    overflow:hidden!important;
    color:#9a6a32!important;
    font-size:.49rem!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy>strong{
    display:-webkit-box!important;
    overflow:hidden!important;
    margin-top:5px!important;
    font-size:.68rem!important;
    line-height:1.22!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy>em{
    display:-webkit-box!important;
    overflow:hidden!important;
    margin-top:6px!important;
    color:#6f777c!important;
    font-size:.54rem!important;
    font-style:normal!important;
    line-height:1.34!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
  }
  .ep-resident-stories-section .ep-resident-story-comments{
    margin-top:auto!important;
    padding-top:7px!important;
    font-size:.49rem!important;
  }
  .ep-resident-story-card--placeholder{
    display:flex!important;
    min-height:0!important;
    justify-content:center!important;
    gap:8px!important;
    padding:12px!important;
    border:1.5px dashed #efc47f!important;
    border-radius:16px!important;
    background:linear-gradient(180deg,#fffaf1 0%,#fffdf9 100%)!important;
    box-shadow:none!important;
    color:#8a5406!important;
    text-decoration:none!important;
  }
  .ep-resident-story-placeholder-icon{
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
    background:linear-gradient(145deg,#f1a33d,#d9790c)!important;
    color:#fff!important;
  }
  .ep-resident-story-placeholder-icon svg{width:18px!important;height:18px!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder{min-height:0!important;padding:0!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>small{white-space:normal!important;color:#b2680d!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>strong{font-size:.67rem!important;-webkit-line-clamp:3!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>em{font-size:.52rem!important;-webkit-line-clamp:4!important}
  .ep-resident-stories-section .ep-resident-story-comments--cta{color:#d9790c!important;font-size:.5rem!important}
}
@media(max-width:390px){
  .ep-latest-section .ep-news-copy{min-height:106px!important;padding:7px!important}
  .ep-latest-section .ep-news-copy>small{font-size:.5rem!important}
  .ep-now-event-copy em{display:-webkit-box!important;font-size:7.5px!important;-webkit-line-clamp:2!important}
  .ep-now-event-location{font-size:6.7px!important;padding-top:6px!important}
  .ep-resident-community-column--stories .ep-resident-story-grid{gap:7px!important}
  .ep-resident-stories-section .ep-resident-story-copy{min-height:132px!important;padding:7px 7px 8px!important}
  .ep-resident-stories-section .ep-resident-story-copy>strong{font-size:.62rem!important}
  .ep-resident-stories-section .ep-resident-story-copy>em{font-size:.49rem!important;-webkit-line-clamp:3!important}
}

/* v1.25.1 — mobile card readability + image badges.
   Keeps the approved layouts: 2-column news, 3-column events, 2-column Local Voices. */
.ep-news-image-badge,.ep-now-event-area,.ep-resident-story-area{display:none}

@media(max-width:899px){
  /* Latest local — category moves onto the image to free the reading area. */
  .ep-latest-section .ep-news-image{position:relative!important;overflow:hidden!important}
  .ep-latest-section .ep-news-image-badge{
    position:absolute!important;
    z-index:2!important;
    top:7px!important;
    right:7px!important;
    display:inline-flex!important;
    align-items:center!important;
    max-width:calc(100% - 14px)!important;
    min-height:20px!important;
    padding:4px 7px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.78)!important;
    border-radius:8px!important;
    background:rgba(232,243,255,.96)!important;
    color:#1269bd!important;
    box-shadow:0 4px 12px rgba(13,49,75,.18)!important;
    font-family:var(--ep-font-ui)!important;
    font-size:.58rem!important;
    font-weight:900!important;
    line-height:1!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    backdrop-filter:blur(5px)!important;
  }
  .ep-latest-section .ep-news-image-badge.ep-news-category--crime{background:rgba(255,240,240,.97)!important;color:#b13c48!important}
  .ep-latest-section .ep-news-image-badge.ep-news-category--health{background:rgba(231,248,243,.97)!important;color:#087b67!important}
  .ep-latest-section .ep-news-image-badge.ep-news-category--education{background:rgba(241,235,255,.97)!important;color:#6840b7!important}
  .ep-latest-section .ep-news-image-badge.ep-news-category--business{background:rgba(255,243,227,.97)!important;color:#a65f09!important}
  .ep-latest-section .ep-news-image-badge.ep-news-category--culture{background:rgba(249,234,245,.97)!important;color:#9b3f83!important}
  .ep-latest-section .ep-news-image-badge.ep-news-category--environment{background:rgba(234,247,236,.97)!important;color:#287847!important}
  .ep-latest-section .ep-news-image-badge.ep-news-category--council{background:rgba(232,242,248,.97)!important;color:#225d7b!important}
  .ep-latest-section .ep-news-meta>.ep-news-category{display:none!important}
  .ep-latest-section .ep-news-meta{min-height:0!important;gap:0!important}
  .ep-latest-section .ep-news-copy{
    min-height:126px!important;
    gap:7px!important;
    padding:10px 10px 11px!important;
  }
  .ep-latest-section .ep-news-copy strong{
    margin:0!important;
    font-size:.88rem!important;
    font-weight:780!important;
    line-height:1.23!important;
    -webkit-line-clamp:3!important;
  }
  .ep-latest-section .ep-news-copy>small{
    display:-webkit-box!important;
    margin:0!important;
    color:#556b79!important;
    font-size:.71rem!important;
    font-weight:500!important;
    line-height:1.42!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
  }
  .ep-latest-section .ep-home-live-readers{font-size:.57rem!important}

  /* Happening in Ealing — always three cards across on phones. Area sits on image. */
  .ep-now-events-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .ep-now-event-card{min-width:0!important;border-radius:15px!important}
  .ep-now-event-image{position:relative!important;aspect-ratio:4/3!important;overflow:hidden!important}
  .ep-now-event-area{
    position:absolute!important;
    z-index:2!important;
    top:6px!important;
    right:6px!important;
    display:block!important;
    max-width:calc(100% - 12px)!important;
    padding:4px 6px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.82)!important;
    border-radius:7px!important;
    background:rgba(226,247,245,.96)!important;
    color:#087b78!important;
    box-shadow:0 4px 11px rgba(13,49,75,.16)!important;
    font-size:.52rem!important;
    font-weight:900!important;
    line-height:1!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    backdrop-filter:blur(5px)!important;
  }
  .ep-now-event-copy{padding:8px 8px 10px!important}
  .ep-now-event-copy small{
    font-size:.59rem!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  .ep-now-event-copy strong{
    margin-top:5px!important;
    font-size:.75rem!important;
    line-height:1.22!important;
    -webkit-line-clamp:3!important;
  }
  .ep-now-event-copy em{
    display:-webkit-box!important;
    margin-top:5px!important;
    color:#607583!important;
    font-size:.62rem!important;
    line-height:1.35!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  .ep-now-event-location{display:none!important}

  /* Local Voices — always two cards side by side; area moves onto image. */
  .ep-resident-community-column--stories .ep-resident-story-grid,
  .ep-resident-stories-section .ep-resident-story-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .ep-resident-community-column--stories .ep-resident-story-grid>.ep-resident-story-card:only-child,
  .ep-resident-stories-section .ep-resident-story-grid>.ep-resident-story-card:only-child{grid-column:auto!important}
  .ep-resident-stories-section .ep-resident-story-card{
    display:flex!important;
    min-width:0!important;
    min-height:0!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:16px!important;
  }
  .ep-resident-stories-section .ep-resident-story-image{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
  }
  .ep-resident-story-area{
    position:absolute!important;
    z-index:2!important;
    top:7px!important;
    right:7px!important;
    display:block!important;
    max-width:calc(100% - 14px)!important;
    padding:4px 7px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.82)!important;
    border-radius:8px!important;
    background:rgba(255,245,229,.96)!important;
    color:#a35a05!important;
    box-shadow:0 4px 12px rgba(77,50,17,.16)!important;
    font-size:.55rem!important;
    font-style:normal!important;
    font-weight:900!important;
    line-height:1!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    backdrop-filter:blur(5px)!important;
  }
  .ep-resident-stories-section .ep-resident-story-image>b{
    left:7px!important;
    bottom:7px!important;
    max-width:calc(100% - 14px)!important;
    padding:4px 6px!important;
    font-size:.5rem!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy{
    min-height:166px!important;
    padding:10px 10px 11px!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy>small{
    font-size:.61rem!important;
    line-height:1.2!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy>strong{
    margin-top:5px!important;
    font-size:.84rem!important;
    line-height:1.23!important;
    -webkit-line-clamp:3!important;
  }
  .ep-resident-stories-section .ep-resident-story-copy>em{
    margin-top:6px!important;
    font-size:.69rem!important;
    line-height:1.4!important;
    -webkit-line-clamp:3!important;
  }
  .ep-resident-stories-section .ep-resident-story-comments{
    margin-top:auto!important;
    padding-top:8px!important;
    font-size:.61rem!important;
  }
  .ep-resident-story-card--placeholder{min-height:0!important;padding:15px!important;gap:10px!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder{min-height:0!important;padding:0!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>small{font-size:.61rem!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>strong{font-size:.84rem!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>em{font-size:.69rem!important;line-height:1.4!important}
  .ep-resident-stories-section .ep-resident-story-comments--cta{font-size:.62rem!important}
}

@media(max-width:390px){
  .ep-latest-section .ep-news-grid{gap:8px!important}
  .ep-latest-section .ep-news-copy{min-height:120px!important;padding:9px!important}
  .ep-latest-section .ep-news-copy strong{font-size:.82rem!important}
  .ep-latest-section .ep-news-copy>small{font-size:.67rem!important;-webkit-line-clamp:3!important}
  .ep-latest-section .ep-news-image-badge{top:6px!important;right:6px!important;font-size:.53rem!important}

  .ep-now-events-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .ep-now-event-copy{padding:7px 6px 8px!important}
  .ep-now-event-copy small{font-size:.54rem!important}
  .ep-now-event-copy strong{font-size:.7rem!important}
  .ep-now-event-copy em{font-size:.57rem!important}
  .ep-now-event-area{top:5px!important;right:5px!important;padding:3px 5px!important;font-size:.48rem!important}

  .ep-resident-community-column--stories .ep-resident-story-grid,
  .ep-resident-stories-section .ep-resident-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .ep-resident-stories-section .ep-resident-story-copy{min-height:158px!important;padding:9px!important}
  .ep-resident-stories-section .ep-resident-story-copy>strong{font-size:.78rem!important}
  .ep-resident-stories-section .ep-resident-story-copy>em{font-size:.65rem!important}
}


/* v1.25.2 — surgical mobile fix for the event strip.
   Do not alter Latest Local, Local Voices or Classifieds: those approved layouts stay intact. */
@media(max-width:899px){
  .ep-now-events{padding:14px 12px 15px!important}
  .ep-now-events-head{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:8px!important;
  }
  .ep-now-events-head>div{min-width:0!important;padding-top:1px!important}
  .ep-now-events-head small{
    display:block!important;
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:.07em!important;
  }
  .ep-now-events-head h2{
    margin-top:5px!important;
    max-width:210px!important;
    font-size:18px!important;
    line-height:1.18!important;
    overflow-wrap:normal!important;
  }
  .ep-now-events-head>a{
    min-height:38px!important;
    padding:0 10px!important;
    border-radius:12px!important;
    font-size:10px!important;
    line-height:1!important;
  }

  /* Three cards must remain in one row. The text uses fixed phone-safe sizes
     so Android font scaling cannot make each card overflow into the next one. */
  .ep-now-events-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    width:100%!important;
    overflow:visible!important;
  }
  .ep-now-event-card{
    display:flex!important;
    min-width:0!important;
    width:100%!important;
    box-sizing:border-box!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:14px!important;
  }
  .ep-now-event-image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1.45/1!important;
    overflow:hidden!important;
  }
  .ep-now-event-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .ep-now-event-area{
    top:5px!important;
    right:5px!important;
    max-width:calc(100% - 10px)!important;
    padding:3px 5px!important;
    border-radius:7px!important;
    font-size:8px!important;
    line-height:1!important;
  }
  .ep-now-event-copy{
    display:flex!important;
    min-width:0!important;
    width:100%!important;
    box-sizing:border-box!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    padding:8px 7px 9px 10px!important;
    overflow:hidden!important;
    text-indent:0!important;
  }
  .ep-now-event-copy small{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    color:#0b817d!important;
    font-size:9px!important;
    font-weight:900!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    transform:none!important;
  }
  .ep-now-event-copy strong{
    display:-webkit-box!important;
    width:100%!important;
    margin:5px 0 0!important;
    padding:0!important;
    overflow:hidden!important;
    color:#123b5b!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1.22!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    transform:none!important;
  }
  .ep-now-event-copy em{
    display:-webkit-box!important;
    width:100%!important;
    margin:5px 0 0!important;
    padding:0!important;
    overflow:hidden!important;
    color:#667b87!important;
    font-size:9px!important;
    line-height:1.34!important;
    font-style:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    transform:none!important;
  }
  .ep-now-event-location{display:none!important}
  .ep-now-event-arrow{display:none!important}

  /* Re-assert the approved two-across Local Voices layout only; no typography change. */
  .ep-resident-community-column--stories .ep-resident-story-grid,
  .ep-resident-stories-section .ep-resident-story-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .ep-resident-community-column--stories .ep-resident-story-grid>.ep-resident-story-card:only-child,
  .ep-resident-stories-section .ep-resident-story-grid>.ep-resident-story-card:only-child{
    grid-column:auto!important;
  }
}

@media(max-width:390px){
  .ep-now-events{padding:13px 10px 14px!important}
  .ep-now-events-head h2{max-width:188px!important;font-size:17px!important}
  .ep-now-events-head>a{min-height:36px!important;padding:0 8px!important;font-size:9px!important}
  .ep-now-events-grid{gap:6px!important}
  .ep-now-event-copy{padding:7px 6px 8px 8px!important}
  .ep-now-event-copy small{font-size:8px!important}
  .ep-now-event-copy strong{font-size:11px!important;line-height:1.2!important}
  .ep-now-event-copy em{font-size:8px!important;line-height:1.3!important}
  .ep-resident-community-column--stories .ep-resident-story-grid,
  .ep-resident-stories-section .ep-resident-story-grid{gap:8px!important}
}


/* v1.25.3 — final phone readability pass.
   Preserve approved layouts; only enlarge text modestly and keep event date on one compact line. */
.ep-now-event-date-mobile{display:none}
@media(max-width:899px){
  /* Latest local: same 2-column layout and image badges, slightly easier reading. */
  .ep-latest-section .ep-news-image-badge{font-size:.62rem!important}
  .ep-latest-section .ep-news-copy{min-height:132px!important;padding:11px 10px 12px!important}
  .ep-latest-section .ep-news-copy strong{font-size:.94rem!important;line-height:1.23!important}
  .ep-latest-section .ep-news-copy>small{font-size:.76rem!important;line-height:1.44!important}
  .ep-latest-section .ep-home-live-readers{font-size:.61rem!important}

  /* Events: exactly 3 across. Use the shorter date only on phones so it fits on one line. */
  .ep-now-events-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ep-now-event-date-full{display:none!important}
  .ep-now-event-date-mobile{display:inline!important;white-space:nowrap!important}
  .ep-now-event-copy small{
    font-size:10px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .ep-now-event-copy strong{font-size:13px!important;line-height:1.2!important}
  .ep-now-event-copy em{font-size:10px!important;line-height:1.34!important}
  .ep-now-event-area{font-size:8.5px!important}

  /* Local Voices: keep exactly 2 across; raise text only. */
  .ep-resident-community-column--stories .ep-resident-story-grid,
  .ep-resident-stories-section .ep-resident-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ep-resident-stories-section .ep-resident-story-copy{min-height:174px!important;padding:11px 10px 12px!important}
  .ep-resident-stories-section .ep-resident-story-copy>small{font-size:.66rem!important}
  .ep-resident-stories-section .ep-resident-story-copy>strong{font-size:.9rem!important;line-height:1.23!important}
  .ep-resident-stories-section .ep-resident-story-copy>em{font-size:.73rem!important;line-height:1.42!important}
  .ep-resident-stories-section .ep-resident-story-comments{font-size:.66rem!important}
  .ep-resident-story-area{font-size:.59rem!important}
  .ep-resident-stories-section .ep-resident-story-image>b{font-size:.54rem!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>small{font-size:.65rem!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>strong{font-size:.9rem!important}
  .ep-resident-stories-section .ep-resident-story-copy--placeholder>em{font-size:.73rem!important}
  .ep-resident-stories-section .ep-resident-story-comments--cta{font-size:.67rem!important}
}
@media(max-width:390px){
  .ep-latest-section .ep-news-image-badge{font-size:.56rem!important}
  .ep-latest-section .ep-news-copy{min-height:126px!important;padding:10px 9px 11px!important}
  .ep-latest-section .ep-news-copy strong{font-size:.87rem!important}
  .ep-latest-section .ep-news-copy>small{font-size:.71rem!important}

  .ep-now-events-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .ep-now-event-copy{padding:8px 6px 9px 8px!important}
  .ep-now-event-copy small{font-size:9px!important}
  .ep-now-event-copy strong{font-size:12px!important;line-height:1.2!important}
  .ep-now-event-copy em{font-size:9px!important;line-height:1.3!important}
  .ep-now-event-area{font-size:8px!important}

  .ep-resident-community-column--stories .ep-resident-story-grid,
  .ep-resident-stories-section .ep-resident-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .ep-resident-stories-section .ep-resident-story-copy{min-height:168px!important;padding:10px 9px 11px!important}
  .ep-resident-stories-section .ep-resident-story-copy>small{font-size:.62rem!important}
  .ep-resident-stories-section .ep-resident-story-copy>strong{font-size:.84rem!important}
  .ep-resident-stories-section .ep-resident-story-copy>em{font-size:.69rem!important}
  .ep-resident-stories-section .ep-resident-story-comments{font-size:.62rem!important}
}


/* v1.25.4 — final mobile tidy-up.
   1) Move the big event heading onto its own row so it can stay on one line.
   2) Keep the already-approved card layouts unchanged. */
@media(max-width:899px){
  .ep-now-events-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:6px 10px!important;
  }
  .ep-now-events-head>div{display:contents!important}
  .ep-now-events-head small{
    grid-column:1!important;
    grid-row:1!important;
    margin:0!important;
  }
  .ep-now-events-head>a{
    grid-column:2!important;
    grid-row:1!important;
    align-self:start!important;
  }
  .ep-now-events-head h2{
    grid-column:1 / -1!important;
    grid-row:2!important;
    margin:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    line-height:1.12!important;
    letter-spacing:-.018em!important;
  }
}
@media(max-width:390px){
  .ep-now-events-head h2{font-size:11px!important}
}

/* Skip layout/paint work for the two longest below-the-fold sections until the
   visitor approaches them. Browsers without content-visibility ignore this. */
@supports (content-visibility:auto){
  .ep-resident-stories-section,.ep-latest-section{
    content-visibility:auto;
    contain-intrinsic-size:auto 900px;
  }
}

/* EP9 — compact support banner on phones. Keep the help route prominent
   without making one card occupy most of the first screen. */
@media(max-width:699px){
  .ep-support-priority{margin-top:10px}
  .ep-support-priority .ep-disability-feature{
    grid-template-columns:52px minmax(0,1fr) 26px!important;
    gap:10px!important;
    min-height:0!important;
    padding:12px 13px!important;
    border-radius:20px!important;
  }
  .ep-support-priority .ep-disability-feature-icon{
    width:52px!important;
    height:52px!important;
    border-radius:16px!important;
    box-shadow:0 0 0 3px rgba(0,237,225,.1),0 0 16px rgba(0,239,225,.3)!important;
  }
  .ep-support-priority .ep-disability-feature-copy small{
    font-size:.52rem!important;
    line-height:1.15!important;
    letter-spacing:.09em!important;
  }
  .ep-support-priority .ep-disability-feature-copy strong{
    margin-top:3px!important;
    font-size:1rem!important;
    line-height:1.08!important;
  }
  .ep-support-priority .ep-disability-feature-copy em{
    display:-webkit-box!important;
    margin-top:4px!important;
    overflow:hidden!important;
    font-size:.67rem!important;
    line-height:1.3!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }
  .ep-support-priority .ep-disability-feature-tags{display:none!important}
  .ep-support-priority .ep-disability-feature-open{
    align-self:center!important;
    width:26px!important;
    min-width:26px!important;
    min-height:26px!important;
  }
  .ep-support-priority .ep-disability-feature-open svg{
    width:19px!important;
    height:19px!important;
  }
}
@media(max-width:390px){
  .ep-support-priority .ep-disability-feature{
    grid-template-columns:48px minmax(0,1fr) 24px!important;
    gap:9px!important;
    padding:11px 12px!important;
  }
  .ep-support-priority .ep-disability-feature-icon{
    width:48px!important;
    height:48px!important;
    border-radius:15px!important;
  }
  .ep-support-priority .ep-disability-feature-copy strong{font-size:.94rem!important}
  .ep-support-priority .ep-disability-feature-copy em{font-size:.63rem!important}
}

/* v1.23.0 — priority support, live notices and a compact personalised gateway. */
.ep-support-priority{width:100%;margin-top:18px}
.ep-support-priority .ep-disability-feature{margin-top:0}
.ep-home-alerts{width:100%;margin-top:16px}
.ep-home-alerts>.ep-alert-card{margin-top:0}
.ep-home-alerts__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}
.ep-home-alert-item{position:relative;display:grid;grid-template-columns:9px minmax(0,1fr) 16px;align-items:center;gap:9px;min-width:0;padding:11px 12px;border:1px solid #efd7d9;border-radius:15px;background:#fff;color:#153d58;text-decoration:none;box-shadow:0 6px 16px rgba(102,44,50,.045)}
.ep-home-alert-item__status{width:9px;height:9px;border-radius:50%;background:#d9a333;box-shadow:0 0 0 4px rgba(217,163,51,.12)}
.ep-home-alert-item--critical .ep-home-alert-item__status,.ep-home-alert-item--major .ep-home-alert-item__status{background:#df4d59;box-shadow:0 0 0 4px rgba(223,77,89,.12)}
.ep-home-alert-item>span:nth-child(2){min-width:0}
.ep-home-alert-item small,.ep-home-alert-item strong{display:block}
.ep-home-alert-item small{overflow:hidden;color:#9a4b53;font-size:.66rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.ep-home-alert-item strong{display:-webkit-box;margin-top:4px;overflow:hidden;font-size:.78rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ep-home-alert-item>svg{width:15px;height:15px;color:#c43a48}

.ep-my-ealing{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(0,1.25fr);gap:15px;align-items:center;margin-top:16px;padding:15px;border:1px solid #cfe3e7;border-radius:20px;background:linear-gradient(135deg,#f4fbfb,#f5f9ff);box-shadow:0 8px 22px rgba(18,74,91,.055)}
.ep-my-ealing__head{display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px;align-items:center;min-width:0}
.ep-my-ealing__pin{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,#e0f8f5,#dceeff);color:#0c8d82}
.ep-my-ealing__pin svg{width:23px;height:23px}
.ep-my-ealing__head>span:last-child{min-width:0}
.ep-my-ealing__head small,.ep-my-ealing__head strong,.ep-my-ealing__head em{display:block}
.ep-my-ealing__head small{color:#0b8b83;font-size:.66rem;font-weight:950;letter-spacing:.09em}
.ep-my-ealing__head strong{margin-top:2px;color:#153d58;font-size:1rem;line-height:1.22}
.ep-my-ealing__head em{margin-top:3px;color:#68808f;font-size:.72rem;font-style:normal;line-height:1.35}
.ep-my-ealing__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;min-width:0}
.ep-my-ealing__links a{display:grid;grid-template-columns:30px minmax(0,1fr);gap:6px;align-items:center;min-width:0;min-height:48px;padding:6px 7px;border:1px solid #d9e7ec;border-radius:13px;background:#fff;color:#31566c;text-decoration:none}
.ep-my-ealing__links a>span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#edf7f8;color:#0b8d83}
.ep-my-ealing__links svg{width:16px;height:16px}
.ep-my-ealing__links b{font-size:.69rem;line-height:1.22}

.ep-since-last{position:relative;display:grid;grid-template-columns:46px minmax(190px,.75fr) minmax(0,1.25fr) 30px;gap:12px;align-items:center;margin:0 0 14px;padding:12px 13px;border:1px solid #c8dfea;border-radius:18px;background:linear-gradient(135deg,#edf8ff,#effcf9);box-shadow:0 8px 21px rgba(19,74,104,.055)}
.ep-since-last[hidden]{display:none!important}
.ep-since-last__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,#d9edff,#d8f7f0);color:#1674ce}
.ep-since-last__icon svg{width:23px;height:23px}
.ep-since-last__copy small,.ep-since-last__copy strong,.ep-since-last__copy em{display:block}
.ep-since-last__copy small{color:#0c8b82;font-size:.64rem;font-weight:950;letter-spacing:.08em}
.ep-since-last__copy strong{margin-top:2px;color:#153d58;font-size:.9rem;line-height:1.25}
.ep-since-last__copy em{margin-top:2px;color:#6d8290;font-size:.68rem;font-style:normal}
.ep-since-last__items{display:grid;gap:5px;min-width:0}
.ep-since-last__items a{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0;color:#176fc8;font-size:.7rem;font-weight:800;line-height:1.25;text-decoration:none}
.ep-since-last__items a svg{flex:0 0 auto;width:12px;height:12px}
.ep-since-last>button{display:grid;place-items:center;width:29px;height:29px;padding:0;border:1px solid #d6e3e8;border-radius:10px;background:#fff;color:#627986;font:inherit;font-size:1.1rem;cursor:pointer}

@media(max-width:899px){
  .ep-shell>main>.ep-support-priority{order:3;margin-top:14px}
  .ep-shell>main>.ep-latest-section{order:4}
  .ep-shell>main>.ep-start-section:not(.ep-support-priority){order:5}
  .ep-shell>main>.ep-home-alerts{order:6}
  .ep-shell>main>.ep-now-events{order:7}
  .ep-shell>main>.ep-resident-stories-section{order:8}
  .ep-home-alerts__list{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 4px;scroll-snap-type:x proximity;scrollbar-width:none}
  .ep-home-alerts__list::-webkit-scrollbar{display:none}
  .ep-home-alert-item{flex:0 0 min(82vw,330px);scroll-snap-align:start}
  .ep-my-ealing{grid-template-columns:1fr;gap:11px;padding:13px}
  .ep-my-ealing__links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ep-my-ealing__links a{min-height:44px}
  .ep-since-last{grid-template-columns:40px minmax(0,1fr) 28px;gap:9px;padding:10px}
  .ep-since-last__icon{width:40px;height:40px;border-radius:13px}
  .ep-since-last__items{grid-column:1/-1;padding-top:2px}
  .ep-since-last__items a:nth-child(n+3){display:none}
}
@media(min-width:900px){
  .ep-shell>main>.ep-support-priority{order:3}
  .ep-shell>main>.ep-latest-section{order:4}
  .ep-shell>main>.ep-quick-section{order:5}
  .ep-shell>main>.ep-start-section:not(.ep-support-priority){order:6}
  .ep-shell>main>.ep-home-alerts{order:7}
  .ep-shell>main>.ep-now-events{order:8}
}
@media(max-width:430px){
  .ep-support-priority{margin-top:12px}
  .ep-my-ealing__head{grid-template-columns:40px minmax(0,1fr)}
  .ep-my-ealing__pin{width:40px;height:40px;border-radius:13px}
  .ep-my-ealing__head strong{font-size:.9rem}
  .ep-my-ealing__head em{font-size:.67rem}
  .ep-my-ealing__links b{font-size:.65rem}
}
.ep-home-alert-item:focus-visible,.ep-my-ealing__links a:focus-visible,.ep-since-last__items a:focus-visible,.ep-since-last>button:focus-visible{outline:3px solid rgba(35,119,213,.3);outline-offset:2px}
