.tn-form-wrap{max-width:720px}
.tn-form{display:grid;gap:16px}
.tn-form-row label,.tn-form-label{display:block;font-weight:600;margin:0 0 6px}
.tn-form input[type=text],.tn-form input[type=email],.tn-form input[type=tel],.tn-form textarea,.tn-form select{width:100%;padding:12px 14px;border:1px solid #c7c7c7;border-radius:8px;box-sizing:border-box}
.tn-form textarea{min-height:140px}
.tn-form-submit{padding:12px 18px;border:0;border-radius:8px;cursor:pointer}
.tn-form-success{padding:12px 14px;border-radius:8px;background:#ecf9f0;margin-bottom:14px}
.tn-form-errors{padding:12px 14px;border-radius:8px;background:#fff1f1;margin-bottom:14px}
.tn-required{color:#cc0000}
.tn-checkbox-label{display:flex;gap:10px;align-items:flex-start}
