.cms-detector{max-width:500px;margin:20px auto;padding:20px;border:1px solid #ddd;border-radius:5px}.cms-detector-input{width:70%;padding:8px;margin-right:5px}.cms-detector-btn{padding:8px 15px;background:#2271b1;color:#fff;border:none;border-radius:3px;cursor:pointer}.cms-detector-result{margin-top:15px;padding:10px;background:#f5f5f5;border-radius:3px}.cms-detector-loading{margin-top:10px;color:#666}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#2271b1;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}