.tsev-form-wrap { max-width: 820px; margin: 0 auto; }
.tsev-notice { padding: 14px 18px; border-radius: 6px; margin-bottom: 18px; font-weight: 600; }
.tsev-notice-success { background: #e6f4ea; color: #1e7e34; border: 1px solid #b7dfc0; }
.tsev-notice-error { background: #fdecea; color: #b3261e; border: 1px solid #f5c2c0; }
.tsev-intro { font-style: italic; color: #444; margin-bottom: 24px; }
.tsev-section { border: 1px solid #e0e0e0; border-radius: 8px; padding: 18px 20px; margin-bottom: 20px; }
.tsev-section legend { font-weight: 700; font-size: 1.1em; padding: 0 8px; }
.tsev-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.tsev-field { display: flex; flex-direction: column; gap: 6px; font-weight: 600; }
.tsev-field em { font-weight: 400; color: #888; font-size: 0.85em; }
.tsev-field select, .tsev-field input[type="text"], .tsev-field textarea {
	padding: 8px 10px; border: 1px solid #ccc; border-radius: 4px; font: inherit;
}
.tsev-scale-key { display: flex; flex-wrap: wrap; gap: 14px; font-size: 0.85em; color: #555; background: #f7f7f7; padding: 10px 14px; border-radius: 6px; margin-bottom: 18px; }
.tsev-grid { width: 100%; border-collapse: collapse; margin-bottom: 14px; }
.tsev-grid td { padding: 8px 6px; border-bottom: 1px solid #eee; vertical-align: middle; }
.tsev-question { width: 55%; }
.tsev-options { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.tsev-radio { display: inline-flex; align-items: center; gap: 4px; font-weight: 400; cursor: pointer; }
.tsev-radio-na { margin-left: 10px; color: #888; }
.tsev-comment textarea { resize: vertical; }
.tsev-open .tsev-field { margin-bottom: 16px; }
.tsev-submit-row { text-align: right; }
.tsev-submit-btn {
	background: #2271b1; color: #fff; border: none; padding: 12px 28px;
	font-size: 1em; font-weight: 700; border-radius: 6px; cursor: pointer;
}
.tsev-submit-btn:hover { background: #1a5a8a; }
@media (max-width: 600px) {
	.tsev-meta { grid-template-columns: 1fr; }
	.tsev-question { width: 100%; display: block; margin-bottom: 6px; }
	.tsev-grid tr { display: block; padding-bottom: 10px; border-bottom: 1px solid #eee; }
}
