.deploy-test { display:flex; flex-wrap:wrap; align-items:center; gap:10px 18px; margin:0 0 22px; padding:12px 16px; border:1px solid #48303e; border-radius:12px; background:#171219; color:#cfc3cd; font-size:12px; }
.deploy-test > strong { color:#f6bdd6; font-weight:600; letter-spacing:.08em; }
.deploy-test span strong { font-family:Consolas,monospace; color:#f6eff4; font-weight:500; }
#deploy-connection { color:#b7d9c9; }
#deploy-connection[data-state="error"] { color:#f4c8a6; }
#deploy-check { margin-left:auto; min-height:34px; padding:0 12px; font-size:11px; }
#deploy-check:disabled { opacity:.55; cursor:wait; }
.deploy-only-note { margin:12px 0 0; text-align:center; color:#9a929c; font-size:11px; line-height:1.6; }
@media(max-width:600px) { .deploy-test { margin-bottom:18px; gap:10px 14px; padding:12px; } #deploy-check { margin-left:0; } }
