:root {
	--star-local-ink: #171b18;
	--star-local-muted: #536058;
	--star-local-surface: #ffffff;
	--star-local-soft: #f1f7f3;
	--star-local-brand: #00943d;
	--star-local-accent: #006b2d;
	--star-local-accent-strong: #004d21;
	--star-local-border: #d7e3da;
	--star-local-width: 1220px;
	--star-local-space-1: 6px;
	--star-local-space-2: 10px;
	--star-local-space-3: 16px;
	--star-local-space-4: 24px;
	--star-local-space-5: 36px;
	--star-local-space-6: 56px;
	--star-local-radius-small: 10px;
	--star-local-radius-medium: 16px;
	--star-local-radius-large: 18px;
	--star-local-shadow: 0 10px 28px rgba(18, 33, 58, .07);
}

.star-local-ticker,
.star-local-hero,
.star-local-feed,
.star-local-discovery,
.star-local-today,
.star-resident-updates,
.star-resident-waste,
.star-local-article,
.star-local-related,
.star-local-context,
.star-local-street-hub {
	box-sizing: border-box;
	width: min(calc(100% - 32px), var(--star-local-width));
	margin-inline: auto;
}

.star-local-ticker {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) 42px;
	align-items: center;
	min-height: 46px;
	margin-block: 14px 18px;
	overflow: hidden;
	border: 1px solid var(--star-local-border);
	border-radius: 12px;
	background: var(--star-local-surface);
}

