
/* RSVP controls. "hhg-" prefix — clear of the -card/-tile/-tag/-count traps. */
#page-host .hh-count{ cursor:pointer; }
#page-host .hhg-filter{
  display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px;
}
#page-host .hhg-fb{
  background:#fff; border:1.5px solid #EAE2D4; border-radius:999px;
  padding:9px 15px; min-height:44px; font:inherit; font-weight:700; font-size:.84rem;
  color:#5b7fa6 !important; -webkit-text-fill-color:#5b7fa6 !important; cursor:pointer;
}
#page-host .hhg-fb.on{
  background:#243447; border-color:#243447;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
}
#page-host .hhg-fb:focus-visible,
#page-host .hhg-rsvp:focus-visible,
#page-host .hhg-edit:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }

#page-host .hh-guest{ position:relative; align-items:center; }
#page-host .hhg-acts{ display:flex; gap:6px; align-items:center; flex-wrap:wrap; }
#page-host .hhg-rsvp{
  border:1.5px solid #EAE2D4; border-radius:999px; background:#fff;
  padding:8px 12px; min-height:44px; font:inherit; font-weight:800; font-size:.76rem;
  cursor:pointer;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
#page-host .hhg-rsvp.s-yes{ background:#EAF1E4; border-color:#C9DBC0; color:#41603a !important; -webkit-text-fill-color:#41603a !important; }
#page-host .hhg-rsvp.s-maybe{ background:#FBF1DC; border-color:#E8D9AE; color:#7a5f28 !important; -webkit-text-fill-color:#7a5f28 !important; }
#page-host .hhg-rsvp.s-no{ background:#F7E4DC; border-color:#EBC9B8; color:#8f4526 !important; -webkit-text-fill-color:#8f4526 !important; }
#page-host .hhg-rsvp.s-none{ background:#F4F1E8; border-color:#EAE2D4; color:#6d6b62 !important; -webkit-text-fill-color:#6d6b62 !important; }
#page-host .hhg-edit{
  border:1.5px solid #EAE2D4; border-radius:999px; background:#fff;
  width:44px; height:44px; font:inherit; cursor:pointer;
  color:#6d6b62 !important; -webkit-text-fill-color:#6d6b62 !important;
}
#page-host .hhg-head{
  display:flex; justify-content:space-between; align-items:center; gap:12px;
  flex-wrap:wrap; margin-bottom:14px;
}
/* The site's small-button class renders at 36-40px. These are now real, working
   controls (Add Guest, Copy Guest List, Share Invitation were dead before), so they
   get a proper 44px tap target. Scoped to the Host page only. */
#page-host .hh-btn--sm{ min-height:44px; }
#page-host .hhg-sum{
  background:#F2F6FA; border:1px solid #D6E3EF; border-radius:14px;
  padding:12px 15px; margin:16px 0 0; font-size:.9rem; line-height:1.65;
  color:#3d5c80 !important; -webkit-text-fill-color:#3d5c80 !important;
}
#page-host .hhg-note{
  font-size:.82rem; margin:10px 0 0; line-height:1.6;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important;
}
#page-host .hhg-empty{
  background:#FBF6EC; border:1px dashed #EAE2D4; border-radius:16px;
  padding:26px; text-align:center; grid-column:1 / -1;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important;
}
