.tr-frontend-form { max-width: 500px; background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; font-family: inherit; }
.tr-field-group { margin-bottom: 20px; text-align: left; }
.tr-field-group label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 14px; color: #334155; }
.tr-field-group input, .tr-field-group textarea { width: 100%; padding: 12px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 14px; transition: all 0.2s ease; box-sizing: border-box; }
.tr-field-group input:focus, .tr-field-group textarea:focus { border-color: #ea580c; outline: none; box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.15); }
.tr-submit-btn { width: 100%; background: #ea580c; color: #fff; padding: 14px; border: none; border-radius: 6px; font-weight: 600; font-size: 15px; cursor: pointer; transition: background 0.2s; }
.tr-submit-btn:hover { background: #c2410c; }
.tr-success-msg { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; padding: 15px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; }
.tr-error-msg { background: #fef2f2; border: 1px solid #fca5a5; color: #991b1b; padding: 15px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; }