/* ECCV Custom Viewer Styles */

.viewer-shell {
  margin-top: 8px;
  margin-bottom: 20px;
}

.viewer-header {
  margin-bottom: 12px;
}

.viewer-title {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.viewer-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 384 / 256;
  border: 1.5px solid #000;
  border-radius: 15px;
  overflow: hidden;
  background: #f2f2f2;
}

#agile-viewer {
  width: 100%;
  height: 100%;
  display: block;
}

.sequence-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.agile-thumbnail-gallery {
  margin-top: 14px;
}

#agile-thumbnail-gallery .rerun-thumbnails-wrapper.compact {
  padding: 0 40px;
}

#agile-thumbnail-gallery .rerun-thumbnail {
  width: 210px;
  height: 118px;
  border-radius: 14px;
}

#agile-thumbnail-gallery .rerun-thumbnail::after {
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
}
