.public-home {
  color: #293642;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.public-home #banner { padding: 1rem 1.5rem; }
.public-home #banner img { display: block; width: 180px; max-width: 100%; height: auto; }
.public-home #content { box-sizing: border-box; max-width: 64rem; margin: 0 auto; padding: 2rem 1.5rem; }
.public-home h1, .public-home h2 { margin: 0 0 0.75rem; line-height: 1.3; font-weight: 600; }
.public-home h1 { font-size: 1.75rem; }
.public-home h2 { font-size: 1.25rem; }
.public-home p { margin: 0 0 1rem; line-height: 1.5; }
.public-home .home-eyebrow { color: #53616d; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.5rem; }
.public-home .home-intro { max-width: 42rem; }
.public-home .cms-sign-in {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0.625rem 1rem;
  border: 1px solid #305070;
  border-radius: 0.375rem;
  background: #305070;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.public-home .cms-sign-in:hover { background: #204060; }
.public-home a:focus-visible { outline: 2px solid #2467a2; outline-offset: 4px; }
.public-home .published-section { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #d4dce3; }
.public-home #published-status { padding: 1rem; background: #f4f6f8; border-radius: 0.375rem; color: #53616d; }
.public-home #published-status[hidden] { display: none; }
.public-home .home-footer { margin-top: 2rem; font-size: 0.875rem; }
.public-home .home-footer a { color: #305070; text-underline-offset: 3px; }
.public-home #NewVoxPops table { width: 100%; table-layout: fixed; }
.public-home #NewVoxPops td { min-width: 0; overflow-wrap: anywhere; padding: 0.75rem 0.5rem; }
.public-home #NewVoxPops .vxName { width: 30%; }
@media (max-width: 480px) {
  .public-home #banner { padding: 1rem; }
  .public-home #content { padding: 1.5rem 1rem; }
  .public-home .cms-sign-in { width: 100%; }
}
