
/* MVM Header Pills (operator buttons row) */
.mvm-header-pills{background:var(--mvm-hp-bg,#f07a18);padding:10px 0}
.mvm-header-pills__inner{max-width:1100px;margin:0 auto;padding:0 16px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.mvm-header-pills.is-nowrap .mvm-header-pills__inner{flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}
.mvm-hp-pill{display:inline-flex;align-items:center;justify-content:center;background:var(--mvm-hp-pill-bg,#f8c08f);color:var(--mvm-hp-pill-text,#111);text-decoration:none;border-radius:10px;padding:8px 14px;font-size:14px;line-height:1;white-space:nowrap}
.mvm-hp-pill:hover{filter:brightness(0.97)}
@media (max-width:600px){
  .mvm-header-pills__inner{gap:8px}
  .mvm-hp-pill{padding:7px 12px;font-size:13px;border-radius:9px}
}
