.test-grid{display:grid;grid-template-columns:1fr 2fr;gap:14px}.test-result{margin-top:18px;border-radius:10px;padding:14px}.test-result>span{margin-left:12px;font-size:13px}.test-result pre{max-height:360px;overflow:auto;white-space:pre-wrap;background:#15202b;color:#e8f0f7;padding:12px;border-radius:8px}.test-ok{background:#eaf8ef;color:#176a38}.test-fail{background:#fff0f0;color:#9a2020}@media(max-width:700px){.test-grid{grid-template-columns:1fr}}
