/* LO-CAL Ordering V2.6.1.1 — images inside existing choice cards only */

/* Never show the old separate visual block */
#local-sauce-visuals,
.local-addon-grid,
.local-addon-card{
  display:none!important;
}

/* Existing ordering card remains the clickable/selectable control */
.local-has-thumb{
  position:relative;
}

.local-inline-thumb{
  display:block;
  flex:0 0 auto;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
}

.local-inline-thumb-sauce{
  width:62px;
  height:54px;
  margin:4px 12px 4px 0;
}

.local-inline-thumb-drink{
  width:68px;
  height:86px;
  margin:4px 14px 4px 0;
}

/* Common LO-CAL choice layouts: keep image and existing text/control in same card */
label.local-has-thumb,
.c.local-has-thumb,
.option.local-has-thumb,
.item.local-has-thumb,
button.local-has-thumb,
.drink-card.local-has-thumb{
  display:flex!important;
  align-items:center!important;
}

/* Do not let image disturb quantity controls */
.drink-card.local-has-thumb .drink-stepper{
  margin-left:auto;
}

@media(max-width:550px){
  .local-inline-thumb-sauce{width:54px;height:48px;margin-right:10px}
  .local-inline-thumb-drink{width:58px;height:76px;margin-right:10px}
}