.star-local-ticker__label {
	align-self: stretch;
	display: grid;
	place-items: center;
	padding: 10px 16px;
	background: var(--star-local-accent);
	color: #fff;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.star-local-ticker__viewport { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; scrollbar-width: none; }
.star-local-ticker__viewport::-webkit-scrollbar { display: none; }
.star-local-ticker__viewport.is-manual { overflow-x: auto; scrollbar-width: thin; }
.star-local-ticker ul { display: flex; gap: 30px; width: max-content; min-width: max-content; margin: 0; padding: 0 18px; list-style: none; }
.star-local-ticker li { flex: 0 0 auto; }
.star-local-ticker li a { display: flex; gap: 10px; align-items: center; padding: 10px 0; color: var(--star-local-ink); text-decoration: none; white-space: nowrap; }
.star-local-ticker time { color: var(--star-local-accent); font-size: 12px; font-weight: 800; }
.star-local-ticker span { font-size: 14px; font-weight: 700; }
.star-local-ticker__toggle { display: grid; width: 34px; height: 34px; margin: 0 5px 0 2px; padding: 0; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--star-local-muted); cursor: pointer; }
.star-local-ticker__toggle:hover, .star-local-ticker__toggle:focus-visible { background: var(--star-local-soft); color: var(--star-local-accent-strong); }
.star-local-ticker__toggle:focus-visible { outline: 3px solid #1b75d0; outline-offset: 2px; }
.star-local-ticker__toggle > span[aria-hidden="true"] { font-size: 15px; font-weight: 850; line-height: 1; }

.star-local-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; border-bottom: 1px solid var(--star-local-border); box-shadow: inset 0 -3px var(--star-local-brand); }
.star-local-section-head span,
.star-local-section-head__title > span,
.star-local-eyebrow { color: var(--star-local-accent); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.star-local-section-head :is(h1, h2),
.star-local-section-head__title > :is(h1, h2) { margin: 0; padding-bottom: 10px; color: var(--star-local-ink); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -.02em; }
.star-local-section-head__title { min-width: 0; }
.star-local-section-head__link { flex: 0 0 auto; margin-bottom: 12px; color: var(--star-local-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.star-local-section-head__link:hover, .star-local-section-head__link:focus-visible { color: var(--star-local-accent-strong); text-decoration: underline; }
.star-local-hero { margin-block: clamp(20px, 3vw, 38px); }
.star-local-feed { margin-block: clamp(28px, 4vw, 52px); }
.star-local-discovery { margin-block: clamp(28px, 4vw, 48px); padding: clamp(20px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: var(--star-local-soft); color: var(--star-local-ink); }
.star-local-discovery > h2 { max-width: 760px; margin: 0 0 7px; color: var(--star-local-ink); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; }
.star-local-discovery > p { max-width: 760px; margin: 0 0 20px; color: var(--star-local-muted); }
.star-local-discovery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.star-local-discovery__card { min-width: 0; padding: 17px; border: 1px solid var(--star-local-border); border-radius: 13px; background: #fff; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.star-local-discovery__card h3 { margin: 0 0 7px; color: var(--star-local-ink); font-size: 18px; line-height: 1.25; }
.star-local-discovery__card h3 a { color: inherit; text-decoration: none; }
.star-local-discovery__card p { margin: 0; color: var(--star-local-muted); font-size: 14px; line-height: 1.5; }
.star-local-discovery__card:focus-within, .star-local-discovery__card:hover { border-color: #b8c3cf; box-shadow: 0 10px 24px rgba(18, 33, 58, .08); transform: translateY(-3px); }
.star-local-memory-intro, .star-local-city-intro { width: min(calc(100% - 32px), var(--star-local-width)); margin: clamp(28px, 4vw, 48px) auto 20px; }
.star-local-memory-intro { padding: clamp(22px, 3vw, 32px); border-radius: var(--star-local-radius-large); background: var(--star-local-accent-strong); color: #fff; }
.star-local-memory-intro__eyebrow { margin: 0 0 7px; color: #bfe6cd; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.star-local-memory-intro h2, .star-local-city-intro h1 { max-width: 850px; margin: 0 0 10px; color: inherit; font-size: clamp(28px, 3.7vw, 42px); line-height: 1.08; letter-spacing: -.03em; }
.star-local-memory-intro > p:not(.star-local-memory-intro__eyebrow) { max-width: 820px; margin: 0; color: #dce4ee; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55; }
.star-local-memory-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.star-local-memory-actions a { display: grid; gap: 5px; min-width: 0; padding: 15px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.star-local-memory-actions a:hover, .star-local-memory-actions a:focus-visible { border-color: #fff; background: rgba(255, 255, 255, .15); color: #fff; transform: translateY(-2px); }
.star-local-memory-actions strong { font-size: 17px; }
.star-local-memory-actions span { color: #dce4ee; font-size: 13px; line-height: 1.45; }
.star-local-funeral-panel { width: min(calc(100% - 32px), var(--star-local-width)); margin: clamp(24px, 4vw, 44px) auto; }
.star-local-funeral-panel .star-obituaries-widget { padding: clamp(18px, 2.6vw, 26px); box-shadow: var(--star-local-shadow); }
.star-local-city-intro { padding-block: clamp(18px, 3vw, 30px) 8px; color: var(--star-local-ink); }
.star-local-city-intro > p:last-child { max-width: 880px; color: var(--star-local-muted); line-height: 1.55; }
.star-resident-updates { margin-block: clamp(32px, 5vw, 64px); }
.star-resident-waste { margin-block: clamp(32px, 5vw, 64px); }
.star-resident-waste-page .site-content > .ast-container { display: block; max-width: none; padding-inline: 0; }
.star-resident-waste-page #primary { width: 100%; margin: 0; padding: 0; border: 0; }
.star-resident-waste-page #secondary,
.star-resident-waste-page .ast-single-post-featured-section,
.star-resident-waste-page article > .entry-header,
.star-resident-waste-page .ast-breadcrumbs-wrapper { display: none !important; }
.star-resident-waste-page article.ast-article-single { display: flex; flex-direction: column; padding: 0; background: transparent; }
.star-resident-waste-page .entry-content { order: -10; margin: 0; }
.star-resident-waste--hub { margin-block: clamp(18px, 3vw, 36px) clamp(42px, 6vw, 76px); }
.star-resident-waste__intro { position: relative; overflow: hidden; padding: clamp(28px, 5vw, 58px); border-radius: var(--star-local-radius-large); background: linear-gradient(135deg, #17231d 0%, #26362d 100%); color: #fff; box-shadow: var(--star-local-shadow); }
.star-resident-waste__intro::after { position: absolute; inset: auto -40px -70px auto; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.star-resident-waste__intro .star-local-eyebrow { color: #bfe6cd; }
.star-resident-waste__intro h1 { max-width: 850px; margin: 8px 0 14px; color: #fff; font-size: clamp(32px, 5vw, 56px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.star-resident-waste__intro > p { max-width: 760px; margin: 0; color: #e3ebe6; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.55; }
.star-resident-waste__facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.star-resident-waste__facts span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-size: 12px; font-weight: 750; }
.star-resident-waste__search-panel { margin-top: 18px; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: #fff; box-shadow: var(--star-local-shadow); }
.star-resident-waste__search-head { margin-bottom: 18px; }
.star-resident-waste__search-head h2 { margin: 4px 0 0; color: var(--star-local-ink); font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.star-resident-waste__form { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(210px, 1.4fr) minmax(100px, .55fr) minmax(170px, 1fr) minmax(150px, .8fr); gap: 14px; align-items: end; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: 18px; background: var(--star-local-soft); }
.star-resident-waste__form label { display: grid; gap: 7px; color: var(--star-local-ink); font-size: 13px; font-weight: 800; }
.star-resident-waste__form input, .star-resident-waste__form select { box-sizing: border-box; width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #b9c4d0; border-radius: 9px; background: #fff; color: var(--star-local-ink); font: inherit; font-weight: 500; }
.star-resident-waste__form input:focus, .star-resident-waste__form select:focus { border-color: var(--star-local-ink); outline: 3px solid rgba(18, 33, 58, .16); }
.star-resident-waste__form button { min-height: 48px; padding: 11px 20px; border: 0; border-radius: 9px; background: var(--star-local-accent); color: #fff; font: inherit; font-weight: 850; cursor: pointer; }
.star-resident-waste__form button:hover, .star-resident-waste__form button:focus-visible { background: var(--star-local-ink); outline: 3px solid rgba(18, 33, 58, .2); outline-offset: 2px; }
.star-resident-waste__actions { display: grid; gap: 8px; }
.star-resident-waste__form .star-resident-waste__forget { min-height: 0; padding: 5px 8px; background: transparent; color: var(--star-local-muted); font-size: 11px; font-weight: 700; text-decoration: underline; }
.star-resident-waste__form .star-resident-waste__forget:hover, .star-resident-waste__form .star-resident-waste__forget:focus-visible { background: transparent; color: var(--star-local-ink); }
.star-resident-waste__form .star-resident-waste__remember { display: flex; grid-column: 1 / -1; align-items: center; gap: 9px; font-size: 12px; font-weight: 650; }
.star-resident-waste__form .star-resident-waste__remember input { width: 18px; min-height: 18px; margin: 0; padding: 0; }
.star-resident-waste__privacy { margin: 10px 2px 0; color: var(--star-local-muted); font-size: 12px; line-height: 1.45; }
.star-resident-waste__status { min-height: 0; margin-top: 8px; color: var(--star-local-accent-strong); font-size: 12px; font-weight: 700; }
.star-resident-waste__results { margin-top: 28px; }
.star-resident-waste__results h3 { margin: 0; color: var(--star-local-ink); font-size: clamp(23px, 2.4vw, 32px); }
.star-resident-waste__results-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.star-resident-waste__calendar-link { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 15px; border: 1px solid var(--star-local-accent); border-radius: 999px; color: var(--star-local-accent-strong); font-size: 13px; font-weight: 850; text-decoration: none; }
.star-resident-waste__calendar-link:hover, .star-resident-waste__calendar-link:focus-visible { background: var(--star-local-accent); color: #fff; outline: 3px solid rgba(18,33,58,.16); outline-offset: 2px; }
.star-resident-waste__filters { display: flex; gap: 8px; margin: 16px 0 22px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
.star-resident-waste__filters button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; min-height: 42px; padding: 6px 11px; border: 1px solid var(--star-local-border); border-radius: 999px; background: #fff; color: var(--star-local-ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.star-resident-waste__filters button[aria-pressed="true"] { border-color: var(--star-local-ink); background: var(--star-local-ink); color: #fff; }
.star-resident-waste__filters button small { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(127,143,133,.14); font-size: 10px; }
.star-resident-waste__filter-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--star-waste-color,#526157); color: var(--star-waste-ink,#fff); }
.star-resident-waste__filter-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.star-resident-waste__days { display: grid; gap: 14px; }
.star-resident-waste__day { display: grid; grid-template-columns: minmax(150px,.32fr) minmax(0,1fr); gap: 18px; padding: 18px; border: 1px solid var(--star-local-border); border-radius: 16px; background: #fff; }
.star-resident-waste__day > header { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-right: 18px; border-right: 1px solid var(--star-local-border); }
.star-resident-waste__day > header time { color: var(--star-local-ink); font-size: 15px; font-weight: 850; line-height: 1.35; text-transform: capitalize; }
.star-resident-waste__day > header span { padding: 4px 8px; border-radius: 999px; background: var(--star-local-soft); color: var(--star-local-accent-strong); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.star-resident-waste__events { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.star-resident-waste__event { position: relative; display: grid; gap: 7px; min-width: 0; padding: 18px 18px 18px 24px; overflow: hidden; border: 1px solid var(--star-local-border); border-radius: 14px; background: #fff; }
.star-resident-waste__event::before { position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--star-waste-color, var(--star-local-accent)); content: ""; }
.star-resident-waste__event time { color: var(--star-local-muted); font-size: 12px; text-transform: capitalize; }
.star-resident-waste__event-heading { display: flex; align-items: center; gap: 11px; min-width: 0; }
.star-resident-waste__event-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--star-waste-color, #526157); color: var(--star-waste-ink, #fff); }
.star-resident-waste__event-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.star-resident-waste__event strong { min-width: 0; color: var(--star-local-ink); font-size: 18px; line-height: 1.2; }
.star-resident-waste__event p, .star-resident-waste__source { margin: 0; color: var(--star-local-muted); font-size: 13px; line-height: 1.45; }
.star-resident-waste__shifted { width: fit-content; padding: 3px 7px; border-radius: 999px; background: #fff3cd; color: #725600; font-size: 11px; font-weight: 800; }
.star-resident-waste__notice { padding: 18px; border-radius: 10px; background: var(--star-local-soft); color: var(--star-local-ink); }
.star-resident-waste__notice--error { border-left: 5px solid var(--star-local-accent); }
.star-resident-waste__source { margin-top: 16px; }
.star-resident-waste__guide, .star-resident-waste__related { margin-top: clamp(34px, 5vw, 64px); }
.star-resident-waste__guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.star-resident-waste__guide-grid article { position: relative; min-width: 0; padding: 22px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; }
.star-resident-waste__guide-grid article > span { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--star-local-soft); color: var(--star-local-accent-strong); font-size: 13px; font-weight: 900; }
.star-resident-waste__guide-grid h3 { margin: 0 0 8px; color: var(--star-local-ink); font-size: 19px; }
.star-resident-waste__guide-grid p { margin: 0; color: var(--star-local-muted); font-size: 14px; line-height: 1.55; }
.star-resident-waste__verification { margin: 14px 0 0; padding: 15px 17px; border-left: 4px solid var(--star-local-accent); border-radius: 0 10px 10px 0; background: var(--star-local-soft); color: var(--star-local-muted); font-size: 13px; }
.star-resident-updates__list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.star-resident-updates__item { border: 1px solid var(--star-local-border); border-radius: 14px; background: var(--star-local-surface); }
.star-resident-updates__item a { display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; color: var(--star-local-ink); text-decoration: none; }
.star-resident-updates__item a:hover, .star-resident-updates__item a:focus-visible { border-radius: 14px; outline: 3px solid var(--star-local-ink); outline-offset: 2px; }
.star-resident-updates__item span { font-weight: 750; line-height: 1.35; }
.star-resident-updates__item time { flex: 0 0 auto; color: var(--star-local-muted); font-size: 12px; }
.star-resident-updates__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 14px; color: var(--star-local-muted); font-size: 12px; }
.star-resident-updates__meta a { color: var(--star-local-accent); font-weight: 750; }
.star-local-hero__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(310px, 1fr); grid-template-rows: repeat(4, 132px); gap: 12px 18px; align-items: stretch; }
.star-local-news-home .ast-breadcrumbs-wrapper { display: none; }
.star-local-hero__grid .star-local-card--feature { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .9fr); grid-row: 1 / span 4; }
.star-local-hero__grid .star-local-card--feature .star-local-card__media { position: relative; height: auto; min-height: 0; aspect-ratio: auto; }
.star-local-hero__grid .star-local-card--feature .star-local-card__media :is(img, .star-local-card__placeholder) { position: absolute; inset: 0; width: 100%; height: 100%; }
.star-local-hero__grid .star-local-card--feature .star-local-card__body { align-content: end; padding: clamp(22px, 2.6vw, 34px); }
.star-local-hero__grid .star-local-card--compact { display: grid; min-height: 0; grid-template-columns: 132px minmax(0, 1fr); }
.star-local-hero__grid .star-local-card--compact .star-local-card__media { position: relative; height: auto; min-height: 0; aspect-ratio: auto; }
.star-local-hero__grid .star-local-card--compact .star-local-card__media :is(img, .star-local-card__placeholder) { position: absolute; inset: 0; width: 100%; height: 100%; }
.star-local-hero__grid .star-local-card--compact .star-local-card__body { align-content: center; gap: 6px; padding: 12px 14px; }
.star-local-hero__grid .star-local-card--compact h3 { display: -webkit-box; overflow: hidden; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.star-local-hero__grid .star-local-card--compact time { font-size: 11px; }
.star-local-hero__grid .star-local-card--compact p { display: none; }
.star-local-feed__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.star-local-card { --star-local-category-accent: var(--star-local-accent); min-width: 0; overflow: hidden; border: 1px solid var(--star-local-border); border-radius: 14px; background: var(--star-local-surface); box-shadow: 0 8px 22px rgba(18, 33, 58, .055); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.star-local-card:hover, .star-local-card:focus-within { border-color: #b8c3cf; box-shadow: 0 18px 38px rgba(18, 33, 58, .11); transform: translateY(-2px); }
.star-local-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--star-local-soft); }
.star-local-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.star-local-card:hover .star-local-card__media img { transform: scale(1.035); }
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait,
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas { background: linear-gradient(145deg, #16211d, #31443a); }
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait img { object-position: 50% 50%; }
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas img { object-position: 50% 50%; transform: scale(1.12); }
.star-local-hero__grid .star-local-card--feature:hover .star-local-card__media--portrait-canvas img { transform: scale(1.155); }
.star-local-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e8edf2, #f7f9fa); }
.star-local-card__body { display: grid; gap: 9px; padding: 16px; }
.star-local-feed__grid .star-local-card__body { border-top: 3px solid var(--star-local-category-accent); }
.star-local-card__category { width: fit-content; color: var(--star-local-category-accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.star-local-card__category:hover, .star-local-card__category:focus-visible { color: var(--star-local-ink); text-decoration: underline; }
.star-local-card :is(h2, h3) { margin: 0; color: var(--star-local-ink); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.22; }
.star-local-card :is(h2, h3) a { color: inherit; text-decoration: none; }
.star-local-card :is(h2, h3) a:focus-visible, .star-local-card__category:focus-visible { border-radius: 3px; outline: 3px solid var(--star-local-ink); outline-offset: 3px; }
.star-local-card p { margin: 0; color: var(--star-local-muted); font-size: 15px; line-height: 1.55; }
.star-local-card time { color: var(--star-local-muted); font-size: 12px; }
.star-local-card--compact .star-local-card__body { padding: 14px; }
.star-local-card--compact h3 { font-size: 18px; }
.star-local-card--feature :is(h2, h3) { word-break: normal; overflow-wrap: normal; hyphens: none; font-size: clamp(27px, 2.2vw, 36px); line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.star-local-card--feature .star-local-card__title--long { font-size: clamp(25px, 1.85vw, 31px); line-height: 1.1; }
.star-local-card--feature .star-local-card__title--xlong { font-size: clamp(23px, 1.65vw, 28px); line-height: 1.12; }
.star-local-card--sponsored { position: relative; border-color: #d8c58d; background: linear-gradient(180deg, #fff 0%, #fffcf3 100%); }
.star-local-card--sponsored::before { position: absolute; inset: 0 auto 0 0; z-index: 2; width: 5px; background: #b78313; content: ""; }
.star-local-card__sponsored-label { width: fit-content; color: #76520a; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.star-local-card--sponsored .star-local-card__body { padding-left: 20px; }

body.star-local-news-home > .skip-link.screen-reader-text {
	background: #fff !important;
	color: var(--star-local-accent-strong) !important;
}

body.star-local-news-home .site-footer .google-review-box div a,
body.star-local-news-home .site-footer .ast-footer-copyright a {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.star-local-news-home .star-ad__label {
	font-size: 12px;
	line-height: 1.25;
}

.star-local-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.star-local-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 12px; border: 1px solid var(--star-local-border); border-radius: 9px; color: var(--star-local-ink); text-decoration: none; }
.star-local-pagination .current { border-color: var(--star-local-accent); background: var(--star-local-accent); color: #fff; }

.star-local-article-page .site-content > .ast-container,
.star-local-article-page .site-content .ast-container,
.star-local-article-page .content-area,
.star-local-article-page .site-main { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.star-local-article { margin-block: 24px 58px; }
.star-local-article__header-wrap { max-width: 1040px; margin-inline: auto; }
.star-local-article__breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--star-local-muted); font-size: 13px; }
.star-local-article__breadcrumbs a { color: inherit; text-decoration: none; }
.star-local-article__header h1 { margin: 10px 0 14px; color: var(--star-local-ink); font-size: clamp(32px, 4.2vw, 52px); line-height: 1.08; }
.star-local-article__header > p { max-width: 820px; margin: 0; color: var(--star-local-muted); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.5; }
.star-local-article__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px; color: var(--star-local-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.star-local-article__meta a { color: inherit; }
.star-local-article__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.star-local-article__actions a, .star-local-article__actions button { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 13px; border: 1px solid var(--star-local-border); border-radius: 999px; background: #fff; color: var(--star-local-ink); font: inherit; font-size: 13px; font-weight: 750; text-decoration: none; cursor: pointer; }
.star-local-article__actions :is(a, button):hover, .star-local-article__actions :is(a, button):focus-visible { border-color: var(--star-local-accent); color: var(--star-local-accent); }
.star-local-article__context-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--star-local-muted); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.star-local-article__context-labels a, .star-local-article__context-labels > span { color: var(--star-local-accent); text-decoration: none; }
.star-local-article__featured { margin: 30px 0 0; overflow: hidden; border-radius: 18px; }
.star-local-article__featured img { display: block; width: 100%; height: auto; }
.star-local-article__featured figcaption { padding: 10px 14px; background: #eef2f6; color: var(--star-local-muted); font-size: 12px; line-height: 1.45; }
.star-local-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 330px); gap: clamp(32px, 5vw, 68px); margin-top: 42px; }
.star-local-article__content { min-width: 0; color: #26354c; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.78; }
.star-local-article__content h2 { margin-top: 1.7em; color: var(--star-local-ink); font-size: clamp(25px, 2.5vw, 34px); }
.star-local-article__content h3 { margin-top: 1.5em; color: var(--star-local-ink); font-size: clamp(21px, 2vw, 28px); }
.star-local-article__content img { max-width: 100%; height: auto; }
.star-local-article__content :where(p, li, td, th, pre, code) { overflow-wrap: anywhere; }
.star-local-article__content :where(.wp-block-table, .wp-block-embed, pre) { max-width: 100%; overflow-x: auto; }
.star-local-article__content :where(iframe, video) { max-width: 100%; }
.star-local-article__sidebar-card { position: sticky; top: 100px; padding: 22px; border: 1px solid var(--star-local-border); border-radius: 16px; background: var(--star-local-soft); }
.star-local-article__sidebar--intelligence { display: grid; align-content: start; gap: 14px; }
.star-local-article__sidebar--intelligence .star-local-article__sidebar-card { position: static; }
.star-local-article__sidebar-card--community { background: #173b35; color: #fff; }
.star-local-article__sidebar-card--community h2, .star-local-article__sidebar-card--community p { color: inherit; }
.star-local-article__sidebar-card--community p { font-size: 14px; line-height: 1.5; }
.star-local-article__sidebar-card--community a { display: inline-flex; margin-top: 8px; color: #fff; font-weight: 800; text-decoration: underline; }
.star-local-article__sidebar h2 { margin: 8px 0 18px; color: var(--star-local-ink); font-size: 24px; }
.star-local-article__sidebar ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.star-local-article__sidebar a { display: grid; gap: 3px; color: var(--star-local-ink); text-decoration: none; }
.star-local-article__sidebar a span { color: var(--star-local-muted); font-size: 11px; }
.star-local-related { margin-top: 54px; padding-top: 30px; border-top: 3px solid var(--star-local-ink); }
.star-local-related h2 { margin: 8px 0 22px; color: var(--star-local-ink); }
.star-local-related__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.star-local-related__card a { display: grid; gap: 10px; color: var(--star-local-ink); text-decoration: none; }
.star-local-related__card img, .star-local-related__card .star-local-card__placeholder { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
.star-local-related__card time { color: var(--star-local-muted); font-size: 12px; }
.star-local-related__card small { color: var(--star-local-accent); font-size: 11px; font-weight: 750; }
.star-local-related__footer { display: flex; justify-content: flex-end; margin-top: 24px; }
.star-local-related__footer a { color: var(--star-local-ink); font-weight: 800; text-decoration: none; }
.star-local-related__footer a:hover, .star-local-related__footer a:focus-visible { color: var(--star-local-accent); text-decoration: underline; }

.star-local-today { margin-block: clamp(28px, 4vw, 52px); padding: clamp(22px, 3.5vw, 36px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: linear-gradient(135deg, #fff, #f1f7f3); box-shadow: var(--star-local-shadow); }
.star-local-section-head--today { margin-bottom: 18px; border-bottom-width: 2px; }
.star-local-today__rail { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.star-local-today__card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 104px; padding: 16px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; color: var(--star-local-ink); text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.star-local-today__card:is(a):hover, .star-local-today__card:is(a):focus-visible { border-color: var(--star-local-ink); color: var(--star-local-ink); box-shadow: 0 12px 26px rgba(18, 33, 58, .1); transform: translateY(-2px); }
.star-local-today__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e3f2e8; color: var(--star-local-accent); font-size: 20px; font-weight: 900; }
.star-local-today__body { display: grid; gap: 2px; min-width: 0; }
.star-local-today__body strong { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.star-local-today__body > span { font-size: 17px; font-weight: 800; line-height: 1.25; }
.star-local-today__body small { color: var(--star-local-muted); font-size: 12px; }
.star-local-today__waste-pickups { display: flex; flex-wrap: wrap; gap: 5px 8px; margin-top: 6px; }
.star-local-today__waste-pickups[hidden] { display: none; }
.star-local-today__waste-day { display: inline-flex; align-items: center; gap: 5px; padding: 4px 6px; border-radius: 8px; background: #f4f6f4; }
.star-local-today__waste-day time { color: var(--star-local-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.star-local-today__waste-icons { display: inline-flex; gap: 4px; }
.star-local-today__waste-icon { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(18,33,58,.1); border-radius: 7px; background: var(--star-waste-color, #526157); color: var(--star-waste-ink, #fff); box-shadow: 0 1px 2px rgba(18,33,58,.12); }
.star-local-today__waste-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.star-local-today__card--no-results { background: #f8fafb; }

.star-local-context { margin-top: clamp(38px, 6vw, 68px); padding: clamp(20px, 3vw, 34px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: #f5f7f9; }
.star-local-context__location { display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 15px 18px; border-radius: var(--star-local-radius-medium); background: var(--star-local-accent-strong); color: #fff; text-decoration: none; }
.star-local-context__location > span:last-child { margin-left: auto; }
.star-local-context__location small, .star-local-context__location strong { display: block; }
.star-local-context__location small { color: #cbd5e1; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.star-local-context__location strong { margin-top: 2px; color: #fff; font-size: clamp(17px, 2vw, 22px); }
.star-local-context__pin { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--star-local-accent); color: #fff; font-size: 24px; }
.star-local-context__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 18px; }
.star-local-context__module { min-width: 0; padding: 18px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; }
.star-local-context__module h3 { margin: 0 0 14px; color: var(--star-local-ink); font-size: 19px; line-height: 1.25; }
.star-local-context__articles { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.star-local-context__articles a { display: grid; gap: 3px; color: var(--star-local-ink); text-decoration: none; }
.star-local-context__articles time { color: var(--star-local-muted); font-size: 11px; }
.star-local-context__entities { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.star-local-context__entity { display: grid; gap: 4px; min-width: 0; padding: 14px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-small); color: var(--star-local-ink); text-decoration: none; }
.star-local-context__entity > span { color: var(--star-local-accent); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.star-local-context__entity small { color: var(--star-local-muted); overflow-wrap: anywhere; }
.star-local-context__entity:hover, .star-local-context__entity:focus-visible { border-color: var(--star-local-ink); color: var(--star-local-ink); }
.star-local-context__actions { display: grid; gap: 10px; }
.star-local-context__action { display: grid; gap: 3px; padding: 14px; border-radius: var(--star-local-radius-small); background: #eef2f6; color: var(--star-local-ink); text-decoration: none; }
.star-local-context__action span { color: var(--star-local-accent); font-size: 13px; font-weight: 800; }

.star-local-article__resident-context { display: grid; gap: 12px; width: min(calc(100% - 32px), var(--star-local-width)); margin: 34px auto 0; padding: 20px; border-left: 4px solid var(--star-local-accent); background: #f3f7f4; }
.star-local-article__resident-context > div { display: flex; flex-wrap: wrap; gap: 9px; }
.star-local-article__resident-context a, .star-local-article__resident-context span { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 11px; border: 1px solid rgba(23,59,53,.16); border-radius: 999px; background: #fff; color: var(--star-local-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.star-local-life-memory { width: min(calc(100% - 32px), var(--star-local-width)); margin: 42px auto 0; padding: 26px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: linear-gradient(135deg, #fff, #f8f5f0); }
.star-local-life-memory h2 { margin: 7px 0 18px; color: var(--star-local-ink); }
.star-local-life-memory__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.star-local-life-memory__card { display: grid; gap: 5px; min-height: 116px; padding: 17px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; color: var(--star-local-ink); text-decoration: none; }
.star-local-life-memory__card > span { color: var(--star-local-accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.star-local-life-memory__card small { color: var(--star-local-muted); font-size: 12px; }
.star-local-article__sidebar .star-local-life-memory--sidebar { width: auto; margin: 0; padding: 22px; border-radius: 16px; background: linear-gradient(135deg, #fff, #f8f5f0); }
.star-local-article__sidebar .star-local-life-memory--sidebar h2 { margin: 8px 0 16px; font-size: 24px; }
.star-local-article__sidebar .star-local-life-memory--sidebar .star-local-life-memory__grid { grid-template-columns: 1fr; }
.star-local-article__sidebar .star-local-life-memory--sidebar .star-local-life-memory__card { min-height: 0; padding: 14px; }
.star-local-article__insertion { clear: both; margin-block: 28px; }

.star-local-article__adjacent { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: min(calc(100% - 32px), var(--star-local-width)); margin: 34px auto 0; }
.star-local-article__adjacent a { display: grid; gap: 6px; min-width: 0; padding: 18px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; color: var(--star-local-ink); text-decoration: none; }
.star-local-article__adjacent a:last-child { text-align: right; }
.star-local-article__adjacent span { color: var(--star-local-accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Article 2.0: a self-contained editorial canvas for the opt-in single.
 * The palette, section rhythm and cards deliberately reuse the local
 * newsroom language from the homepage while avoiding inherited single-post
 * widgets and Astra's boxed article treatment. */
body.star-local-article-page { background: #f2f6f3; }
body.star-local-article-page .site-content { background: linear-gradient(180deg, #f2f6f3 0, #fff 54%); }
body.star-local-article-page .site-content > .ast-container { display: block; }
body.star-local-article-page #content.site-content,
body.star-local-article-page #content.site-content > .ast-container,
body.star-local-article-page #primary.star-local-article-shell { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
body.star-local-article-page .star-article2 { width: 100%; margin: 0; padding: 0 0 clamp(44px, 7vw, 86px); border: 0; background: transparent; box-shadow: none; }
.star-article2__hero { position: relative; overflow: hidden; padding: clamp(26px, 5vw, 72px) 0 clamp(36px, 6vw, 80px); background: radial-gradient(circle at 86% 5%, rgba(0,148,61,.48), transparent 31%), linear-gradient(134deg, #10271c 0%, #005126 58%, #00813a 100%); color: #fff; }
.star-article2__hero::before, .star-article2__hero::after { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; pointer-events: none; }
.star-article2__hero::before { width: min(50vw, 680px); height: min(50vw, 680px); inset: -42% -12% auto auto; }
.star-article2__hero::after { width: min(28vw, 360px); height: min(28vw, 360px); inset: auto auto -22% 7%; }
.star-article2__hero-inner { position: relative; z-index: 1; width: min(calc(100% - 32px), 1220px); margin-inline: auto; }
.star-article2 .star-local-article__breadcrumbs { margin: 0 0 clamp(22px, 3vw, 34px); color: #cce3d4; }
.star-article2 .star-local-article__breadcrumbs a { color: #fff; font-weight: 700; }
/* Article 2.0 keeps the wayfinding path separate from the headline. Shared
   portal breadcrumbs are intentionally card-like; this hero needs a compact
   glass strip so it never becomes a second, wrapping title on small screens. */
body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs { display: flex !important; flex-wrap: nowrap; align-items: center; width: fit-content; max-width: 100%; min-height: 0; margin: 0 0 clamp(22px, 3vw, 34px) !important; padding: 5px 9px !important; overflow-x: auto !important; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(8,42,23,.22); box-shadow: none; color: #d7eddf; font-size: 12px !important; line-height: 1.3 !important; white-space: nowrap !important; scrollbar-width: none; }
body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs::-webkit-scrollbar { display: none; }
body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > a { flex: 0 0 auto; min-height: 32px; padding-inline: 7px; color: #fff !important; font-weight: 750; text-decoration-color: rgba(255,255,255,.5) !important; }
body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > span:not([aria-current]) { flex: 0 0 14px; width: 14px; min-width: 14px; }
body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > span:not([aria-current])::before { color: rgba(255,255,255,.68); font-size: 17px; }
.star-article2__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .33fr); gap: clamp(26px, 5vw, 76px); align-items: end; }
.star-article2__header { max-width: 840px; }
.star-article2__hero .star-local-article__context-labels { color: #d3edda; }
.star-article2__hero .star-local-article__context-labels a, .star-article2__hero .star-local-article__context-labels > span { color: #c6f1d6; }
.star-article2__hero .star-local-article__header h1 { max-width: 900px; margin: 13px 0 16px; color: #fff; font-size: clamp(38px, 5vw, 70px); line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.star-article2__hero .star-local-article__header > p { max-width: 760px; color: #e2eee6; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.48; }
.star-article2__details { display: grid; gap: 18px; padding: 18px 0 4px; border-top: 1px solid rgba(255,255,255,.27); }
.star-article2__details .star-local-article__meta { display: grid; gap: 9px; margin: 0; color: #dcece2; font-size: 11px; letter-spacing: .04em; text-transform: none; }
.star-article2__details .star-local-article__meta span { display: block; }
.star-article2__details .star-local-article__meta a { color: #fff; }
.star-article2__details .star-local-article__actions { margin: 0; }
.star-article2__details .star-local-article__actions :is(a, button) { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); color: #fff; }
.star-article2__details .star-local-article__actions :is(a, button):hover, .star-article2__details .star-local-article__actions :is(a, button):focus-visible { border-color: #fff; background: #fff; color: #005126; }
.star-article2__featured { width: min(100%, 1080px); margin: clamp(28px, 4vw, 48px) 0 0; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; box-shadow: 0 28px 50px rgba(5, 32, 17, .34); }
.star-article2__featured figcaption { padding: 11px 15px; background: #e8f0ea; color: #3f5144; }
.star-article2 :is(.featured-image-caption, .ast-single-post-featured-section) { display: none !important; }
.star-article2__ad { width: min(calc(100% - 32px), 1020px); margin-inline: auto; }
.star-article2__ad--top { margin-top: clamp(20px, 3.5vw, 44px); }
.star-article2__ad--bottom { margin-top: clamp(30px, 5vw, 68px); }
.star-article2__canvas { width: min(calc(100% - 32px), 1220px); margin: clamp(28px, 5vw, 64px) auto 0; }
.star-article2__layout { grid-template-columns: minmax(0, 760px) minmax(280px, 344px); gap: clamp(28px, 5vw, 74px); margin: 0; align-items: start; }
.star-article2__layout--with-toc { grid-template-columns: minmax(154px, .23fr) minmax(0, 1fr) minmax(260px, 300px); gap: clamp(18px, 2.5vw, 32px); }
.star-article2__toc-rail { position: sticky; top: calc(var(--star-portal-sticky-stack-height, 132px) + 18px); align-self: start; }
.star-article2__toc { display: grid; gap: 10px; padding: 16px 0 18px; border-top: 3px solid #00943d; border-bottom: 1px solid #cfe0d4; }
.star-article2__toc > strong { color: #173b25; font-size: 17px; line-height: 1.15; letter-spacing: -.02em; }
.star-article2__toc ol { display: grid; gap: 4px; margin: 2px 0 0; padding: 0; list-style: none; }
.star-article2__toc-item a { display: block; padding: 7px 8px; border-left: 2px solid transparent; color: #557060; font-size: 12px; font-weight: 750; line-height: 1.28; text-decoration: none; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.star-article2__toc-item--level-3 a { margin-left: 9px; font-size: 11px; }
.star-article2__toc-item a:hover, .star-article2__toc-item a:focus-visible, .star-article2__toc-item a.is-active { border-left-color: #00943d; background: #edf7ef; color: #006b2d; }
.star-article2__content { padding: clamp(24px, 4vw, 54px); border: 1px solid #dce8df; border-radius: 22px; background: #fff; box-shadow: 0 16px 36px rgba(18, 47, 30, .07); color: #253a2d; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.82; }
.star-article2__reading-cue { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #005126; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.star-article2__reading-cue span { display: inline-block; width: 32px; height: 3px; background: #00943d; }
.star-article2__content > :first-child { margin-top: 0; }
.star-article2__content > :last-child { margin-bottom: 0; }
body.single-post .star-article2__content :is(p, li, blockquote) { text-align: justify; text-justify: inter-word; hyphens: auto; -webkit-hyphens: auto; }
.star-article2__content p:not(.article-author) { margin-block: 0 1.35em; }
.star-article2__content .article-author { text-align: left; }
.star-article2__content .branda-author-box { display: none !important; }
.star-article2__content .star-server-views { display: none !important; }
.star-article2__content h2 { margin-top: 1.8em; color: #173b25; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.1; letter-spacing: -.025em; }
.star-article2__content h3 { color: #173b25; line-height: 1.2; }
.star-article2__content a { color: #006b2d; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.star-article2__content .star-article2__sources-title { margin: 2.2em 0 .7em; color: #466354; font-size: 15px; font-weight: 850; letter-spacing: .025em; line-height: 1.25; text-transform: uppercase; }
.star-article2__content .star-article2__sources-title + :is(ul, ol) { display: grid; gap: 8px; margin: 0; padding: 14px 16px 14px 31px; border: 1px solid #dbe8df; border-left: 3px solid #8ab99a; border-radius: 0 12px 12px 0; background: #f8fbf9; color: #587063; font-size: 14px; line-height: 1.45; }
.star-article2__content .star-article2__sources-title + :is(ul, ol) li { margin: 0; padding-left: 2px; }
.star-article2__content .star-article2__sources-title + :is(ul, ol) a { color: #315d42; font-weight: 700; text-decoration-color: #91bfa0; }
.star-article2__content blockquote { margin: 1.8em 0; padding: 18px 20px; border-left: 4px solid #00943d; border-radius: 0 12px 12px 0; background: #f1f7f3; color: #173b25; font-size: 1.08em; }
.star-article2__content .star-local-article__resident-context { width: auto; margin: 38px 0 0; border-radius: 14px; }
.star-article2 .star-local-article__sidebar--intelligence { align-self: stretch; gap: 14px; }
.star-article2 .star-local-article__sidebar-ad--sticky { position: sticky; top: calc(var(--star-portal-sticky-stack-height, 132px) + 18px); align-self: start; }
.star-article2 .star-local-article__sidebar-card, .star-article2 .star-local-life-memory--sidebar { border-color: #d5e5da; border-radius: 18px; box-shadow: 0 10px 24px rgba(18, 47, 30, .05); }
.star-article2 .star-local-article__sidebar-card--community { background: linear-gradient(135deg, #123c26, #006b2d); }
.star-article2 .star-local-article__sidebar-card h2, .star-article2 .star-local-life-memory--sidebar h2 { font-size: 21px; letter-spacing: -.02em; }
.star-article2 .star-local-article__sidebar a { padding: 10px 0; border-bottom: 1px solid #dce8df; }
.star-article2 .star-local-article__sidebar li:last-child a { border-bottom: 0; }
.star-article2 .star-local-article__sidebar-card ul a { grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 11px; }
.star-article2 .star-local-article__sidebar-thumbnail { display: block; width: 76px; height: 58px; overflow: hidden; border-radius: 9px; background: linear-gradient(135deg, #c9dfce, #95bf9f); }
.star-article2 .star-local-article__sidebar-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.star-article2 .star-local-article__sidebar-thumbnail--placeholder { background: linear-gradient(135deg, #d5e7d9 0%, #a6c9ad 52%, #e9f3eb 52%, #e9f3eb 100%); }
.star-article2 .star-local-article__sidebar-copy { display: grid; gap: 4px; min-width: 0; }
.star-article2 .star-local-article__sidebar-copy time { color: #698071; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.star-article2 .star-local-article__sidebar-copy strong { color: #173b25; font-size: 14px; line-height: 1.22; }
.star-article2 .star-local-article__sidebar-card--almanac { display: grid; gap: 13px; }
.star-article2 .star-local-article__sidebar-card--almanac h2 { margin-bottom: 0; }
.star-article2 .star-local-article__archive-date { display: grid; gap: 4px; padding: 0 0 12px; border-bottom: 1px solid #dce8df; }
.star-article2 .star-local-article__archive-date time { color: #698071; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.star-article2 .star-local-article__archive-date strong { color: #173b25; font-size: 14px; line-height: 1.28; }
.star-article2 .star-local-article__archive-list { display: grid; gap: 0; margin: -2px 0 0; padding: 0; list-style: none; }
.star-article2 .star-local-article__sidebar-card--almanac .star-local-article__archive-list a { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 10px; padding: 9px 0; }
.star-article2 .star-local-article__archive-thumbnail { display: block; width: 72px; height: 54px; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg, #c9dfce, #95bf9f); }
.star-article2 .star-local-article__archive-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.star-article2 .star-local-article__archive-thumbnail--placeholder { background: linear-gradient(135deg, #d5e7d9 0%, #a6c9ad 52%, #e9f3eb 52%, #e9f3eb 100%); }
.star-article2 .star-local-article__archive-list strong { color: #173b25; font-size: 13px; line-height: 1.24; }
.star-article2 .star-local-article__archive-more { display: inline-flex !important; width: max-content; max-width: 100%; min-height: 0 !important; padding: 2px 0 0 !important; border: 0 !important; color: #006b2d !important; font-size: 12px; font-weight: 850; }
.star-article2 .star-local-article__archive-directory { display: inline-flex !important; width: max-content; max-width: 100%; min-height: 0 !important; padding: 9px 12px !important; border: 1px solid #bcd8c3 !important; border-radius: 9px; background: #f5faf6; color: #174c2c !important; font-size: 12px; font-weight: 850; line-height: 1.2; }
.star-article2 .star-local-article__archive-directory:hover, .star-article2 .star-local-article__archive-directory:focus-visible { border-color: #007b32 !important; background: #e9f5ec; color: #006b2d !important; }
.star-article2__below { width: min(calc(100% - 32px), 1220px); margin: 0 auto; }
.star-article2__below .star-local-related { width: 100%; margin-top: clamp(52px, 7vw, 86px); padding: clamp(26px, 3.5vw, 42px); border: 1px solid #dce8df; border-top: 4px solid #006b2d; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(18, 47, 30, .05); }
.star-article2__below .star-local-related h2 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.star-article2__below .star-local-related__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.star-article2__below .star-local-related__card { min-width: 0; }
.star-article2__below .star-local-related__card a { height: 100%; padding: 0 0 12px; border: 1px solid #dce8df; border-radius: 13px; overflow: hidden; background: #fff; }
.star-article2__below .star-local-related__card :is(strong, small, time) { margin-inline: 13px; }
.star-article2__below .star-local-related__card img, .star-article2__below .star-local-related__card .star-local-card__placeholder { border-radius: 0; }
.star-article2-inline-related { margin: 38px 0; padding: 20px; border: 1px solid #d6e5da; border-radius: 16px; background: linear-gradient(135deg, #f7faf7, #eef6f0); }
.star-article2-inline-related header { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.star-article2-inline-related header > span { width: 28px; height: 3px; flex: 0 0 28px; border-radius: 999px; background: #00943d; box-shadow: none; }
.star-article2-inline-related h2 { margin: 0; color: #173b25; font-size: 14px; line-height: 1.2; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.star-article2-inline-related__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.star-article2-inline-related__card { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; min-width: 0; align-items: center; padding: 7px; border: 1px solid rgba(17, 54, 34, .09); border-radius: 12px; background: #fff; color: #173b25 !important; text-decoration: none !important; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.star-article2-inline-related__card:hover, .star-article2-inline-related__card:focus-visible { border-color: #00943d; box-shadow: 0 10px 22px rgba(16, 64, 34, .1); transform: translateY(-1px); }
.star-article2-inline-related__card img, .star-article2-inline-related__placeholder { display: block; width: 104px; height: 68px; border-radius: 8px; background: linear-gradient(135deg, #cae1d0, #8ec2a0); object-fit: cover; }
.star-article2-inline-related__card span { display: grid; gap: 5px; min-width: 0; }
.star-article2-inline-related__card strong { color: #173b25; font-size: 14px; line-height: 1.25; text-align: left; text-justify: auto; }
.star-article2-inline-related__card small { color: #0b7234; font-size: 11px; font-weight: 750; line-height: 1.25; }
.star-article2-engagement { display: grid; gap: 16px; margin-top: 34px; padding-top: 0; color: #173b25; }
.star-article2-engagement__author { display: flex; align-items: center; gap: 14px; min-width: 0; padding-bottom: 24px; border-bottom: 1px solid #e1ebe4; }
.star-article2-engagement__avatar { display: block; width: 64px; height: 64px; flex: 0 0 64px; border: 3px solid #f5bf17; border-radius: 50%; background: #dfece2; object-fit: cover; }
.star-article2-engagement__avatar--initial { display: grid; place-items: center; color: #173b25; font-size: 24px; font-weight: 850; }
.star-article2-engagement__author > div { display: grid; gap: 3px; min-width: 0; }
.star-article2-engagement__author span { color: #607566; font-size: 12px; font-weight: 750; }
.star-article2-engagement__author strong { color: #173b25; font-size: 18px; line-height: 1.15; }
.star-article2-engagement__author small { color: #466354; font-size: 12px; line-height: 1.3; }
.star-article2-engagement__author-byline { margin-top: 2px; color: #607566 !important; font-size: 12px !important; font-weight: 650 !important; }
.star-article2-engagement__author a { width: max-content; max-width: 100%; color: #006b2d; font-size: 13px; font-weight: 800; text-decoration: none; }
.star-article2-engagement__author a:hover, .star-article2-engagement__author a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.star-article2-engagement__author-more { display: grid; gap: 12px; padding: 2px 0 20px; border-bottom: 1px solid #e1ebe4; }
.star-article2-engagement__author-more header { display: grid; gap: 3px; }
.star-article2-engagement__author-more h2 { margin: 0; color: #173b25; font-size: 20px; line-height: 1.18; letter-spacing: -.02em; }
.star-article2-engagement__author-more > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.star-article2-engagement__author-more article { min-width: 0; overflow: hidden; border: 1px solid #dce9df; border-radius: 11px; background: #fff; }
.star-article2-engagement__author-more a { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-height: 100%; color: #173b25; text-align: left; text-decoration: none !important; hyphens: manual !important; -webkit-hyphens: manual !important; overflow-wrap: normal; }
.star-article2-engagement__author-more :is(img, .star-article2-engagement__author-more-placeholder) { display: block; width: 100%; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #e2eee5, #bfd7c5); object-fit: cover; }
.star-article2-engagement__author-more strong { display: -webkit-box; padding: 10px 10px 4px; overflow: hidden; color: inherit; font-size: 13px; font-weight: 750; line-height: 1.32; text-decoration: none !important; text-overflow: ellipsis; word-break: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.star-article2-engagement__author-more time { display: block; padding: 4px 10px 10px; color: #68796d; font-size: 10px; font-weight: 700; line-height: 1.2; text-decoration: none !important; }
.star-article2-engagement__author-more a :is(strong, time) { text-decoration: none !important; }
.star-article2-engagement__author-more a:hover, .star-article2-engagement__author-more a:focus-visible { background: #f3faf5; color: #006b2d; }
.star-article2-engagement__author-more a:focus-visible { outline: 3px solid rgba(0,107,45,.25); outline-offset: -3px; }
.star-article2-engagement__share { display: grid; gap: 15px; padding: 20px; border: 1px solid #d6e5da; border-top: 3px solid #008638; border-radius: 16px; background: #fff; box-shadow: 0 10px 26px rgba(16,64,34,.045); }
.star-article2-engagement__share > div { display: grid; gap: 5px; }
.star-article2-engagement__share h2 { margin: 0; color: #173b25; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.1; letter-spacing: -.025em; }
.star-article2-engagement__share p { margin: 0; color: #587063; font-size: 14px; line-height: 1.4; }
.star-article2-engagement .star-local-article__actions { display: grid; grid-template-columns: minmax(144px, 1fr) max-content repeat(4, 42px); align-items: center; gap: 8px; margin: 0; }
.star-article2-engagement .star-local-article__actions :is(a, button) { display: inline-flex; min-width: 0; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 8px 12px; border-color: #bdd7c5; background: #fff; color: #173b25; font-size: 13px; }
.star-article2-icon { display: block; width: 18px; height: 18px; flex: 0 0 18px; }
.star-article2-engagement .star-local-article__share--primary { border-color: #007b32 !important; background: #007b32 !important; color: #fff !important; }
.star-article2-engagement .star-local-article__share--primary { font-weight: 850; }
.star-article2-engagement .star-local-article__share--social { width: 42px; min-width: 42px; padding: 0 !important; border-radius: 50%; }
.star-article2-engagement .star-local-article__share--social .star-article2-icon { width: 18px; height: 18px; }
.star-article2-engagement .star-local-article__share--facebook { color: #1877f2 !important; }
.star-article2-engagement .star-local-article__share--x { color: #111 !important; }
.star-article2-engagement .star-local-article__share--linkedin { color: #0a66c2 !important; }
.star-article2-engagement .star-local-article__share--whatsapp { color: #1fa855 !important; }
.star-article2-engagement .star-local-article__actions :is(a, button):hover, .star-article2-engagement .star-local-article__actions :is(a, button):focus-visible { border-color: #007b32; background: #e6f4e9; color: #005f28; }
.star-article2-engagement .star-local-article__share--primary:hover, .star-article2-engagement .star-local-article__share--primary:focus-visible { background: #005f28 !important; color: #fff !important; }
.star-article2-engagement__topics { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 12px; padding: 0 0 2px; border: 0; }
.star-article2-engagement__topics > span { padding-top: 7px; color: #173b25; font-size: 13px; font-weight: 850; }
.star-article2-engagement__topics > div { display: flex; flex-wrap: wrap; gap: 7px; }
.star-article2-engagement__topics a { display: inline-flex; min-height: 32px; align-items: center; padding: 5px 11px; border: 1px solid #d2e1d6; border-radius: 999px; color: #245139; font-size: 12px; font-weight: 800; line-height: 1.15; text-decoration: none; }
.star-article2-engagement__topics a:hover, .star-article2-engagement__topics a:focus-visible { border-color: #00943d; color: #006b2d; background: #f2faf4; }
.star-article2-engagement__follow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.star-article2-engagement__follow :is(.star-article2-engagement__google-news, .star-article2-engagement__ios-push) { min-width: 0; height: 100%; }
.star-article2-engagement__follow:has(.star-article2-engagement__ios-push[hidden]) .star-article2-engagement__google-news { grid-column: 1 / -1; }
.star-article2-engagement__reactions { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px 16px; margin-top: 16px; padding: 18px 20px; border: 1px solid #d6e5da; border-top: 3px solid #008638; border-radius: 16px; background: #fff; box-shadow: 0 10px 26px rgba(16,64,34,.04); }
.star-article2-engagement__reactions > div:first-child { display: grid; gap: 2px; }
.star-article2-engagement__reactions h2 { margin: 0; color: #173b25; font-size: 18px; line-height: 1.2; letter-spacing: -.015em; }
.star-article2-engagement__reactions .star-local-eyebrow { font-size: 10px; }
.star-article2-engagement__reaction-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.star-article2-engagement__reaction-buttons button { display: inline-flex; align-items: center; gap: 4px; min-height: 38px; padding: 5px 8px; border: 1px solid #d6e5da; border-radius: 999px; background: #fff; color: #214a32; font: 800 12px/1 inherit; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.star-article2-engagement__reaction-buttons button:hover, .star-article2-engagement__reaction-buttons button:focus-visible, .star-article2-engagement__reaction-buttons button.is-selected { border-color: #008638; background: #008638; color: #fff; transform: translateY(-1px); }
.star-article2-engagement__reaction-buttons button:disabled { cursor: default; opacity: .82; transform: none; }
.star-article2-engagement__reaction-emoji { font-size: 18px; }
.star-article2-engagement__reaction-label { display: none; }
.star-article2-engagement__reaction-count { min-width: 11px; color: #17683a; font-size: 11px; }
.star-article2-engagement__reaction-buttons button:is(:hover, :focus-visible, .is-selected) .star-article2-engagement__reaction-count { background: rgba(255,255,255,.22); color: #fff; }
.star-article2-engagement__reaction-status { grid-column: 1 / -1; min-height: 0; margin: 0; color: #587063; font-size: 12px; font-weight: 700; }
.star-article2-engagement__google { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid #d6e5da; border-top: 3px solid #008638; border-radius: 16px; background: #fff; box-shadow: 0 10px 26px rgba(16,64,34,.045); }
.star-article2-engagement__google-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: #fff; box-shadow: 0 4px 12px rgba(18,47,30,.09); }
.star-article2-engagement__google-mark .star-article2-icon { width: 27px; height: 27px; }
.star-article2-engagement__google-main { display: grid; min-width: 0; gap: 4px; }
.star-article2-engagement__google h2 { margin: 0; color: #173b25; font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.star-article2-engagement__google p { margin: 0; color: #587063; font-size: 13px; line-height: 1.4; }
.star-article2-engagement__google > a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 9px 14px; border-radius: 999px; background: #006b2d; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.star-article2-engagement__google > a:hover, .star-article2-engagement__google > a:focus-visible { background: #173b25; color: #fff; }
.star-article2-engagement__google-score { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 3px; }
.star-article2-engagement__google-score strong { color: #173b25; font-size: 18px; }
.star-article2-engagement__google-stars { color: #d38d00; font-size: 16px; letter-spacing: .06em; }
.star-article2-engagement__google-score > span:last-child { color: #587063; font-size: 12px; font-weight: 700; }
.star-article2-engagement__google-reviews { display: grid; grid-column: 1 / -1; gap: 8px; margin-top: 2px; padding-top: 15px; border-top: 1px solid #dce9df; }
.star-article2-engagement__google-reviews-label { color: #587063; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.star-article2-engagement__google-reviews > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.star-article2-engagement__google-review { display: grid; align-content: start; gap: 6px; min-width: 0; padding: 13px; border: 1px solid #dce9df; border-radius: 12px; background: #f8fbf9; }
.star-article2-engagement__google-review-stars { color: #d38d00; font-size: 12px; letter-spacing: .04em; }
.star-article2-engagement__google-review blockquote { margin: 0; color: #294838; font-size: 12px; font-style: normal; font-weight: 700; line-height: 1.36; text-align: left; text-justify: auto; hyphens: manual; -webkit-hyphens: manual; }
.star-article2-engagement__google-review footer { display: grid; gap: 2px; color: #5f7365; font-size: 11px; line-height: 1.2; }
.star-article2-engagement__google-review footer strong { color: #173b25; font-size: inherit; }
.star-article2-engagement__google-read { display: inline-flex; grid-column: 1 / -1; justify-self: start; align-items: center; gap: 5px; margin-top: -1px; color: #006b2d; font-size: 12px; font-weight: 850; text-decoration: none; }
.star-article2-engagement__google-read .star-article2-icon { width: 14px; height: 14px; }
.star-article2-engagement__google-read:hover, .star-article2-engagement__google-read:focus-visible { color: #173b25; text-decoration: underline; text-underline-offset: 3px; }
.star-article2-engagement__google-news { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid #d6e5da; border-top: 3px solid #008638; border-radius: 16px; background: linear-gradient(135deg, #fbfdfb 0%, #f0f8f2 100%); box-shadow: 0 10px 26px rgba(16,64,34,.045); }
.star-article2-engagement__google-news-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: #fff; box-shadow: 0 4px 12px rgba(18,47,30,.09); }
.star-article2-engagement__google-news-mark .star-article2-icon { width: 27px; height: 27px; color: #007b32; }
.star-article2-engagement__google-news > div { display: grid; min-width: 0; gap: 4px; }
.star-article2-engagement__google-news h2 { margin: 0; color: #173b25; font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.star-article2-engagement__google-news p { margin: 0; color: #587063; font-size: 13px; line-height: 1.4; }
.star-article2-engagement__google-news > a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 9px 14px; border: 1px solid #bdd7c5; border-radius: 999px; background: #fff; color: #006b2d; font-size: 13px; font-weight: 850; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.star-article2-engagement__google-news > a > :is(span, .star-article2-icon) { color: inherit !important; }
.star-article2-engagement__google-news > a:hover, .star-article2-engagement__google-news > a:focus-visible { border-color: #006b2d; background: #006b2d; color: #fff !important; transform: translateY(-1px); }
.star-article2-engagement__google-news > a:is(:hover, :focus-visible) > :is(span, .star-article2-icon) { color: #fff !important; }
.star-article2-engagement__ios-push { display: grid; gap: 16px; padding: 20px; border: 1px solid #d6e5da; border-top: 3px solid #006b32; border-radius: 16px; background: #fff; box-shadow: 0 10px 26px rgba(16,64,34,.045); }
.star-article2-engagement__ios-push[hidden] { display: none; }
.star-article2-engagement__ios-push-head { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 13px; }
.star-article2-engagement__ios-push-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: #edf7ef; color: #006b32; }
.star-article2-engagement__ios-push-mark .star-article2-icon { width: 26px; height: 26px; }
.star-article2-engagement__ios-push-head > div { display: grid; min-width: 0; gap: 3px; }
.star-article2-engagement__ios-push-logo { display: block; width: min(164px, 100%); max-height: 26px; margin: 0 0 4px; object-fit: contain; object-position: left center; }
.star-article2-engagement__ios-push h2 { margin: 0; color: #173b25; font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.star-article2-engagement__ios-push p { margin: 0; color: #587063; font-size: 13px; line-height: 1.45; }
.star-article2-engagement__ios-push-steps { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.star-article2-engagement__ios-push-steps li { display: grid; grid-template-columns: 27px minmax(0, 1fr); align-items: center; gap: 10px; min-width: 0; padding: 10px 11px; border: 1px solid #e1ebe3; border-radius: 11px; background: #f9fcfa; }
.star-article2-engagement__ios-push-steps li > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #006b32; color: #fff; font-size: 12px; font-weight: 900; }
.star-article2-engagement__ios-push-steps div { display: grid; gap: 2px; min-width: 0; }
.star-article2-engagement__ios-push-steps strong { color: #173b25; font-size: 13px; line-height: 1.25; }
.star-article2-engagement__ios-push-steps small { color: #587063; font-size: 12px; line-height: 1.35; }
.star-article2-engagement__ios-push-standalone { padding: 11px 12px; border-radius: 11px; background: #edf7ef; }
.star-article2-engagement__ios-push button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 42px; padding: 9px 14px; border: 1px solid #006b2d; border-radius: 999px; background: #006b2d; color: #fff; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.star-article2-engagement__ios-push button[hidden] { display: none !important; }
.star-article2-engagement__ios-push button:hover, .star-article2-engagement__ios-push button:focus-visible { border-color: #173b25; background: #173b25; color: #fff; transform: translateY(-1px); }
.star-article2-engagement__ios-push button:disabled { cursor: wait; opacity: .72; transform: none; }
.star-article2-comments { margin-top: 18px; overflow: hidden; border: 1px solid #d6e5da; border-top: 3px solid #008638; border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(16,64,34,.055); color: #253a2d; }
.star-article2-comments__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 22px 28px 20px; border-bottom: 1px solid #dbe9df; background: linear-gradient(135deg, #fbfdfb 0%, #f1f8f3 100%); }
.star-article2-comments__heading { min-width: 0; }
.star-article2-comments .star-local-eyebrow { display: block; color: #007b32; }
.star-article2-comments h2 { margin: 5px 0 4px; color: #173b25; font-size: clamp(22px, 2.5vw, 28px); letter-spacing: -.03em; }
.star-article2-comments__heading > p { max-width: 530px; margin: 0; color: #5b7061; font-size: 14px; line-height: 1.48; }
.star-article2-comments__count { display: flex; flex: 0 0 auto; align-items: baseline; gap: 5px; margin: 0; padding: 8px 10px; border: 1px solid #cfe2d4; border-radius: 999px; background: #fff; color: #587063; line-height: 1; white-space: nowrap; }
.star-article2-comments__count strong { color: #007b32; font-size: 19px; letter-spacing: -.04em; }
.star-article2-comments__count span { font-size: 11px; font-weight: 800; }
.star-article2-comments__list { display: grid; gap: 10px; margin: 0; padding: 18px 28px; list-style: none; }
.star-article2-comment { margin: 0; list-style: none; }
.star-article2-comment__card { padding: 14px 16px; border: 1px solid #dce9df; border-radius: 13px; background: #fff; }
.star-article2-comment__header { display: flex; align-items: center; gap: 10px; }
.star-article2-comment__avatar { display: block; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; }
.star-article2-comment__header > div { display: grid; gap: 2px; min-width: 0; }
.star-article2-comment__header strong { color: #173b25; font-size: 14px; line-height: 1.2; }
.star-article2-comment__header time { color: #68796d; font-size: 11px; line-height: 1.3; }
.star-article2-comment__content { margin: 10px 0 0 50px; color: #344c3e; font-size: 15px; line-height: 1.5; }
.star-article2-comment__content > :first-child { margin-top: 0; }
.star-article2-comment__content > :last-child { margin-bottom: 0; }
.star-article2-comment__actions { margin: 10px 0 0 50px; }
.star-article2-comment__actions .comment-reply-link { color: #006b2d; font-size: 12px; font-weight: 850; text-decoration: none; }
.star-article2-comment__actions .comment-reply-link:hover, .star-article2-comment__actions .comment-reply-link:focus-visible { color: #173b25; text-decoration: underline; text-underline-offset: 3px; }
.star-article2-comments__list .children { display: grid; gap: 10px; margin: 10px 0 0 24px; padding: 0; list-style: none; }
.star-article2-comments__form { padding: 22px 28px 26px; border-top: 1px solid #dbe9df; border-radius: 0; background: #fff; color: #253a2d; }
.star-article2-comments .comment-respond { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.star-article2-comments__form .comment-reply-title { margin: 0 0 4px; color: #173b25; font-size: 21px; letter-spacing: -.025em; }
.star-article2-comments__form .comment-notes { margin: 0 0 14px; color: #5b7061; font-size: 13px; line-height: 1.5; }
.star-article2-comments__form .comment-form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 0; }
.star-article2-comments__form .comment-form > :is(p, div) { min-width: 0; margin: 0; }
.star-article2-comments__form .logged-in-as { padding: 12px 14px; border: 1px solid #dce9df; border-radius: 11px; background: #f7fbf8; color: #536b5b; font-size: 13px; line-height: 1.5; }
.star-article2-comments__form .logged-in-as a { color: #006b2d; font-weight: 800; }
.star-article2-comments__form .required-field-message { color: #708175; font-size: 12px; }
.star-article2-comments__form .comment-form-comment, .star-article2-comments__form .comment-form-author { display: grid; gap: 7px; }
.star-article2-comments__form label { color: #284535; font-size: 13px; font-weight: 850; }
.star-article2-comments__form .required { color: #008638; }
.star-article2-comments__form :is(input[type="text"], textarea) { box-sizing: border-box; width: 100%; margin: 0; border: 1px solid #b8cdbd; border-radius: 10px; background: #fff; color: #173b25; font: inherit; line-height: 1.48; box-shadow: none; }
.star-article2-comments__form :is(input[type="text"], textarea)::placeholder { color: #8b9a8f; opacity: 1; }
.star-article2-comments__form :is(input[type="text"], textarea):focus { border-color: #006b2d; outline: 3px solid rgba(0,148,61,.16); outline-offset: 1px; }
.star-article2-comments__form input[type="text"] { min-height: 48px; padding: 10px 12px; }
.star-article2-comments__form textarea { min-height: 140px; padding: 13px 14px; resize: vertical; }
.star-article2-comments__form .comment-form-regulamin-consent, .star-article2-comments__form .comment-form-cookie-consent { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border: 1px solid #dce9df; border-radius: 10px; background: #f9fcfa; color: #476151; font-size: 12px; font-weight: 650; line-height: 1.42; }
.star-article2-comments__form .comment-form-regulamin-consent input, .star-article2-comments__form .comment-form-cookie-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: #008638; }
.star-article2-comments__form .comment-form-regulamin-consent label, .star-article2-comments__form .comment-form-cookie-consent label { color: inherit; font: inherit; }
.star-article2-comments__form .g-recaptcha { margin: 2px 0 0; }
.star-article2-comments__form .comment-form-ip-notice { padding-top: 10px; border-top: 1px solid #e2ece4; color: #68796d; font-size: 11px; line-height: 1.46; }
.star-article2-comments__form .comment-form-regulamin-consent a, .star-article2-comments__form .comment-form-cookie-consent a, .star-article2-comments__form .comment-form-ip-notice a { color: #006b2d; font-weight: 800; }
.star-article2-comments__form .form-submit { margin-top: 4px !important; }
.star-article2-comments__form .submit { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 9px; background: #006b2d; color: #fff; font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; box-shadow: 0 6px 14px rgba(0,107,45,.16); }
.star-article2-comments__form .submit:hover, .star-article2-comments__form .submit:focus-visible { background: #173b25; outline: 3px solid rgba(0,148,61,.26); outline-offset: 2px; }
/* Editorial paragraphs retain justified reading text. Interface modules do not:
 * it makes short labels, cards and consent copy hard to scan on small screens. */
.star-article2 :is(.star-article2-engagement, .star-article2-comments, .star-article2__below, .star-article2-inline-related, .star-local-article__sidebar) :is(p, li, blockquote, label, small) { text-align: left !important; text-justify: auto; hyphens: manual; -webkit-hyphens: manual; overflow-wrap: normal; }
.star-article2__below .star-local-today { width: 100%; }

@media (max-width: 1180px) {
	.star-article2__layout--with-toc { grid-template-columns: minmax(0, 760px) minmax(270px, 320px); gap: clamp(28px, 4vw, 56px); }
	.star-article2__toc-rail { display: none; }
}

@media (max-width: 980px) {
	.star-article2__hero-grid, .star-article2__layout { grid-template-columns: 1fr; }
	.star-article2__details { max-width: 620px; }
	.star-article2__content { padding: clamp(22px, 5vw, 38px); }
	.star-article2 .star-local-article__sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.star-article2 .star-local-article__sidebar > * { min-width: 0; }
	.star-article2 .star-local-article__sidebar--intelligence { align-self: auto; }
	.star-article2 .star-local-article__sidebar-ad--sticky { position: static; }
}

@media (max-width: 640px) {
	body.star-local-article-page .site-content { background: #f2f6f3; }
	.star-article2__hero { padding-block: 20px 38px; }
	.star-article2__hero-inner, .star-article2__canvas, .star-article2__below { width: min(calc(100% - 16px), 1220px); }
	body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs { width: 100%; margin-bottom: 20px !important; padding: 3px 5px !important; font-size: 11px !important; }
	body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > a { min-height: 32px; padding-inline: 5px; }
	body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > a:first-of-type { display: inline-flex; justify-content: center; width: 32px; padding: 0; font-size: 0; }
	body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > a:first-of-type::before { width: 16px; height: 16px; margin-right: 0; }
	body.star-portal-navigation .star-article2 .star-local-article__breadcrumbs > span:not([aria-current]) { flex-basis: 12px; width: 12px; min-width: 12px; }
	.star-article2__hero .star-local-article__header h1 { font-size: clamp(34px, 10.2vw, 48px); line-height: 1.02; }
	.star-article2__hero .star-local-article__header > p { font-size: 16px; }
	.star-article2__featured { margin-top: 28px; border-radius: 14px; }
	.star-article2__ad { width: min(calc(100% - 16px), 1020px); }
	.star-article2__canvas { margin-top: 22px; }
	/* One mobile rhythm across editorial singles: use the available viewport
	 * while retaining a touch-safe card edge. Justification remains reserved
	 * for regular WordPress posts, matching the portal's editorial convention. */
	.star-article2__content { padding: 22px 18px 28px; border-radius: 14px; font-size: 17px; line-height: 1.68; }
	body.single-post .star-article2__content :is(p, li, blockquote) { text-align: justify; text-justify: inter-word; hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }
	.star-article2__content h2 { margin-top: 1.65em; font-size: clamp(25px, 7.2vw, 31px); }
	.star-article2__content blockquote { padding: 16px; }
	.star-article2 .star-local-article__sidebar { grid-template-columns: 1fr; }
	.star-article2__below .star-local-related { padding: 20px; border-radius: 15px; }
	.star-article2__below .star-local-related__grid { grid-template-columns: 1fr; }
	.star-article2-inline-related { padding: 16px; }
	.star-article2-inline-related__grid { grid-template-columns: 1fr; }
	.star-article2-engagement { gap: 20px; margin-top: 40px; padding-top: 24px; }
	.star-article2-engagement__author-more { gap: 10px; padding-bottom: 18px; }
	.star-article2-engagement__author-more > div { grid-template-columns: 1fr; gap: 8px; }
	.star-article2-engagement__author-more a { grid-template-columns: 92px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 10px; align-items: start; }
	.star-article2-engagement__author-more :is(img, .star-article2-engagement__author-more-placeholder) { grid-row: 1 / span 2; height: 64px; aspect-ratio: auto; border-radius: 0; }
	.star-article2-engagement__author-more strong { align-self: end; padding: 9px 10px 0 0; font-size: 13px; -webkit-line-clamp: 2; }
	.star-article2-engagement__author-more time { align-self: start; padding: 3px 10px 9px 0; }
	.star-article2-engagement__topics { grid-template-columns: 1fr; gap: 7px; }
	.star-article2-engagement__topics > span { padding-top: 0; }
	.star-article2-engagement__share { padding: 18px; }
	.star-article2-engagement__follow { grid-template-columns: 1fr; gap: 14px; }
	.star-article2-engagement .star-local-article__actions { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }
	.star-article2-engagement .star-local-article__share--primary { grid-column: 1 / -1; }
	.star-article2-engagement .star-local-article__share--copy { grid-column: span 2; min-width: 0; min-height: 42px; padding-inline: 10px; border-radius: 12px; font-size: 12px; line-height: 1.2; }
	.star-article2-engagement .star-local-article__share--social { grid-column: span 1; width: auto; min-width: 0; min-height: 42px; }
	.star-article2-engagement__reactions { grid-template-columns: 1fr; }
	.star-article2-engagement__reaction-buttons { justify-content: flex-start; }
	.star-article2-engagement__google { grid-template-columns: 42px minmax(0, 1fr); padding: 18px; }
	.star-article2-engagement__google > a { grid-column: 1 / -1; width: 100%; }
	.star-article2-engagement__google-reviews > div { grid-template-columns: 1fr; }
	.star-article2-engagement__google-news { grid-template-columns: 42px minmax(0, 1fr); padding: 18px; }
	.star-article2-engagement__google-news > a { grid-column: 1 / -1; width: 100%; }
	.star-article2-engagement__ios-push { gap: 12px; padding: 16px; }
	.star-article2-engagement__ios-push-head { grid-template-columns: 42px minmax(0, 1fr); }
	.star-article2-engagement__ios-push-mark { width: 42px; height: 42px; }
	.star-article2-engagement__ios-push-logo { width: 132px; max-height: 22px; }
	.star-article2-engagement__ios-push h2 { font-size: 20px; }
	.star-article2-engagement__ios-push-steps { gap: 3px; }
	.star-article2-engagement__ios-push-steps li { padding: 7px 0; border: 0; border-radius: 0; background: transparent; }
	.star-article2-engagement__ios-push-steps li + li { border-top: 1px solid #e1ebe3; }
	.star-article2-engagement__ios-push-steps li > span { width: 24px; height: 24px; font-size: 11px; }
	.star-article2-engagement__ios-push-steps { grid-template-columns: 1fr; }
	.star-article2-engagement__ios-push-steps small { font-size: 11px; }
	.star-article2-engagement__ios-push button { width: 100%; }
	.star-article2-comments__form .comment-form-cookies-consent, .star-article2-comments__form .comment-form-regulamin-consent, .star-article2-comments__form .comment-form-cookie-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 10px; padding: 11px 12px; hyphens: manual; overflow-wrap: normal; }
	.star-article2-comments__form .comment-form-cookies-consent { padding-inline: 0; border: 0; background: transparent; }
	.star-article2-comments__form .comment-form-cookies-consent input, .star-article2-comments__form .comment-form-regulamin-consent input, .star-article2-comments__form .comment-form-cookie-consent input { grid-column: 1; width: 20px; height: 20px; min-height: 20px; margin: 0; }
	.star-article2-comments__form .comment-form-cookies-consent label, .star-article2-comments__form .comment-form-consent-copy { grid-column: 2; min-width: 0; hyphens: manual; overflow-wrap: normal; }
	.star-article2-comments__form .comment-form-consent-copy { display: grid; gap: 4px; }
	.star-article2-comments__form .comment-form-cookies-consent label, .star-article2-comments__form .comment-form-consent-copy label { font-size: 13px; line-height: 1.42; }
	.star-article2-comments__form .comment-form-consent-copy small { color: #587063; font-size: 12px; line-height: 1.38; }
	.star-article2-comments__form .comment-form-security-note, .star-article2-comments__form .comment-form-security-status { margin: 0; color: #64756a; font-size: 11px; line-height: 1.45; }
	.star-article2-comments__form .comment-form-security-note a { color: #006b2d; font-weight: 750; }
	.star-article2-comments__form textarea { min-height: 132px; }
	#ast-scroll-top { display: none !important; }
	.star-article2-comments__header { align-items: flex-start; }
	.star-article2-comments { border-radius: 15px; }
	.star-article2-comments__header, .star-article2-comments__list, .star-article2-comments__form { padding-inline: 18px; }
}

@media (max-width: 560px) {
	.star-article2-comments__header { gap: 14px; padding-block: 20px 18px; }
	.star-article2-comments__heading > p { font-size: 13px; }
	.star-article2-comments__count { min-width: 58px; padding: 8px 9px; }
	.star-article2-comments__count strong { font-size: 21px; }
	.star-article2-comments__form { padding-block: 22px 24px; }
	.star-article2-comments__form .g-recaptcha { transform: scale(.91); transform-origin: left top; width: 280px; height: 72px; }
}

.star-local-street-hub { margin-block: clamp(24px, 4vw, 52px); }
.star-local-street-hub__hero { padding: clamp(22px, 3.5vw, 38px); border-radius: var(--star-local-radius-large); background: var(--star-local-accent-strong); color: #fff; }
.star-local-street-hub__hero h1 { max-width: 860px; margin: 7px 0 12px; color: #fff; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.star-local-street-hub__hero p { max-width: 720px; margin: 0; color: #d8e0ea; font-size: clamp(16px, 1.7vw, 19px); }

html.star-motion-ready .star-motion-item:not(.is-visible) {
	opacity: 0;
	transform: translateY(16px);
}

html.star-motion-ready .star-motion-item {
	transition: opacity .5s cubic-bezier(.2, .7, .2, 1) var(--star-motion-delay, 0ms), transform .5s cubic-bezier(.2, .7, .2, 1) var(--star-motion-delay, 0ms);
}

html.star-motion-ready .star-motion-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.star-local-street-hub__service { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: #fff; }
.star-local-street-hub__service h2 { margin: 4px 0; color: var(--star-local-ink); }
.star-local-street-hub__service p { margin: 0; color: var(--star-local-muted); }
.star-local-street-hub__service > a { flex: 0 0 auto; padding: 12px 18px; border-radius: var(--star-local-radius-small); background: var(--star-local-accent); color: #fff; font-weight: 850; text-decoration: none; }
.star-local-street-hub__section { margin-top: clamp(34px, 5vw, 64px); }
.star-local-street-hub__news { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.star-local-street-hub__empty { padding: 20px; border-left: 5px solid var(--star-local-accent); background: #fff; color: var(--star-local-muted); }

@media (max-width: 980px) {
	.star-local-hero__grid, .star-local-feed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-hero__grid { grid-template-rows: auto; }
	.star-local-hero__grid .star-local-card--feature { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); grid-column: 1 / -1; grid-row: auto; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media { min-height: 340px; }
	.star-local-hero__grid .star-local-card--compact { height: 156px; grid-template-columns: 120px minmax(0, 1fr); }
	.star-local-article__layout { grid-template-columns: 1fr; }
	.star-local-article__sidebar-card { position: static; }
	.star-local-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-discovery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-resident-waste__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-resident-waste__events { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-resident-waste__guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-street-hub__news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-memory-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html.star-motion-ready .star-motion-item,
	html.star-motion-ready .star-motion-item:not(.is-visible) {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.star-local-card,
	.star-local-card__media img,
	.star-local-discovery__card,
	.star-local-memory-actions a {
		transition: none;
	}
	.star-local-ticker__viewport { overflow-x: auto; scrollbar-width: thin; }
	.star-local-ticker__toggle { display: none; }
}

@media (max-width: 640px) {
	html.star-motion-ready .star-motion-item,
	html.star-motion-ready .star-motion-item:not(.is-visible),
	html.star-motion-ready .star-obituaries-motion-item { opacity: 1 !important; transform: none !important; transition: none !important; }
	.star-local-hero, .star-local-feed { margin-block: 20px; }
	.star-local-feed__grid { gap: 12px; }
	.star-local-feed__grid .star-local-card { display: block; min-height: 0; }
	.star-local-feed__grid .star-local-card__media { height: auto; min-height: 0; aspect-ratio: auto; }
	.star-local-feed__grid .star-local-card__media img { display: block; width: 100%; height: auto; object-fit: contain; object-position: 50% 50%; transform: none; }
	.star-local-feed__grid .star-local-card:hover .star-local-card__media img { transform: none; }
	.star-local-feed__grid .star-local-card__body { align-content: start; gap: 7px; padding: 14px 15px 15px; }
	.star-local-feed__grid .star-local-card h3 { font-size: 18px; line-height: 1.26; }
	.star-local-feed__grid .star-local-card p { display: none; }
	.star-local-feed__grid .star-local-card time { font-size: 11px; }
	.star-local-ticker { width: min(calc(100% - 16px), var(--star-local-width)); grid-template-columns: auto minmax(0, 1fr) 38px; margin-block: 10px 16px; }
	.star-local-ticker__label { justify-content: start; padding-inline: 12px; font-size: 11px; }
	.star-local-ticker ul { gap: 24px; padding-inline: 13px; }
	.star-local-ticker li a { padding-block: 9px; }
	.star-local-ticker span { font-size: 13px; }
	.star-local-hero__grid, .star-local-feed__grid, .star-local-related__grid { grid-template-columns: 1fr; }
	.star-local-hero__grid .star-local-card--feature { display: block; grid-column: auto; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media { min-height: 0; aspect-ratio: 16 / 10; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait,
	.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas { aspect-ratio: 4 / 5; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas img { transform: scale(1.035); }
	.star-local-hero__grid .star-local-card--feature:hover .star-local-card__media--portrait-canvas img { transform: scale(1.065); }
	.star-local-hero__grid .star-local-card--feature p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
	.star-local-hero__grid .star-local-card--compact { height: 148px; grid-template-columns: minmax(128px, 44%) minmax(0, 1fr); }
	.star-local-hero__grid .star-local-card--compact .star-local-card__media { min-height: 0; }
	.star-local-hero__grid .star-local-card--compact .star-local-card__media img { object-position: 50% 50%; }
	.star-local-hero__grid .star-local-card--feature h3 { font-size: clamp(22px, 7vw, 29px); }
	.star-local-hero__grid .star-local-card--feature .star-local-card__title--long { font-size: clamp(21px, 6.4vw, 27px); }
	.star-local-hero__grid .star-local-card--feature .star-local-card__title--xlong { font-size: clamp(20px, 5.9vw, 25px); }
	.star-local-section-head { display: block; }
	.star-local-section-head__link { display: inline-flex; margin-bottom: 12px; }
	.star-local-discovery__grid { grid-template-columns: 1fr; }
	.star-local-article__header h1 { overflow-wrap: anywhere; }
	.star-resident-updates__item a { display: grid; }
	.star-resident-waste__form, .star-resident-waste__events { grid-template-columns: 1fr; }
	.star-resident-waste__results-head { align-items: flex-start; flex-direction: column; }
	.star-resident-waste__day { grid-template-columns: 1fr; gap: 12px; padding: 14px; }
	.star-resident-waste__day > header { padding: 0 0 11px; border-right: 0; border-bottom: 1px solid var(--star-local-border); }
	.star-resident-waste-page .site-content > .ast-container { padding-inline: 0; }
	.star-resident-waste--hub { width: min(calc(100% - 16px), var(--star-local-width)); margin-block: 8px 40px; }
	.star-resident-waste__intro { padding: 24px 20px; border-radius: 16px; }
	.star-resident-waste__intro h1 { font-size: clamp(31px, 9vw, 42px); }
	.star-resident-waste__facts { gap: 6px; margin-top: 18px; }
	.star-resident-waste__facts span { padding: 6px 8px; font-size: 10px; }
	.star-resident-waste__search-panel { margin-top: 10px; padding: 14px; }
	.star-resident-waste__form { gap: 11px; padding: 14px; }
	.star-resident-waste__actions { gap: 5px; }
	.star-resident-waste__guide, .star-resident-waste__related { margin-top: 32px; }
	.star-resident-waste__guide-grid { grid-template-columns: 1fr; gap: 10px; }
	.star-resident-waste__guide-grid article { padding: 17px; }
	.star-local-today { width: min(calc(100% - 16px), var(--star-local-width)); margin-block: 20px; padding: 14px; }
	.star-local-today .star-local-section-head { margin-bottom: 12px; }
	.star-local-today__rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; overflow: visible; }
	.star-local-today__card { grid-template-columns: 30px minmax(0, 1fr); gap: 8px; min-height: 78px; padding: 10px; }
	.star-local-today__card > span:last-child[aria-hidden="true"] { display: none; }
	.star-local-today__card:last-child:nth-child(odd) { grid-column: 1 / -1; }
	.star-local-today__rail.has-waste-schedule .star-local-today__card:last-child:nth-child(odd) { grid-column: auto; }
	.star-local-today__card.has-personal-schedule { grid-column: 1 / -1; grid-template-columns: 30px minmax(0, 1fr); }
	.star-local-today__icon { width: 30px; height: 30px; border-radius: 10px; font-size: 15px; }
	.star-local-today__body strong { font-size: 10px; }
	.star-local-today__body > span { font-size: 14px; line-height: 1.1; }
	.star-local-today__body small { font-size: 10px; line-height: 1.2; }
	.star-local-context__grid, .star-local-article__adjacent, .star-local-street-hub__news { grid-template-columns: 1fr; }
	.star-local-street-hub__service { align-items: stretch; flex-direction: column; }
	.star-local-street-hub__service > a { text-align: center; }
}
