#digirefresh_widget_1768670681412_125851 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #ffffff;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  line-height: 1.6;
}
#digirefresh_widget_1768670681412_125851 h1 {
  text-align: center;
  color: #017e5e;
  margin-bottom: 30px;
  font-size: 1.8em;
}
#digirefresh_widget_1768670681412_125851 .quiz-container {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#digirefresh_widget_1768670681412_125851 .question {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
#digirefresh_widget_1768670681412_125851 .options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
#digirefresh_widget_1768670681412_125851 .option {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#digirefresh_widget_1768670681412_125851 .option:hover {
  background: #e8f5e8;
  border-color: #017e5e;
}
#digirefresh_widget_1768670681412_125851 .option input[type="radio"] {
  margin-right: 12px;
  accent-color: #017e5e;
}
#digirefresh_widget_1768670681412_125851 .option:focus-within {
  outline: 2px solid #017e5e;
  outline-offset: 2px;
}
#digirefresh_widget_1768670681412_125851 .feedback {
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 500;
  display: none;
}
#digirefresh_widget_1768670681412_125851 .feedback.correct {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#digirefresh_widget_1768670681412_125851 .feedback.incorrect {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
#digirefresh_widget_1768670681412_125851 .progress {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.95em;
  color: #666;
}
#digirefresh_widget_1768670681412_125851 button {
  background: #017e5e;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.2s ease;
  width: 100%;
  margin-top: auto;
}
#digirefresh_widget_1768670681412_125851 button:hover,
#digirefresh_widget_1768670681412_125851 button:focus {
  background: #01644d;
  outline: 2px solid #017e5e;
  outline-offset: 2px;
}
#digirefresh_widget_1768670681412_125851 button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#digirefresh_widget_1768670681412_125851 .results {
  text-align: center;
  font-size: 1.2em;
}
#digirefresh_widget_1768670681412_125851 .score {
  font-size: 3em;
  color: #017e5e;
  font-weight: 700;
  margin: 10px 0;
}
#digirefresh_widget_1768670681412_125851 .restart {
  background: #017e5e;
  margin-top: 20px;
}
@media (max-width: 480px) {
  #digirefresh_widget_1768670681412_125851 {
    padding: 16px;
    margin: 10px;
  }
  #digirefresh_widget_1768670681412_125851 h1 {
    font-size: 1.5em;
  }
}