.jun88-laptop-gallery {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fff;
  display: flex !important;
  justify-content: center;
  max-width: 100% !important;
  overflow: hidden;
  width: 100% !important;
}

.jun88-laptop-gallery > img {
  display: block;
  height: 100% !important;
  max-height: none !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

.jun88-gallery-thumbs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 10px 0 14px;
  width: 100%;
}

.jun88-gallery-thumbs button {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 2px solid #e2e6ee;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 3px;
}

.jun88-gallery-thumbs button.active {
  border-color: #174ba8;
  box-shadow: 0 0 0 1px #174ba8;
}

.jun88-gallery-thumbs img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 767px) {
  .jun88-gallery-thumbs { gap: 5px; margin-top: 7px; }
  .jun88-gallery-thumbs button { padding: 2px; }
}
