.gpt-result-container { max-width: 800px; margin: 0 auto; background: #fff; padding: 12px; border-radius: 12px; min-height: 400px; }
.gpt-result-header { background: #f5f5f5; padding: 10px; border-radius: 10px; display: flex; align-items: center; gap: 20px; margin-bottom: 12px; }
#gpt-result-form { padding: 16px; background: #f9f9f9; border-radius: 8px; }
#gpt-result-form select, #gpt-result-form input { width: 100%; padding: 10px; margin-bottom: 12px; border: 1px solid #ccc; border-radius: 6px !important; font-size: 16px; color: #000 !important; height: 46px !important; background: #fff !important; }
#gpt-result-form button { padding: 10px 40px; background: #007815; color: #fff; font-size: 18px; border: 0; border-radius: 6px; cursor: pointer; }
.gpt-result-title { background-color: #007815; padding: 15px; flex: 2; border-radius: 7px; }
.gpt-result-title h2 { color: #fff; font-size: 22px; margin: 0; }
.gpt-result-title p { color: #fff; font-size: 14px; margin: 0; }
.gpt-result-output.error-message, .error-message { color: #721c24; background-color: #f8d7da; border: 1px solid #f5c6cb; padding: 10px; margin-top: 15px; border-radius: 5px; }
.gpt-result-button-container { display: flex; justify-content: space-between; margin-top: 20px; }
.gpt-result-button-container button { padding: 10px 20px; background-color: #007815; color: #fff; border: none; border-radius: 6px; cursor: pointer; }
