.test-modal-header{background:#fff;border-bottom:1px solid #eef0f6;align-items:center;gap:14px;padding:22px 26px;display:flex}.test-modal-icon{background:#eef0ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.test-modal-icon i{color:var(--primary-clr);font-size:18px}.test-modal-title{color:#1c1d1f;margin:0;font-size:1.15rem;font-weight:800}.test-modal-body{background:#fff;padding:24px 26px 28px}.test-modal-intro{text-align:center;color:#6a6f85;margin-bottom:22px;font-size:14px}.test-option-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #eef0f6;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.test-option-card:hover{border-color:var(--primary-clr);transform:translateY(-2px);box-shadow:0 8px 20px #1e18d21a}.test-option-flag{background:#f5f6fb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.test-option-flag img{object-fit:contain;width:34px;height:34px}.test-option-body{flex:1;min-width:0}.test-option-name{color:#1c1d1f;margin-bottom:4px;font-size:15px;font-weight:800}.test-option-level{color:var(--primary-clr);letter-spacing:.2px;background:#eef0ff;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.test-option-arrow{color:#c4c8d6;flex-shrink:0;font-size:14px;transition:transform .2s,color .2s}.test-option-card:hover .test-option-arrow{color:var(--primary-clr);transform:translate(3px)}
