/* popup.r4.css - smaller popup, desktop bottom-right */
.hsb-popup{position:fixed; inset:auto 16px 16px auto; z-index:9999; display:flex; align-items:flex-end; justify-content:flex-end;}
.hsb-popup .box{width:min(360px,92vw); background:#fff; border:1px solid #ddd; border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,0.18); overflow:hidden; font-family:ui-sans-serif,system-ui,AppleSDGothicNeo,Segoe UI,Roboto,Helvetica,Arial;}
.hsb-popup .head{font-weight:700; padding:10px 12px; background:#f7f7f8; border-bottom:1px solid #eee;}
.hsb-popup .body{padding:10px 12px;}
.hsb-popup .body img,.hsb-popup .body video{display:block; width:100%; height:auto; border-radius:6px;}
.hsb-popup .foot{display:flex; align-items:center; gap:8px; padding:8px 12px; border-top:1px solid #eee;}
@media (max-width:640px){
  .hsb-popup{inset:auto 8px 8px auto;}
  .hsb-popup .box{width:min(92vw,420px);}
}
