.edp-quiz{--blue:#143d73;--gold:#f5b942;max-width:760px;margin:28px auto;border:1px solid #dbe5f0;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgb(20 61 115 / .12);overflow:hidden;font-family:inherit}.edp-quiz-cover,.edp-quiz-stage{padding:32px}.edp-quiz-cover{text-align:center;background:linear-gradient(135deg,#f7fbff,#fff8e8)}.edp-quiz-badge{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--gold);color:#182a40;font-size:12px;font-weight:800;letter-spacing:.08em}.edp-quiz h3{color:var(--blue);font-size:24px;line-height:1.35;margin:16px 0}.edp-start,.edp-next,.edp-restart{border:0;border-radius:12px;background:var(--blue);color:#fff!important;padding:13px 24px;font-weight:700;cursor:pointer}.edp-progress{height:8px;background:#e8eef5;border-radius:9px;overflow:hidden}.edp-progress span{display:block;height:100%;background:var(--gold);transition:width .25s}.edp-meta{display:flex;justify-content:space-between;color:#63748a;font-size:14px;margin:14px 0}.edp-options{display:grid;gap:12px}.edp-options button{display:flex;align-items:center;gap:12px;width:100%;padding:14px;text-align:left;border:2px solid #e1e8f0;border-radius:12px;background:#fff;color:#20344d;cursor:pointer;font-size:16px}.edp-options button:hover{border-color:#91abd0;background:#f7fbff}.edp-options span{display:grid;place-items:center;min-width:30px;height:30px;border-radius:50%;background:#eaf0f8;font-weight:800}.edp-options .correct{border-color:#24a267;background:#edfff6}.edp-options .wrong{border-color:#dc4b4b;background:#fff1f1}.edp-feedback{margin-top:18px;padding:16px;border-radius:12px}.edp-feedback.is-correct{background:#e9fff4;color:#176f49}.edp-feedback.is-wrong{background:#fff3f3;color:#963232}.edp-feedback p{margin:7px 0 14px}.edp-result{text-align:center;padding:20px}.edp-score{display:grid;place-items:center;margin:auto;width:130px;height:130px;border-radius:50%;background:var(--blue);color:#fff;font-size:38px;font-weight:800;border:9px solid var(--gold)}@media(max-width:600px){.edp-quiz-cover,.edp-quiz-stage{padding:22px}.edp-quiz h3{font-size:20px}}