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

.full-moon {
  position: absolute;
  left: 45px;
  top: 0;
  max-height: 300px;
  pointer-events: none;
}
.blood-moon {
  position: absolute;
  right: 45px;
  top: 0;
  max-height: 300px;
  pointer-events: none;
}
.v-rising-art-left {
  position: absolute;
  left: -50px;
  bottom: 0;
  max-height: 393px;
  pointer-events: none;
}
.v-rising-art-right {
  position: absolute;
  right: -69px;
  bottom: 0;
  max-height: 410px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .full-moon,
  .blood-moon,
  .v-rising-art-left,
  .v-rising-art-right { display: none; }
}

