* {
  box-sizing: border-box;
}

.slideshow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  width: 90%;
  margin-bottom: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
  aspect-ratio: 3 / 2;
  margin-bottom: 0;
}

.mySlides img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

/* Arrow buttons - positioned outside slideshow */
.prev,
.next {
  cursor: pointer;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  border: none;
  background: none;
  user-select: none;
  margin: 0;
}

.prev {
  justify-content: flex-end;
  padding-right: 8px;
}

.next {
  justify-content: flex-start;
  padding-left: 8px;
}

.prev:hover,
.next:hover {
  color: rgb(255, 0, 212);
}

.numbertext {
  color: #666;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
}
