.gsv-viewer {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.gsv-score {
  position: relative;
  overflow-x: auto;        
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;     
}

.gsv-score img {
  display: block;
  width: auto;    /* تصویر حفظ اندازه واقعی */
  height: auto;
}

.gsv-score .highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: rgba(255,0,0,0.5);
  pointer-events: none;
}
