.python-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  margin: 1rem 0;
  background: #f9f9f9;
}

.python-box textarea {
  width: 100%;
  min-height: 100px;
  font-family: monospace;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
}

.python-box .controls {
  margin-top: 8px;
}

.python-box button {
  margin-right: 8px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  background: #306998;
  color: #FFD43B;
  cursor: pointer;
}

.python-box .output {
  margin-top: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 80px;
  font-family: monospace;
  white-space: pre-wrap;
}

.pyLabel {
 margin-bottom: 22px;
}