.image_preview_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Open Sans", sans-serif;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.image_preview_button_wrapper .tenweb-image-preview-button {
  width: 180px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.image_preview_button_wrapper .tenweb-image-preview-button:hover {
  background: #000;
  color: #fff;
}
.image_preview_button_wrapper .tenweb-image-scroll-button {
  width: 260px;
  height: 50px;
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.image_preview_button_wrapper .tenweb-image-scroll-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
