@font-face {
  font-family: 'Londrina Spark';
  src: url('../assets/fonts/Londrina_Spark.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#scenario-quiz {
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 769px) {
  #scenario-quiz {
    min-width: 500px;
  }
}

#scenario-quiz .welcome-title {
  font-family: 'Londrina Spark', sans-serif;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #000;
  line-height: 1em;
}

#scenario-quiz .situation {
  font-family: 'Londrina Spark', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 10px;
  color: #000;
}

#scenario-quiz .question-title {
  font-family: 'Special Elite', cursive;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 10px;
  color: #000;
}

#scenario-quiz p.description,
#scenario-quiz .option-label {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#scenario-quiz .option-label {
  font-family: 'Special Elite', cursive;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #333;
}

#scenario-quiz ul {
  list-style: none;
  padding: 0;
}

#scenario-quiz li {
  margin-bottom: 10px;
}

#scenario-quiz button.answer {
  all: unset;
  display: block;
  width: 100% !important;
  padding: 10px 15px !important;
  background: #e0e0e0 !important;
  color: #000 !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
  box-sizing: border-box !important;
  border: none !important;
  text-align: center !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-style: normal !important;
  text-decoration: none !important;
  line-height: 1.4em !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}

#scenario-quiz button.answer:hover {
  background: #bbb !important;
  transform: translateY(-2px);
}

#scenario-quiz button.answer.selected {
  background: #275d28 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border: none !important;
}

#scenario-quiz .explanation {
  margin-top: 15px;
  font-style: italic;
  color: #333;
}

#scenario-quiz .answer-feedback {
  border: 2px solid #ccc;
  padding: 15px;
  margin-top: 20px;
  background: #fef9f3;
  border-radius: 12px;
}

#next-btn,
#start-btn {
  margin-top: 20px;
  padding: 15px 30px;
  border: 2px solid #E0861F;
  background: #E0861F;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Londrina Spark', sans-serif;
  width: 100%;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: -0.2px;
  word-spacing: 0;
  fill: #ffffff;
  box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease;
}

#next-btn:hover,
#start-btn:hover {
  background: #cc770c;
  border-color: #cc770c;
  transform: translateY(-2px);
}

#scenario-quiz .start-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#scenario-quiz .end-screen img {
  max-width: 300px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  #scenario-quiz .end-screen img {
    max-width: 150px;
  }
  
  #scenario-quiz{
      padding:30px;
  }
}

.goodbeye-title {
  font-size: 40px;
  font-family: 'Londrina Spark', sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  color: #000;
  line-height: 1em;
}
