body {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 980px) {
  body {
    width: 980px;
  }
}

h1 {
  font-weight: 300;
  line-height: 1.15em;
}

h2 {
  font-size: 1.8em;
  padding-top: 2.5rem;
  font-weight: 300 !important;
}
a:link,
a:visited {
  color: #3d5a6a;
  text-decoration: none;
}
a:hover {
  color: #4b8672;
}
h1 {
  text-align: center;
}
h2,
h3 {
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}
h2 {
  font-weight: 400;
  margin: 16px 0px 0px 0px;
}
h3 {
  font-weight: 500;
  margin: 36px 0px 8px 0px;
}

.paper-title {
  padding: 1px 0px 1px 0px;
}
section {
  margin: 32px 0px 32px 0px;
  text-align: justify;
  clear: both;
}
.col-5 {
  width: 20%;
  float: left;
}
.col-4 {
  width: 25%;
  float: left;
}
.col-3 {
  width: 33%;
  float: left;
}
.col-2 {
  width: 50%;
  float: left;
}
.col-1 {
  width: 100%;
  float: left;
}

.author-row,
.affil-row {
  font-size: 26px;
}

.author-row-new {
  text-align: center;
}

.author-row-new a {
  display: inline-block;
  font-size: 20px;
  padding: 3px 1.5px 7.5px 4.5px;
}

.author-row-new sup {
  color: #313436;
  font-size: 12px;
}

.affiliations {
  font-size: 20px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: -4px;
}

.row {
  margin: 16px 0px 16px 0px;
}
.authors {
  font-size: 26px;
}
.affil-row {
  margin-top: 18px;
}
.teaser {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.screenshot {
  width: 256px;
  border: 1px solid #ddd;
}
.screenshot-el {
  margin-bottom: 16px;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
  margin-bottom: 0.75rem;
}
.material-icons {
  vertical-align: -6px;
}
p {
  line-height: 1.25em;
}
.caption {
  font-size: 16px;
  color: #666;
  margin-top: 4px;
  margin-bottom: 10px;
}
video {
  display: block;
  margin: auto;
}
figure {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#bibtex pre {
  font-size: 14px;
  background-color: #eee;
  padding: 16px;
}
.green {
  color: #0e710e;
  font-weight: bold;
}
.orange {
  color: #d35400;
  font-weight: bold;
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.coming-soon {
  position: absolute;
  top: -15px;
  right: -15px;
}

.paper-btn:hover {
  color: #ff8563;
  transform: translateY(-2px);
}

.paper-btn-parent {
  display: flex;
  justify-content: center;
  margin: 16px 0px;
  gap: 25px;
  font-size: 20px;
}

.github-btn:hover {
  color: #ff8563;
  transform: translateY(-2px);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.venue {
  font-size: 23px;
  text-align: center;
  margin-bottom: 16px;
  color: #2e5266;
  font-weight: 500;
}

.topnav {
  background-color: #eeeeee;
  overflow: hidden;
}

.topnav div {
  max-width: 1070px;
  margin: 0 auto;
}

.topnav a {
  display: inline-block;
  color: black;
  text-align: center;
  vertical-align: middle;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 18px;
}

.topnav img {
  padding: 2px 0px;
  width: 100%;
  margin: 0.2em 0px 0.3em 0px;
  vertical-align: middle;
}

pre {
  font-size: 0.9em;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  background-color: rgb(235, 235, 235);
  overflow-x: auto;
}

code {
  font-family: 'Courier New', Courier, monospace;
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

.code-block {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
  overflow-x: auto;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.85em;
  line-height: 1.4;
}

.download-thumb {
  display: flex;
}

@media only screen and (max-width: 620px) {
  .download-thumb {
    display: none;
  }
}

.paper-stuff {
  width: 50%;
  font-size: 20px;
}

@media only screen and (max-width: 620px) {
  .paper-stuff {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}

.column {
  text-align: center;
  float: left;
  width: 16.666%;
  padding: 5px;
}
.column3 {
  text-align: center;
  float: left;
  width: 33.333%;
  padding: 5px;
}
.border-right {
  border-right: 1px solid black;
}
.border-bottom {
  border-bottom: 1px solid black;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10px;
  width: 100%;
}

.image-grid img {
  width: 100%;
}

.image-grid img:first-child {
  object-fit: contain;
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .column3 {
    width: 100%;
  }
}

.figure img {
  width: 100%;
}

.image-grid-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 90%;
  justify-items: center;
  margin: 0 auto;
}

.image-grid-three img {
  width: 100%;
}

.image-grid-tab {
  text-align: center;
  justify-content: center;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1.22fr;
  gap: 10px;
  width: 90%;
  justify-items: center;
  margin: 0 auto;
}

.image-grid-tab img {
  width: 100%;
}

blockquote {
  font-weight: 300;
  background-color: #d8e3ea;
  padding: 0px;
  margin: 2px 0;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.paper-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.45em 0.9em;
  font-size: 0.9em;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: transform 0.2s, background-color 0.2s;
  margin-right: -0.75em;
}
.paper-btn i {
  margin-right: 0.375em;
}
.arxiv-btn {
  background: #ffffff;
  color: #40667b !important;
  margin-left: -0.75em;
}
.arxiv-btn:hover {
  background: #cddee7;
  color: #335263 !important;
  transform: translateY(-2px);
}
.code-btn {
  background: #ffffff;
  color: #40667b !important;
}
.code-btn:hover {
  background: #cddee7;
  color: #335263 !important;
  transform: translateY(-2px);
}

.dataset-btn {
  background: #ffffff;
  color: #40667b !important;
}
.dataset-btn:hover {
  background: #cddee7;
  color: #335263 !important;
  transform: translateY(-2px);
}

.model-btn {
  background: #ffffff;
  color: #40667b !important;
}
.model-btn:hover {
  background: #cddee7;
  color: #335263 !important;
  transform: translateY(-2px);
}

.paper-btn .badge {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #e9865f;
  color: white;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
}

.paper-btn .badge-available {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #3b89c4;
  color: white;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95em;
}

.comparison-table th,
.comparison-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.comparison-table th {
  background-color: #f5f5f5;
  font-weight: 500;
}

.comparison-table tr:hover {
  background-color: #f9f9f9;
}
