.ezm-wrap{max-width:1080px;margin:24px auto;padding:0 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto}
.ezm-filterbar{display:grid;grid-template-columns:220px 160px 1fr;gap:10px;align-items:center;margin:10px 0 18px;background:#f8fafc;border:1px solid #eef2f7;padding:10px 12px;border-radius:12px}
.ezm-f-col select,.ezm-f-col input{width:100%;padding:9px 10px;border:1px solid #cbd5e1;border-radius:10px}
.ezm-f-grow{grid-column:3}
.ezm-switch{display:flex;align-items:center;gap:10px;user-select:none}
.ezm-menu .ezm-cat{margin:18px 0}
.ezm-cat-title{font-size:18px;margin:8px 0 10px}
.ezm-items{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media (max-width:768px){.ezm-items{grid-template-columns:1fr}}
.ezm-item{display:flex;gap:12px;align-items:flex-start;border:1px solid #eef2f7;background:#fff;border-radius:12px;padding:10px}
.ezm-img{width:92px;height:92px;object-fit:cover;border-radius:10px}
.ezm-meta{flex:1}
.ezm-row{display:flex;justify-content:space-between;gap:12px}
.ezm-name{margin:0;font-size:16px}
.ezm-price{font-weight:700}
.ezm-desc{margin:6px 0 0;color:#64748b;font-size:13px}
.ezm-badge{display:inline-block;background:#2563eb;color:#fff;font-size:11px;border-radius:999px;padding:2px 8px;margin-top:6px}

/* EasyMenu: keep containers from clipping the iframe */
.easymenu-root {
  overflow: visible !important;
  contain: none !important;
  content-visibility: visible !important;
}
:where(.wp-site-blocks,
       .entry-content,
       .wp-block-post-content,
       .wp-block-group,
       .post-inner,
       .site-content){
  overflow: visible !important;
}
.easymenu-root iframe#ezm-frame{
  display:block;
  width:100%;
  border:0;
  min-height:1200px; /* safe first paint */
  height:auto;
}
