
.afritale-quiz * { box-sizing: border-box; }
.afritale-quiz { font-family: Arial, sans-serif; background: #fdf6f0; padding: 20px; border-radius: 10px; max-width: 800px; margin: auto; }
.afritale-quiz img { max-width: 100%; border-radius: 10px; margin: 20px 0; }
.afritale-quiz button { margin: 5px 0; padding: 10px; width: 100%; background: #f4a261; color: white; border: none; font-weight: bold; border-radius: 5px; cursor: pointer; }
.afritale-quiz button:hover { background: #e76f51; }
.afritale-quiz .correct { background-color: #2a9d8f !important; }
.afritale-quiz .incorrect { background-color: #e63946 !important; }
.afritale-quiz .feedback { font-weight: bold; margin: 10px 0; }
.afritale-quiz .result { margin-top: 20px; font-size: 18px; color: #264653; font-weight: bold; }
