.codac-quiz-wrap { width: 100%; }

.codac-quiz-wrap input[type="text"] {
	color: black;
}

.codac-quiz-container {
  background-color: #0568B4;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  font-family: objektiv-mk1, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.codac-quiz-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.2;
}

.codac-quiz-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.75;
  text-align: center;
  opacity: 0.95;
}

.codac-quiz-progress {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.codac-quiz-progress-fill {
  height: 100%;
  background-color: #D66027;
  transition: width 0.3s ease;
}

.codac-quiz-counter {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  opacity: 0.9;
  text-align: center;
}

.codac-quiz-question {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.codac-quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.codac-quiz-option {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s;
  width: 100%;
  font-family: inherit;
}

.codac-quiz-option:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #D66027;
  transform: translateX(4px);
}

.codac-quiz-disclaimer {
  margin-top: 2rem;
  font-size: 0.75rem;
  text-align: center;
  opacity: 0.8;
  line-height: 1.4;
}

.codac-quiz-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 0.75rem;
  margin-top: 1.5rem;
}

.codac-quiz-result-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.codac-quiz-result-message {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  text-align: center;
  opacity: 0.95;
}

.codac-quiz-cta {
  background-color: #D66027;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s;
  font-family: inherit;
  display: block;
  text-align: center;
  text-decoration: none;
}

.codac-quiz-cta:hover { opacity: 0.9; }

.codac-quiz-secondary {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s;
  font-family: inherit;
}

.codac-quiz-secondary:hover { background-color: rgba(255, 255, 255, 0.1); }

.codac-quiz-crisis {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: rgba(255, 200, 87, 0.15);
  border-left: 4px solid #D66027;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
