/* Lost in Italy 404 MCQ panel */
.eu-404-mcq-panel{background:#fff;border-radius:18px;padding:28px 24px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.eu-404-mcq-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #e8edf5}
.eu-404-mcq-header span{color:#1e3a6e;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.eu-404-mcq-header strong{color:#2563eb;font-size:13px;font-weight:600}
.eu-404-mcq-options{display:flex;flex-direction:column;gap:10px}.eu-404-mcq-option{position:relative;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8faff;text-decoration:none;transition:.2s;overflow:hidden}
.eu-404-mcq-option:hover{border-color:#2563eb;background:#eff6ff;transform:translateX(3px)}.eu-404-opt-letter{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#e8edf8;border:1px solid #d0d9ef;color:#1e3a6e;font-size:12px;font-weight:700;transition:.2s}
.eu-404-mcq-option:hover .eu-404-opt-letter{background:#2563eb;color:#fff;border-color:#2563eb}.eu-404-opt-text{flex:1;min-width:0}.eu-404-opt-text strong{display:block;margin-bottom:2px;color:#0f172a;font-size:14px;font-weight:600}.eu-404-opt-text small{display:block;color:#64748b;font-size:12px}.eu-404-opt-arrow{color:#94a3b8;font-size:16px;opacity:.5;transform:translateX(-4px);transition:.2s}.eu-404-mcq-option:hover .eu-404-opt-arrow{opacity:1;transform:translateX(0);color:#2563eb}
.eu-404-mcq-option:nth-child(1){animation:eu404opt .5s .4s both}.eu-404-mcq-option:nth-child(2){animation:eu404opt .5s .5s both}.eu-404-mcq-option:nth-child(3){animation:eu404opt .5s .6s both}.eu-404-mcq-option:nth-child(4){animation:eu404opt .5s .7s both}@keyframes eu404opt{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}