form[data-static-quiz] .qsm-page {
  display: block !important;
}

.ptcb-static-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.ptcb-static-controls button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  padding: 13px 24px;
}

.ptcb-static-submit {
  background: #24417c;
  color: #fff;
}

.ptcb-static-reset {
  background: #e7ebee;
  color: #24417c;
}

.ptcb-answer-correct {
  background: #e7f8ef;
  border: 2px solid #248a52;
  border-radius: 8px;
  padding: 8px;
}

.ptcb-answer-wrong {
  background: #fff0f0;
  border: 2px solid #b63a3a;
  border-radius: 8px;
  padding: 8px;
}

.ptcb-static-feedback,
.ptcb-static-result {
  border-radius: 12px;
  margin: 16px 0 26px;
  padding: 16px 18px;
}

.ptcb-static-feedback.is-correct {
  background: #e7f8ef;
  color: #185d38;
}

.ptcb-static-feedback.is-wrong {
  background: #fff0f0;
  color: #842828;
}

.ptcb-static-explanation {
  color: #355575;
  margin-top: 8px;
}

.ptcb-static-result {
  background: #f3f5f7;
  border-left: 5px solid #24417c;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.05em;
}

