.clgi-wrapper { margin: 30px 0; }
.clgi-button { padding: 0 20px; color: #fff; border: none; cursor: pointer; display: block; width: 100%; }
.clgi-container { margin-top: 10px; }
.clgi-initial-message, .clgi-intermediate-message, .clgi-final-message { margin: 30px 0; font-size: 1em; }
.clgi-progress-bar-container { width: 100%; background: #e5e5e5; height: 10px; margin: 5px 0; }
.clgi-progress-bar { width: 0; height: 100%; background: #333; }
.clgi-answers { display: flex; gap: 10px; margin: 30px 0; }
.clgi-answers button { flex: 1; }
