/* zomboid.css — page-specific art only */
/* Shared structural styles live in server-page.css */

.pz-art-left {
  position: absolute;
  left: -60px;
  bottom: -40px;
  max-height: 450px;
  pointer-events: none;
}
.pz-art-right {
  position: absolute;
  right: -60px;
  bottom: -25px;
  max-height: 450px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .pz-art-left,
  .pz-art-right { display: none; }
}

