/*chatgpt-runtime.css*/
#chatgpt-app{border:1px solid #ccc;padding:10px;margin-top:20px;}
.chatgpt-box textarea{width:100%;height:80px;margin-bottom:5px;}
.chatgpt-box button{margin-top:5px;}
#chatgpt-output {
  white-space: pre-wrap;
}
@media print {
  #chatgpt-input,
  #chatgpt-send,
  #chatgpt-print,
  #chatgpt-categories {
    display: none;
  }
}
.chatgpt-instructions {
    margin-bottom: 12px;
    padding: 8px 10px;
    background: #09292C;
    border-left: 4px solid #F4D4A8;
    font-size: 0.95em;
    line-height: 1.4;
    color: #F4D4A8;
}
.chatgpt-emoji {
    background: white;
    border-radius: 4px;
    padding: 2px 4px;
}

