/* Post Assistant Tab Styles */

.pa-section {
  margin-bottom: 20px;
}

.pa-label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

.pa-textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  resize: vertical;
  transition: border-color 0.2s;
}

.pa-textarea:focus {
  border-color: #764ba2;
  outline: none;
}

.pa-btn-row {
  display: flex;
  gap: 10px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.pa-editor {
  width: 100%;
  min-height: 200px;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.8;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.2s;
}

.pa-editor:focus {
  border-color: #764ba2;
  outline: none;
}

.trans-out {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  line-height: 1.8;
  font-size: 14px;
  max-height: 500px;
  overflow-y: auto;
}

.proof-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.proof-table th {
  text-align: left;
  padding: 8px;
  border-bottom: 2px solid #e0e0e0;
  font-size: 13px;
  color: #666;
  background: #f5f5f5;
}

.proof-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}
