/* Child of Hope Version 2 — mobile bottom navigation */
.mobile-bottom-nav,.mobile-more-sheet,.mobile-sheet-backdrop{display:none}
@media (max-width:991.98px){
  body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}
  .navbar{min-height:68px}
  .navbar .navbar-toggler,.navbar #navbarNav{display:none!important}
  .navbar-brand{margin:auto 0}
  .mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:1055;background:rgba(255,255,255,.98);border-top:1px solid rgba(15,93,166,.14);box-shadow:0 -8px 24px rgba(8,31,55,.12);padding:7px 5px calc(7px + env(safe-area-inset-bottom));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
  .mobile-bottom-nav a,.mobile-bottom-nav button{appearance:none;border:0;background:transparent;text-decoration:none;color:#65717c;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:600 10px/1.1 Inter,Arial,sans-serif;padding:4px 2px;cursor:pointer}
  .mobile-bottom-nav i{font-size:19px;line-height:1;color:#65717c}
  .mobile-bottom-nav .active,.mobile-bottom-nav .active i{color:#0F5DA6}
  .mobile-bottom-nav .donate-mobile,.mobile-bottom-nav .donate-mobile i{color:#e86f24}
  .mobile-bottom-nav span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
  .mobile-sheet-backdrop{position:fixed;inset:0;z-index:1060;background:rgba(5,23,39,.46)}
  .mobile-sheet-backdrop.open{display:block}
  .mobile-more-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:1065;background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -18px 50px rgba(5,23,39,.22);padding:10px 18px calc(22px + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .22s ease;max-height:78vh;overflow:auto}
  .mobile-more-sheet.open{transform:translateY(0)}
  .mobile-sheet-handle{width:44px;height:4px;border-radius:99px;background:#d6dce2;margin:2px auto 14px}
  .mobile-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mobile-sheet-head strong{font:700 18px Poppins,Arial,sans-serif;color:#14324a}.mobile-sheet-close{border:0;background:#f1f5f8;width:36px;height:36px;border-radius:50%;color:#14324a}
  .mobile-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-more-grid a{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e6ebef;border-radius:12px;text-decoration:none;color:#18384f;font-weight:600;font-size:13px;background:#fff}.mobile-more-grid a i{width:18px;text-align:center;color:#0F5DA6}.mobile-more-grid a.sheet-donate{background:#e86f24;color:#fff;border-color:#e86f24}.mobile-more-grid a.sheet-donate i{color:#fff}
}
