.pg-gallery {
  width: 100%;
}

.pg-gallery__main {
  width: 100%;
  margin-bottom: 12px;
}

.pg-gallery__main-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.pg-gallery__thumbs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100%;
}

.pg-gallery__thumb {
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 100px !important;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top;
}

.pg-gallery__thumb img {
  display: block;
  width: 100px !important;
  height: auto;
}

.pg-gallery__thumb.is-active {
  border-color: #000;
}
