/* assets/css/export_rexel.css */

.rexel-export-box{
  margin-top: 16px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background:#f9fafb;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.rexel-export-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:14px;
  font-weight:600;
  color:#111827;
}

#rexel-output{
  width:100%;
  resize:vertical;
  font-size:13px;
  font-family:monospace;
  padding:8px 10px;
  border-radius:8px;
  border:1px solid #e5e7eb;
  background:#ffffff;
}

.rexel-hint{
  font-size:11px;
  color:#6b7280;
}
