/* Canvas cabinet finishing: the action rail must never cover a specimen. */
.shop-canvas-view .shop-fight-host {
  position: static;
  margin-top: 14px;
}

@media (max-width: 650px) {
  .shop-canvas-view .shop-fight-host {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin: 12px 0 0;
    border-radius: 12px;
  }
  .shop-canvas-view .shop-fight-host .fight { width: 100%; min-height: 44px; }
  .shop-canvas-view .shop-fight-host p { text-align: center; }
  /* The canvas has its own full-width cards; leave the header in document
     flow so a wrapped HUD cannot mask market cards while the page scrolls. */
  .shop-canvas-view .hud { position: static; }
}
