/* ACS Tracking Widget */
.acs-tracking-widget { max-width:500px; margin:15px 0; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; }
.acs-tracking-widget label { display:block; font-weight:600; margin-bottom:8px; color:#1f2937; font-size:14px; }
.acs-tracking-widget .acs-input-row { display:flex; gap:10px; }
.acs-tracking-widget .acs-input { flex:1; padding:10px 14px; border:1px solid #d1d5db; border-radius:6px; font-size:14px; }
.acs-tracking-widget .acs-input:focus { outline:none; border-color:#e60000; }
.acs-tracking-widget .acs-btn { padding:10px 20px; background:#e60000; color:#fff; border:none; border-radius:6px; font-size:14px; font-weight:600; cursor:pointer; white-space:nowrap; }
.acs-tracking-widget .acs-btn:hover { background:#cc0000; }
@keyframes acsSpin { to { transform:rotate(360deg); } }
