.khudorno-grid{display:grid;grid-template-columns:180px 1fr;gap:10px 16px;max-width:900px}
.khudorno-row{display:flex;gap:16px;align-items:flex-start;margin:16px 0;border:1px solid #e5e5e5;padding:12px;border-radius:8px;background:#fff}
.khudorno-left{width:220px;display:flex;align-items:center}
.khudorno-right{flex:1}
.khudorno-textarea{width:100%;min-height:110px}
.khudorno-ta-label{display:block;margin-bottom:6px;font-weight:600}
#khudorno_send_status{margin-left:8px;font-weight:600}
.khudorno-status.ok{color:#15803d}
.khudorno-status.err{color:#b91c1c}
