.lightbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
  }
  
  #lightbox-image {
    max-width: 80vw;
    max-height: 80vh;
    border-radius: 8px;
  }
  
  #prev-btn, #next-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
  }