
  /* Saját .em- prefix, hogy ne ütközzön a téma stílusaival. Letisztult, light. */
  .em-wrap{max-width:640px;margin:0 auto;background:#fff;color:#2c2c2a;
    border:1px solid #e7e5e0;border-radius:14px;padding:20px 22px;
    font-family:inherit;line-height:1.5;box-sizing:border-box}
  .em-wrap *{box-sizing:border-box}
  .em-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}
  .em-eyebrow{display:block;font-size:13px;color:#8a887f;margin-bottom:2px}
  .em-date{font-size:22px;font-weight:600}
  .em-badge{background:#faece7;color:#993c1d;font-size:12px;padding:4px 12px;
    border-radius:8px;white-space:nowrap;align-self:center}
  .em-controls{display:flex;align-items:center;gap:8px;margin-bottom:16px}
  .em-nav{width:40px;height:40px;flex-shrink:0;border:1px solid #d9d7d0;background:#fff;
    border-radius:8px;font-size:22px;line-height:1;color:#2c2c2a;cursor:pointer}
  .em-nav:hover:not(:disabled){background:#f6f5f1}
  .em-nav:disabled{opacity:.4;cursor:default}
  .em-select{flex:1;height:40px;border:1px solid #d9d7d0;border-radius:8px;
    padding:0 12px;font-size:14px;background:#fff;color:#2c2c2a;cursor:pointer}
  .em-stage{min-height:200px;display:flex;align-items:center;justify-content:center;
    background:#faf9f6;border:1px solid #efeee9;border-radius:10px;overflow:hidden}
  .em-stage img{display:block;max-width:100%;height:auto}
  .em-msg{font-size:14px;color:#8a887f;padding:24px;text-align:center}
  .em-foot{display:flex;justify-content:flex-end;margin-top:16px}
  .em-dl{display:inline-flex;align-items:center;gap:8px;text-decoration:none;
    font-size:14px;color:#2c2c2a;border:1px solid #d9d7d0;border-radius:8px;padding:9px 16px}
  .em-dl:hover{background:#f6f5f1}
  .em-dl.is-off{opacity:.4;pointer-events:none}
