#manage-root .form-section {
    text-align: center;
    background: white;
    border-radius: 12px;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}
#manage-root textarea {
  width: 100%;
  min-height: 220px;
  font-family: monospace;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  resize: vertical;
}
#manage-root .output {
    background-color: #24e97c14;
    color: #056000;
    border: solid 1px #035e172e;
    text-align: left;
    padding: 5px 10px;
    font-family: monospace;
    margin: 10px 0 -20px;
    border-radius: 4px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#manage-root #output button {
    background: #00896f;
    margin: 10px 0;
}
#manage-root #output button:hover {
    background: #09a98b;
}
#manage-root button {
    background: #0078d7;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    cursor: pointer;
}
#manage-root button:hover {
    background: #188be7;
}
#manage-root .action-selector {
    margin-bottom: 15px;
    text-align: center;
}
#manage-root .action-selector label {
    cursor: pointer;
    margin: 0 10px;
}