:root {
  --cpos-navy: #071426;
  --cpos-navy-900: #030a14;
  --cpos-gold: #c9a24d;
  --cpos-gold-strong: #f0c86a;
  --cpos-cream: #f7f1e5;
  --cpos-cream-soft: #fffaf0;
}
.cpos-brand-potters-gate-charities .cpos-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(201,162,77,0.26), transparent 29%),
    linear-gradient(145deg, #030a14, #071426 58%, #0f2540);
}

/* v1.2.2 Potter's Gate Charities enterprise presentation lock. */
body.cpos-brand-potters-gate-charities {
  --cpos-pgc-navy: #06142b;
  --cpos-pgc-navy-mid: #0a254b;
  --cpos-pgc-gold: #d5a92e;
  --cpos-pgc-gold-bright: #f1ca5b;
  --cpos-pgc-cream: #f7f1e5;
  --cpos-pgc-cream-soft: #fffaf0;
  --cpos-pgc-ink: #14243a;
  background: var(--cpos-pgc-navy);
}

/* One authoritative premium header on every public page. */
body.cpos-brand-potters-gate-charities .cpos-header {
  background:
    radial-gradient(circle at 12% 0%, rgba(241,202,91,.12), transparent 30%),
    linear-gradient(135deg, rgba(2,8,18,.98), rgba(6,20,43,.98) 58%, rgba(10,37,75,.98));
  border-bottom: 1px solid rgba(241,202,91,.24);
  box-shadow: 0 16px 44px rgba(2,8,18,.24);
}
body.cpos-brand-potters-gate-charities .cpos-header-inner {
  width: min(1500px, calc(100vw - 36px));
  min-height: 86px;
  gap: 20px;
}
body.cpos-brand-potters-gate-charities .cpos-site-identity {
  min-width: 255px;
  max-width: 390px;
}
body.cpos-brand-potters-gate-charities .cpos-site-identity .custom-logo-link img,
body.cpos-brand-potters-gate-charities .cpos-site-identity img.custom-logo {
  max-width: 196px;
  max-height: 54px;
}
body.cpos-brand-potters-gate-charities .cpos-site-name {
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: .005em;
}
body.cpos-brand-potters-gate-charities .cpos-site-tagline {
  color: rgba(255,255,255,.68);
  font-size: .7rem;
  letter-spacing: .1em;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.35vw, 20px);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255,255,255,.84);
  font-size: .84rem;
  letter-spacing: .01em;
  font-weight: 850;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cpos-pgc-gold), var(--cpos-pgc-gold-bright));
  transition: right .2s ease;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a:hover,
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a:focus,
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu .current-menu-item > a {
  color: var(--cpos-pgc-gold-bright);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a:hover::after,
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a:focus::after,
body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu .current-menu-item > a::after {
  right: 0;
}
body.cpos-brand-potters-gate-charities .cpos-header-cta-pgc .cpos-btn-gold,
body.cpos-brand-potters-gate-charities .cpos-header-cta-pgc-mobile .cpos-btn-gold,
body.cpos-brand-potters-gate-charities .cpos-btn-pgc {
  color: var(--cpos-pgc-navy) !important;
  background: linear-gradient(135deg, var(--cpos-pgc-gold), var(--cpos-pgc-gold-bright));
  border-color: var(--cpos-pgc-gold-bright);
  box-shadow: 0 15px 34px rgba(213,169,46,.26);
}
body.cpos-brand-potters-gate-charities .cpos-header-cta-pgc-mobile {
  display: none;
}

/* Unified page canvas: no page-builder gaps, duplicate wrappers, or detached modules. */
body.cpos-brand-potters-gate-charities .cpos-main,
body.cpos-brand-potters-gate-charities .cpos-os-content-shell,
body.cpos-brand-potters-gate-charities .cpos-os-content-inner,
body.cpos-brand-potters-gate-charities .cpos-entry-content,
body.cpos-brand-potters-gate-charities .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.cpos-brand-potters-gate-charities .cpos-main {
  min-height: 50vh;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
body.cpos-brand-potters-gate-charities.cpos-os-module-page .cpos-os-content-shell,
body.cpos-brand-potters-gate-charities.cpos-os-module-page .cpos-os-content-inner {
  padding: 0;
  background: #fff;
}
body.cpos-brand-potters-gate-charities .cpos-os-content-inner > *,
body.cpos-brand-potters-gate-charities .cpos-entry-content > *,
body.cpos-brand-potters-gate-charities .entry-content > * {
  margin-top: 0;
}
body.cpos-brand-potters-gate-charities .cpos-os-content-inner > *:last-child,
body.cpos-brand-potters-gate-charities .cpos-entry-content > *:last-child,
body.cpos-brand-potters-gate-charities .entry-content > *:last-child,
body.cpos-brand-potters-gate-charities .cpos-main > *:last-child {
  margin-bottom: 0;
}
body.cpos-brand-potters-gate-charities .cpos-hero,
body.cpos-brand-potters-gate-charities .cpos-section,
body.cpos-brand-potters-gate-charities .cpos-footer {
  margin-top: 0;
  margin-bottom: 0;
}
body.cpos-brand-potters-gate-charities .cpos-hero + .cpos-section,
body.cpos-brand-potters-gate-charities .cpos-hero + .cpos-os-content-shell,
body.cpos-brand-potters-gate-charities .cpos-os-content-shell + .cpos-footer {
  margin-top: 0;
}
body.cpos-brand-potters-gate-charities .wp-site-blocks,
body.cpos-brand-potters-gate-charities .site,
body.cpos-brand-potters-gate-charities .site-content,
body.cpos-brand-potters-gate-charities .content-area,
body.cpos-brand-potters-gate-charities .site-main {
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Theme header/footer replace all legacy module-level presentation chrome. */
body.cpos-brand-potters-gate-charities.cpos-pgc-premium-header-active .cpos-os-content-inner :is(
  .cbaios-v1553-pgc-header,
  .pgc314-production-header,
  .pgc315-header,
  .pgc316-header,
  .pgc317-header,
  .pgc318-header,
  .pgc319-header,
  .pgc320-header,
  .pgc325-header,
  .pgc327-internal-header,
  .pgc328-fallback-header
) {
  display: none !important;
}
body.cpos-brand-potters-gate-charities.cpos-pgc-premium-header-active .cpos-os-content-inner :is(
  .pgc1542-premium-footer,
  .pgc1542-housing-footer,
  .pgc316-footer,
  .pgc317-footer,
  .pgc318-footer,
  .pgc319-footer,
  .pgc320-footer,
  .pgc325-footer,
  .pgc328-global-footer
) {
  display: none !important;
}
body.cpos-brand-potters-gate-charities .pgc328-os-canvas,
body.cpos-brand-potters-gate-charities .pgc328-article-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Standard pages and journal articles retain premium continuity. */
body.cpos-brand-potters-gate-charities:not(.cpos-os-module-page) .cpos-hero-compact {
  border-bottom: 1px solid rgba(241,202,91,.22);
  background:
    radial-gradient(circle at 82% 12%, rgba(241,202,91,.19), transparent 31%),
    linear-gradient(145deg, #030914, var(--cpos-pgc-navy) 58%, var(--cpos-pgc-navy-mid));
}
body.cpos-brand-potters-gate-charities:not(.cpos-os-module-page) .cpos-section-light {
  background: linear-gradient(180deg, var(--cpos-pgc-cream-soft), var(--cpos-pgc-cream));
}
body.cpos-brand-potters-gate-charities:not(.cpos-os-module-page) .cpos-entry {
  border-color: rgba(6,20,43,.10);
  box-shadow: 0 28px 90px rgba(6,20,43,.10);
}

/* Premium Potter's Gate Charities footer. */
body.cpos-brand-potters-gate-charities .cpos-pgc-footer {
  color: #fff;
  background:
    radial-gradient(circle at 84% 8%, rgba(213,169,46,.15), transparent 30%),
    linear-gradient(145deg, #020812, #06142b 58%, #0a254b);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer .cpos-footer-band {
  height: 6px;
  background: linear-gradient(90deg, #06142b, var(--cpos-pgc-gold) 38%, var(--cpos-pgc-gold-bright) 62%, #06142b);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: clamp(30px,4vw,48px);
  border: 1px solid rgba(241,202,91,.18);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(213,169,46,.08));
  box-shadow: 0 28px 80px rgba(0,0,0,.20);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-eyebrow {
  margin: 0 0 10px !important;
  color: var(--cpos-pgc-gold-bright) !important;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .73rem;
  font-weight: 900;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem,3.5vw,3.8rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px,1.4fr) repeat(3,minmax(160px,.78fr));
  gap: clamp(28px,4vw,58px);
  padding: clamp(52px,6vw,78px) 0 44px;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-brand-module {
  max-width: 410px;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  text-decoration: none;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-logo {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-logo img {
  display: block;
  width: auto;
  max-width: 176px;
  max-height: 72px;
  object-fit: contain;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-identity > span:last-child {
  display: grid;
  gap: 4px;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-identity strong {
  color: #fff;
  font-family: var(--cpos-font-display);
  font-size: 1.2rem;
  line-height: 1.05;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-identity small {
  color: rgba(255,255,255,.62);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .66rem;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-brand-module p {
  color: rgba(255,255,255,.68);
  line-height: 1.72;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-domain {
  display: inline-flex;
  margin-top: 16px;
  color: var(--cpos-pgc-gold-bright) !important;
  font-weight: 900;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer .cpos-footer-col h3 {
  color: #fff;
  font-size: 1.14rem;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer .cpos-footer-col .menu {
  gap: 11px;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer .cpos-footer-col a {
  color: rgba(255,255,255,.70);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer .cpos-footer-col a:hover,
body.cpos-brand-potters-gate-charities .cpos-pgc-footer .cpos-footer-col a:focus {
  color: var(--cpos-pgc-gold-bright);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-intelligence-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-intelligence-list li {
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}
body.cpos-brand-potters-gate-charities .cpos-pgc-intelligence-list strong,
body.cpos-brand-potters-gate-charities .cpos-pgc-intelligence-list span {
  display: block;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-intelligence-list strong {
  color: var(--cpos-pgc-gold-bright);
  font-size: .82rem;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-intelligence-list span {
  margin-top: 3px;
  color: rgba(255,255,255,.60);
  font-size: .73rem;
  line-height: 1.45;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-footer-bottom {
  display: grid;
  grid-template-columns:auto minmax(280px,1fr) auto;
  gap: 24px;
  align-items: start;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-charity-note {
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  line-height: 1.55;
}
body.cpos-brand-potters-gate-charities .cpos-pgc-legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

@media (max-width: 1260px) {
  body.cpos-brand-potters-gate-charities .cpos-site-copy { display: none; }
  body.cpos-brand-potters-gate-charities .cpos-site-identity { min-width: auto; }
}
@media (max-width: 1100px) {
  body.cpos-brand-potters-gate-charities .cpos-header-inner {
    min-height: 78px;
  }
  body.cpos-brand-potters-gate-charities .cpos-primary-nav {
    inset: 78px 0 auto 0;
    padding: 24px 20px 34px;
    background: rgba(2,8,18,.99);
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding: 8px 0;
    font-size: .98rem;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-primary-menu a::after {
    bottom: 4px;
    transform-origin: left;
  }
  body.cpos-brand-potters-gate-charities .cpos-header-cta-pgc {
    display: none;
  }
  body.cpos-brand-potters-gate-charities .cpos-header-cta-pgc-mobile {
    display: inline-flex;
    width: 100%;
    margin-top: 14px;
  }
  body.cpos-brand-potters-gate-charities .cpos-header-cta-pgc-mobile .cpos-btn {
    width: 100%;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-footer-bottom {
    grid-template-columns: 1fr;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-legal-nav {
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  body.cpos-brand-potters-gate-charities .cpos-header-inner {
    width: min(100vw - 24px, 1500px);
  }
  body.cpos-brand-potters-gate-charities .cpos-site-identity .custom-logo-link img,
  body.cpos-brand-potters-gate-charities .cpos-site-identity img.custom-logo {
    max-width: 150px;
    max-height: 44px;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-footer-cta {
    padding: 28px 22px;
    border-radius: 24px;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-footer-grid {
    grid-template-columns: 1fr;
  }
  body.cpos-brand-potters-gate-charities .cpos-pgc-footer-identity {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* v1.2.3 Original Primary Header + Unified Navigation Lock ---------------
   Preserve the original Potter's Gate Charities enterprise portal header
   design as the one site-wide navigation authority. */
body.cpos-brand-potters-gate-charities .pgc332-primary-header {
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(0,207,255,.11), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(247,196,70,.16), transparent 28%),
    linear-gradient(135deg, #05091a 0%, #07142f 45%, #0A0A23 100%);
  border-bottom: 1px solid rgba(247,196,70,.26);
  box-shadow: 0 18px 56px rgba(0,0,0,.28);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.cpos-brand-potters-gate-charities .pgc332-primary-header * { box-sizing: border-box; }
body.cpos-brand-potters-gate-charities .pgc332-primary-shell {
  width: min(100% - 38px, 1460px);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
}
body.cpos-brand-potters-gate-charities .pgc332-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 245px;
  text-decoration: none !important;
  color: #fff !important;
}
body.cpos-brand-potters-gate-charities .pgc332-brand img,
body.cpos-brand-potters-gate-charities .pgc332-brand-mark,
body.cpos-brand-potters-gate-charities .pgc332-custom-logo img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  flex: 0 0 auto;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(247,196,70,.45), 0 16px 48px rgba(0,0,0,.35);
}
body.cpos-brand-potters-gate-charities .pgc332-brand .custom-logo-link { display: inline-flex; }
body.cpos-brand-potters-gate-charities .pgc332-brand-mark {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#ffe396,#f7c446);
  color: #07142f;
  font-family: Georgia, serif;
  font-weight: 900;
}
body.cpos-brand-potters-gate-charities .pgc332-brand-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
}
body.cpos-brand-potters-gate-charities .pgc332-brand-copy em {
  display: block;
  margin-top: 5px;
  color: #f7c446;
  font-size: 15px;
  font-style: normal;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(247,196,70,.26);
}
body.cpos-brand-potters-gate-charities .pgc332-primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px,1.55vw,25px);
  flex: 1;
}
body.cpos-brand-potters-gate-charities .pgc332-primary-menu a {
  color: #eaf0ff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  opacity: .94;
  white-space: nowrap;
}
body.cpos-brand-potters-gate-charities .pgc332-primary-menu a:hover,
body.cpos-brand-potters-gate-charities .pgc332-primary-menu a:focus { color: #f7c446 !important; }
body.cpos-brand-potters-gate-charities .pgc332-give-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(247,196,70,.82);
  border-radius: 16px;
  padding: 0 21px;
  color: #f7c446 !important;
  text-decoration: none !important;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 12px 42px rgba(0,0,0,.26);
  white-space: nowrap;
}
body.cpos-brand-potters-gate-charities .pgc332-give-now:hover,
body.cpos-brand-potters-gate-charities .pgc332-give-now:focus {
  background: linear-gradient(135deg,#f7c446,#ffe396);
  color: #111b2c !important;
}
body.cpos-brand-potters-gate-charities .pgc332-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(247,196,70,.65);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: #f7c446;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
body.cpos-brand-potters-gate-charities .pgc332-menu-bars { display: grid; gap: 4px; }
body.cpos-brand-potters-gate-charities .pgc332-menu-bars i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #f7c446;
}
body.cpos-brand-potters-gate-charities .pgc332-mobile-menu {
  display: none;
  width: min(100% - 38px,1460px);
  margin: 0 auto;
  padding: 0 0 14px;
}
body.cpos-brand-potters-gate-charities .pgc332-mobile-menu.is-open { display: block; }
body.cpos-brand-potters-gate-charities .pgc332-mobile-menu nav {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(247,196,70,.24);
  border-radius: 20px;
  background: rgba(0,0,0,.20);
}
body.cpos-brand-potters-gate-charities .pgc332-mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 13px;
  background: rgba(255,255,255,.045);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 850;
}
body.cpos-brand-potters-gate-charities .pgc332-mobile-menu a::after {
  content: "›";
  color: #f7c446;
  font-size: 18px;
}
body.cpos-brand-potters-gate-charities .pgc332-mobile-menu .pgc332-mobile-give {
  grid-column: 1 / -1;
  background: linear-gradient(135deg,#f7c446,#ffe396);
  color: #111b2c !important;
  border-color: transparent;
}

/* The global original-design header replaces header copies embedded in
   homepage, housing, validation, and older portal modules. */
body.cpos-brand-potters-gate-charities.cpos-pgc-original-header-active .cpos-main :is(
  .pgc1542-nav,
  .cbaios-v1553-pgc-header,
  .pgc314-production-header,
  .pgc315-header,
  .pgc316-header,
  .pgc317-header,
  .pgc318-header,
  .pgc319-header,
  .pgc320-header,
  .pgc321-header,
  .pgc322-header,
  .pgc323-header,
  .pgc324-header,
  .pgc325-header,
  .pgc327-internal-header,
  .pgc328-fallback-header
) { display: none !important; }
body.cpos-brand-potters-gate-charities.cpos-pgc-original-header-active .cpos-main :is(
  .main-navigation,
  .primary-navigation,
  .primary-menu-container,
  .wp-block-page-list,
  .page-list
) { display: none !important; }

@media (max-width:1180px) {
  body.cpos-brand-potters-gate-charities .pgc332-primary-menu { display: none; }
  body.cpos-brand-potters-gate-charities .pgc332-menu-toggle { display: inline-flex; }
  body.cpos-brand-potters-gate-charities .pgc332-primary-shell { gap: 14px; }
}
@media (max-width:720px) {
  body.cpos-brand-potters-gate-charities .pgc332-primary-shell { width: min(100% - 24px,1460px); min-height: 82px; }
  body.cpos-brand-potters-gate-charities .pgc332-brand { min-width: 0; gap: 11px; }
  body.cpos-brand-potters-gate-charities .pgc332-brand img,
  body.cpos-brand-potters-gate-charities .pgc332-brand-mark,
  body.cpos-brand-potters-gate-charities .pgc332-custom-logo img { width: 52px; height: 52px; }
  body.cpos-brand-potters-gate-charities .pgc332-brand-copy strong { font-size: 19px; }
  body.cpos-brand-potters-gate-charities .pgc332-brand-copy em { font-size: 13px; }
  body.cpos-brand-potters-gate-charities .pgc332-give-now { display: none; }
  body.cpos-brand-potters-gate-charities .pgc332-menu-label { display: none; }
  body.cpos-brand-potters-gate-charities .pgc332-mobile-menu { width: min(100% - 24px,1460px); }
  body.cpos-brand-potters-gate-charities .pgc332-mobile-menu nav { grid-template-columns: 1fr; }
}
