.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}

/* MimaMenu: keep containers from clipping the iframe */
.mimamenu-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;
}
.mimamenu-root iframe#ezm-frame{
  display:block;
  width:100%;
  border:0;
  min-height:1200px; /* safe first paint */
  height:auto;
}


/* Stable shortcode embed mode */
.mimamenu-root--stable-embed {
  display: block;
  width: 100%;
  max-width: 100%;
  height: var(--mimamenu-embed-height, 85vh);
  overflow: hidden !important;
  border-radius: 0;
}

.mimamenu-root--stable-embed .mimamenu-embed-frame {
  display: block;
  width: 100%;
  height: var(--mimamenu-embed-height, 85vh) !important;
  min-height: 0 !important;
  max-height: none !important;
  border: 0;
  overflow: auto;
  background: #fff;
}

html.mimamenu-shortcode-scroll-locked,
html.mimamenu-shortcode-scroll-locked body,
body.mimamenu-shortcode-scroll-locked {
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none;
}

.mimamenu-root--lock-page-scroll {
  overscroll-behavior: contain;
}

.mimamenu-shortcode-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 760px;
  margin: 24px auto;
  padding: 20px;
  border: 1px solid #e5eaf3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
  box-sizing: border-box;
}

.mimamenu-shortcode-card-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.mimamenu-shortcode-card-text {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.mimamenu-shortcode-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .22);
}

.mimamenu-shortcode-button:hover,
.mimamenu-shortcode-button:focus {
  background: #1d4ed8;
  color: #fff !important;
}

@media (max-width: 640px) {
  .mimamenu-root--stable-embed .mimamenu-embed-frame {
    height: var(--mimamenu-embed-height, 88vh) !important;
    min-height: 620px;
  }

  .mimamenu-shortcode-card {
    align-items: stretch;
    flex-direction: column;
  }

  .mimamenu-shortcode-button {
    width: 100%;
  }
}
