#desktop-connection .module-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
#desktop-connection .panel { min-width:0; }
#desktop-connection .form-actions { display:flex; flex-wrap:wrap; justify-content:flex-start; gap:10px; width:100%; }
#desktop-connection .form-actions > * { min-width:0; max-width:100%; white-space:normal; }
#desktop-connection .form-actions a { text-align:center; }
#desktop-connection li { margin-bottom:8px; }
#desktop-code-panel { margin-top:18px; }
#desktop-code-panel label { display:grid; gap:8px; }
#desktop-code { width:100%; min-width:0; box-sizing:border-box; font-family:monospace; }
#desktop-connection .section-head { flex-wrap:wrap; }
@media(max-width:800px) {
  #desktop-connection .module-feature-grid { grid-template-columns:minmax(0,1fr); }
  #desktop-connection .form-actions { align-items:stretch; }
}
