/* WM EGL Home Blocks — grille d'avis (neutre, hérite du thème courant).
   Déposé dans generatepress-child/, enqueue par mu-plugin wm-egl-home.php sur la home. */
:root{
	--wm-egl-card-bg:#fff;
	--wm-egl-card-border:#e7e7e7;
	--wm-egl-muted:#888;
	--wm-egl-radius:10px;
}
.wm-egl-section{margin:0 0 8px}
.wm-egl-h2{margin:38px 0 4px;font-size:1.55em;line-height:1.2}
.wm-egl-rowhead{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;margin:34px 0 0}
.wm-egl-rowh{margin:0;font-size:1.25em;line-height:1.2}
.wm-egl-more{font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}
.wm-egl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;margin:16px 0 0;padding:0;list-style:none}
.wm-egl-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid var(--wm-egl-card-border);border-radius:var(--wm-egl-radius);overflow:hidden;background:var(--wm-egl-card-bg)}
.wm-egl-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.08)}
.wm-egl-thumb{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f4f4f4}
.wm-egl-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.wm-egl-title{display:block;padding:10px 12px 12px;font-size:14px;line-height:1.35;font-weight:600}
@media(max-width:480px){.wm-egl-grid{grid-template-columns:repeat(2,1fr);gap:12px}}
