/* Make the settings panel dialog much wider */
div[role="dialog"] {
    max-width: 1200px !important;
    width: 90vw !important;
}

/* Increase height and width of multiline text inputs in settings panel */
textarea[id="identity_instructions"],
textarea[id="orchestration_instructions"],
textarea[id="style_instructions"] {
    min-height: 300px !important;
    width: 100% !important;
    min-width: 700px !important;
    font-family: monospace;
    font-size: 13px;
}

/* Target all textareas in case IDs don't match */
textarea[multiline="true"],
textarea.multiline {
    min-height: 300px !important;
    width: 100% !important;
    min-width: 700px !important;
}
