.trainai-expert-quiz {
  border-top: 1px solid #d5e0e7;
  margin-top: 2rem;
  min-width: 0;
  padding-top: 1.5rem;
}

.trainai-expert-kicker,
.trainai-expert-progress {
  color: #486477;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.trainai-expert-quiz fieldset {
  border: 0;
  margin: 1rem 0;
  min-inline-size: 0;
  padding: 0;
  width: 100%;
}

.trainai-expert-quiz legend {
  color: #173149;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.trainai-expert-quiz .trainai-expert-option,
.trainai-expert-quiz .trainai-expert-primary {
  border: 1px solid #7fa1b8;
  border-radius: .5rem;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: .65rem 0;
  max-width: 100%;
  min-height: 44px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: .75rem 1rem;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.trainai-expert-option {
  background: #fff;
  color: #173149;
}

.trainai-expert-option[data-correct="true"] {
  border-color: #24654f;
  box-shadow: inset .3rem 0 #24654f;
}

.trainai-expert-option[data-selected="true"] {
  font-weight: 700;
}

.trainai-expert-option:focus-visible,
.trainai-expert-primary:focus-visible {
  outline: 3px solid #e85672;
  outline-offset: 2px;
}

.trainai-expert-primary {
  background: #0f5684;
  border-color: #0f5684;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.trainai-expert-feedback,
.trainai-expert-award {
  background: #eaf4f0;
  border-radius: .75rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 1rem;
}

.trainai-expert-score {
  color: #0f5684;
  font-size: 1.25rem;
  font-weight: 700;
}
