/* Juni Perus window styling */
#jp-window {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  z-index: 1000;
  pointer-events: none; /* Allow clicks to go through */
}

/* Owl image styling */
#owl-image {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  z-index: 1000;
  pointer-events: none; /* Allow clicks to go through */
}

/* Nest page description styling */
.nest-description {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 24px;
}

.nest-description p {
  margin: 0 0 8px 0;
}
