/* v787GS — Emergency sidebar contact card refresh */
body .emergency-side-contact-card-v787GS{
  display:grid;
  gap:18px;
}
body .emergency-contact-item-v787GS{
  display:grid;
  gap:10px;
}
body .emergency-contact-item-v787GS strong{
  display:flex;
  align-items:center;
  gap:10px;
  color:#06160a;
  font-size:15px;
  font-weight:900;
  margin:0;
}
body .emergency-contact-head-icon-v787GS{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  color:#fff;
  font-size:13px;
  flex:0 0 26px;
}
body .emergency-contact-head-whatsapp-v787GS{background:#25D366;}
body .emergency-contact-head-telegram-v787GS{background:#229ED9;}
body .emergency-contact-head-email-v787GS{background:#64748b;}
body .emergency-contact-pill-v787GS{
  width:100%;
  min-height:48px;
  padding:10px 16px;
  border-radius:999px !important;
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-size:16px;
  line-height:1.2;
}
body .emergency-contact-logo-v787GS{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(255,255,255,.2);
  color:#fff;
  font-size:14px;
  flex:0 0 28px;
}
body .emergency-contact-item-v787GS a[href^="mailto:"]{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  word-break:break-word;
}
body .emergency-contact-item-v787GS p{
  margin:0;
  color:#111827;
  font-size:14px;
  line-height:1.55;
}
