body[data-page="agencies"] .agency-grid { grid-template-columns: 1fr; }
body[data-page="agencies"] .portal-content { margin-inline: 5%; }
.charity-listing-banner { width: 90%; height: auto; margin: 34px auto 0; overflow: hidden; border-radius: 10px; background: #eaf2f3; }
.charity-listing-banner img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; }
body[data-page="agencies"] .agency-grid .agency-card { min-height: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr) 90px 90px 150px; align-items: center; gap: 20px; padding: 9px 12px; }
body[data-page="agencies"] .agency-grid .agency-card:hover { border-top-width: 1px; border-left: 4px solid var(--blue); transform: translateX(2px); }
.agency-logo { width: 86px; height: 72px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.agency-logo img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.agency-logo i { display: grid; place-items: center; width: 100%; height: 100%; background: #e3f6f7; color: var(--blue); font-size: 20px; font-weight: 800; font-style: normal; letter-spacing: 1px; }
.agency-copy h2 { margin: 0 0 5px; }
.agency-copy p { margin: 0; }
.agency-copy .agency-record-meta { color: #70838b; font-size: 11px; }
.agency-copy .agency-about { max-width: 780px; margin-top: 8px; color: #435d67; font-size: 12px; line-height: 1.45; }
.agency-copy .agency-about { display: none; }
.agency-copy .agency-about b { color: var(--navy); }
.charity-tools { display: grid; grid-template-columns: auto minmax(240px, 430px) 1fr; align-items: center; gap: 14px; margin-bottom: 24px; }
.charity-tools label { font-weight: 800; color: var(--navy); }
.charity-tools input { min-height: 44px; border: 1px solid var(--line); border-radius: 4px; padding: 0 14px; font: inherit; }
.charity-tools span { justify-self: end; color: var(--blue); font-size: 13px; font-weight: 800; }
.agency-table-head { display: grid; grid-template-columns: minmax(0, 1fr) 90px 90px 150px; gap: 20px; padding: 12px 24px; background: var(--navy); color: #fff; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 800; }
.agency-table-head span:not(:first-child) { text-align: right; }
.agency-table-head button { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; letter-spacing: inherit; text-align: right; text-transform: inherit; cursor: pointer; }
.agency-table-head button:hover,.agency-table-head button:focus-visible { color: #76d7df; }
.agency-stat { text-align: right; color: var(--navy); font-size: 16px; }
.agency-stat small { display: none; }
.agency-stat.persons { color: var(--blue); font-size: 18px; }
@media (max-width: 760px) { body[data-page="agencies"] .portal-content { margin-inline: 4%; } .charity-listing-banner { width: 92%; height: auto; margin-top: 20px; border-radius: 7px; } .agency-table-head { display: none; } .charity-tools { grid-template-columns: 1fr; } .charity-tools span { justify-self: start; } body[data-page="agencies"] .agency-grid .agency-card { grid-template-columns: 72px 1fr repeat(3, auto); gap: 12px; } .agency-logo { width: 68px; height: 58px; } .agency-copy { grid-column: 2 / -1; } .agency-stat { font-size: 13px; text-align: left; } .agency-stat small { display: block; margin-bottom: 2px; color: #70838b; font-size: 9px; text-transform: uppercase; } .agency-stat.persons { font-size: 14px; } }

.charity-programs-panel { margin-top: 70px; padding-top: 38px; border-top: 1px solid var(--line); }
.charity-programs-panel .section-heading { max-width: none; margin-bottom: 22px; }
.charity-programs-panel .section-heading h2 { margin: 4px 0 0; font-size: 34px; }
.charity-programs-panel .section-heading strong { color: var(--blue); font-size: 13px; }
.charity-program-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.charity-program { display: block; padding: 18px 20px; border: 1px solid var(--line); border-left: 4px solid var(--cyan); background: #fff; }
.charity-program:hover { border-left-color: var(--blue); background: #f7fbfb; }
.charity-program > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.charity-program h3 { margin: 7px 0; font: 700 18px/1.25 Georgia, serif; }
.charity-program p { margin: 0 0 8px; color: #536b75; font-size: 12px; }
.charity-program small { color: #778a91; }
@media (max-width: 760px) { .charity-program-list { grid-template-columns: 1fr; } }
