.feedback-container { background: #f8fbff; padding: 20px; border-radius: 10px; width: 100%; }
.feedback-header { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.feedback-buttons { display: flex; gap: 10px; }
.feedback-buttons button { padding: 10px 15px; border: none; cursor: pointer; font-size: 16px; }
.yes-button { background: #d1f5dd; color: #008000; }
.no-button { background: #fddcdc; color: #ff0000; }
.feedback-response { display: none; margin-top: 15px; }
.feedback-reasons button { background: #e5e8ff; border: none; padding: 8px 12px; cursor: pointer; }
.comment-box { width: 40%; height: 80px; margin-top: 10px; }
.feedback-actions { margin-top: 10px; display: flex; gap: 10px; }
.close-button, .submit-button { padding: 8px 15px; border: none; cursor: pointer; font-size: 14px; }
.close-button { background: #ccc; }
.submit-button { background: #0057d9; color: white; }
.feedback-message { margin-top: 10px; font-weight: bold; color: green; }