/* Recognition keeps each supplied mark intact and the City in its partner role. */
.thanks-page .contributor-logo { display:grid; place-items:center; width:100%; min-height:8rem; padding:1.25rem; background:#f7f4ec; border:1px solid #e1bc8033; }
.thanks-page .contributor-logo img { display:block; width:100%; max-height:8rem; height:auto; object-fit:contain; }
.thanks-page .contributor-logo-panel { max-width:13rem; min-height:6.5rem; margin:0 0 1.75rem; padding:1rem; }
.thanks-page .contributor-logo-panel img { max-height:6.5rem; }
.thanks-page .contributor-identity { min-width:0; }
.thanks-page .contributor-identity .community-credit-role { margin-top:1rem; font-size:.65rem; line-height:1.7; }
.thanks-page .contributor-copy { min-width:0; max-width:39rem; color:var(--gratitude-copy); font-size:1rem; line-height:1.82; }
.thanks-page .contributor-copy > p { margin:0; }
.thanks-page .contributor-links { display:flex; flex-wrap:wrap; gap:.3rem 1.25rem; margin-top:1.2rem; }
.thanks-page .contributor-links a { display:inline-flex; align-items:center; gap:.65rem; min-height:44px; padding:.35rem 0; border-bottom:1px solid #e1bc8060; color:#e1bc80; font-size:.8rem; font-weight:700; line-height:1.5; overflow-wrap:anywhere; }
.thanks-page .contributor-links a:hover { color:#fff1d3; }
.thanks-page .contributor-name-detail { display:block; margin-top:.85rem; color:#94b6c9; font-size:.42em; font-weight:600; letter-spacing:-.015em; }
.thanks-page .city-stage-heading { grid-template-columns:clamp(4rem,8vw,8rem) minmax(0,1fr) minmax(10rem,18rem); align-items:center; }
.thanks-page .city-partner-logo { display:block; width:100%; }
.thanks-page .city-partner-logo .contributor-logo { min-height:0; padding:1.8rem; }
.thanks-page .city-partner-logo img { max-height:13rem; }
.thanks-page .city-stage-line a { display:inline-flex; align-items:center; gap:.75rem; min-height:44px; margin-left:1.5rem; text-decoration:underline; text-underline-offset:.3rem; }
.thanks-page .community-credit[id] { scroll-margin-top:6rem; }
@media(min-width:651px) {
  .thanks-page .community-star-map { min-height:43rem; }
  .thanks-page .community-star-node:not(.community-star-city) { width:23%; max-width:13.5rem; min-height:6rem; padding-left:1.3rem; }
  .thanks-page .community-star-family { top:17%; left:17%; }
  .thanks-page .community-star-sessions { top:50%; left:17%; }
  .thanks-page .community-star-eastidmc { top:83%; left:17%; }
  .thanks-page .community-star-two70 { top:17%; left:83%; }
  .thanks-page .community-star-crispy { top:50%; left:83%; }
  .thanks-page .community-star-volunteers { top:83%; left:83%; }
  .thanks-page .community-star-node.community-star-whittwood { top:86%; left:50%; width:15rem; max-width:15rem; padding:2rem .5rem .35rem; text-align:center; }
  .thanks-page .community-star-whittwood .community-star-spark,
  .thanks-page .community-star-whittwood::before { top:0; left:50%; }
  .thanks-page .community-star-family,.thanks-page .community-star-sessions,.thanks-page .community-star-eastidmc { padding-left:.35rem; padding-right:1.3rem; text-align:right; }
  .thanks-page .community-star-family .community-star-spark,.thanks-page .community-star-sessions .community-star-spark,.thanks-page .community-star-eastidmc .community-star-spark,
  .thanks-page .community-star-family::before,.thanks-page .community-star-sessions::before,.thanks-page .community-star-eastidmc::before { left:100%; }
  .thanks-page .community-star-city { width:clamp(11rem,19vw,14rem); min-height:clamp(11rem,19vw,14rem); padding:2.6rem 1.4rem 1.5rem; }
  .thanks-page .community-star-city strong { font-size:1.35rem; }
  .thanks-page .community-star-node small { font-size:.56rem; line-height:1.5; }
}
@media(max-width:1150px) and (min-width:651px) {
  .thanks-page .community-stars-experience { grid-template-columns:1fr; }
  .thanks-page .community-star-map { border-right:0; border-bottom:1px solid #b4e2f52b; }
  .thanks-page .community-star-stories { padding:2.5rem; }
  .thanks-page .community-star-story { max-width:44rem; margin:auto; }
}
@media(max-width:1100px) and (min-width:761px) {
  .thanks-page .community-credit-branded { grid-template-columns:minmax(10rem,.65fr) minmax(0,1.35fr); }
  .thanks-page .community-credit-branded h3 { grid-column:2; grid-row:1; }
  .thanks-page .community-credit-branded .contributor-identity { grid-column:1; grid-row:1 / 3; }
  .thanks-page .community-credit-branded .contributor-copy { grid-column:2; grid-row:2; }
}
@media(max-width:760px) {
  .thanks-page .city-stage-heading { grid-template-columns:minmax(0,1fr); }
  .thanks-page .city-partner-logo { max-width:16rem; margin-top:1.5rem; }
  .thanks-page .city-stage-line a { margin-left:0; display:flex; width:fit-content; }
  .thanks-page .community-credit-branded .contributor-logo { max-width:18rem; min-height:8rem; }
  .thanks-page .community-credit-branded h3 { font-size:clamp(2rem,8.5vw,3.2rem); line-height:1.12; }
  .thanks-page .community-credit-branded .contributor-copy { margin-top:.5rem; }
  .thanks-page .contributor-identity .community-credit-role { margin-block:1.1rem .6rem; }
}
@media(max-width:650px) {
  .thanks-page .community-star-sessions,.thanks-page .community-star-eastidmc,.thanks-page .community-star-crispy { position:relative; top:auto; left:auto; width:100%; transform:none; }
  .thanks-page .community-star-stories { min-height:0; }
  .thanks-page .community-star-node:not(.community-star-city) { margin-left:1rem; width:calc(100% - 1rem); padding-left:1.6rem; }
  .thanks-page .community-star-node small { font-size:.625rem; }
}
