
#sgc-party-card { max-width:720px; margin:12px 0; padding:12px; border-radius:8px; background:#f8fafc; border:1px solid #e6f0f6; font-family:Arial,Helvetica,sans-serif;}
#sgc-party-card .sgc-row{ display:flex; gap:8px; align-items:center; margin-bottom:8px; }
#sgc-party-card label{ width:140px; font-weight:600; color:#0f172a; }
#sgc-party-card input,#sgc-party-card textarea{ flex:1; padding:8px; border:1px solid #cbd5e1; border-radius:6px; font-size:14px; }
#sgc-party-card .sgc-party-save{ padding:8px 12px; background:#2563eb; color:#fff; border:none; border-radius:6px; cursor:pointer; }
#sgc-party-msg{ margin-left:12px; font-weight:600; }
@media (max-width:720px){ #sgc-party-card .sgc-row{ flex-direction:column; align-items:stretch; } #sgc-party-card label{ width:100%; } }
