/* Shared navigation icons remain visible on every page. */
.mobile-nav-icon{width:24px;height:24px;display:grid;place-items:center;color:inherit}
.mobile-nav-icon svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-nav-icon svg circle{fill:currentColor;stroke:none}
.mobile-nav>a,.mobile-nav>.mobile-more{display:grid;grid-template-rows:24px auto!important;place-items:center;align-content:center;gap:4px}

/* The Facebook link stays in the reading flow. */
.page-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px 22px;margin:18px 0 6px;font-family:Inter,system-ui,sans-serif}
.page-share a{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:2px 0;color:#c6c7cb;background:none;border:0;text-decoration:none;font-size:.875rem;font-weight:500;line-height:1.4;letter-spacing:normal;text-transform:none}
.page-share svg{display:block;width:18px;height:18px;flex:0 0 18px}
.page-share a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.page-share a:focus-visible{outline:2px solid #ef91b8;outline-offset:4px;border-radius:2px}
@media print{.page-share{display:none}}

/* Persistent page-specific WhatsApp sharing, above the mobile navigation. */
.whatsapp-share{box-sizing:border-box;position:fixed;z-index:24;right:16px;bottom:28px;display:flex;align-items:center;gap:9px;min-height:48px;padding:9px 13px;border:1px solid #42624e;border-radius:12px;background:#151d18;color:#f2f7f3;text-decoration:none;font:600 .875rem/1.2 Inter,system-ui,sans-serif;box-shadow:0 3px 12px #0003}
.whatsapp-share svg{display:block;flex:0 0 26px;width:26px;height:26px;color:#74d398}
.whatsapp-share small{display:block;margin-top:2px;color:#c0d5c7;font-size:.8125rem;font-weight:400}
.whatsapp-share:hover{background:#203428;border-color:#74d398}
.whatsapp-share:focus-visible{outline:3px solid #74d398;outline-offset:4px}
body:has(.mobile-more[aria-expanded="true"],.header-menu-toggle[aria-expanded="true"]) .whatsapp-share{visibility:hidden}
@media(min-width:1500px){.whatsapp-share{bottom:50%;transform:translateY(50%)}}
@media(max-width:900px){.whatsapp-share{right:12px;bottom:calc(96px + env(safe-area-inset-bottom,0px))}}
@media print{.whatsapp-share{display:none}}
