.mnchw-archive-wrap { max-width:1100px; margin:30px auto; padding:0 15px; }
.mnchw-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap:20px; }
.mnchw-item { background:#fff; border:1px solid #e6e6e6; padding:15px; border-radius:8px; box-shadow:0 1px 3px rgba(0,0,0,0.04); }
.mnchw-thumb img { max-width:100%; height:auto; border-radius:6px; margin-bottom:10px; }
.mnchw-download-btn { background:#1e73be; color:#fff; padding:8px 12px; border-radius:6px; text-decoration:none; }
.mnchw-count { color:#666; margin-left:8px; }
.mnchw-single { max-width:800px; margin:30px auto; padding:0 15px; background:#fff; border-radius:8px; }
.mnchw-meta { color:#666; margin-bottom:12px; }
.mnchw-latest-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap:15px; }
.mnchw-card { border:1px solid #e6e6e6; padding:12px; border-radius:6px; }
.mnchw-small-btn { padding:6px 8px; border-radius:5px; text-decoration:none; background:#1e73be; color:#fff; }
