@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  background-color: #f8f9fa;
  color: #343a40;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  font-size: 18px;
  margin: 40px auto;
  width: 85%;
  max-width: 1400px;
}

div.header,
div.teaser,
div.content {
  margin-left: auto;
  margin-right: auto;
}

div.narrower {
  width: 80% !important;
}

div.header div {
  margin: 6px;
  text-align: center;
}

div.teaser img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
}

.paper-title {
  font-size: 36px;
  font-weight: 600;
}

.author-block {
  font-size: 20px;
  margin: 0px 12px;
}

.institution-block {
  font-size: 16px;
  margin: 0px 10px;
}

.note-block {
  color: gray;
  font-size: 16px;
}

.venue-block {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.link-block {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}

.badge {
  height: 28px;
  vertical-align: middle;
  margin: 0 2px;
}

.badge image {
  vertical-align: bottom;
}

.dataset-name {
  font-weight: bold;
  color: #4A90E2;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  color: #212529;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}

.disclaimerbox {
  background-color: #eee;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
}

video.header-vid {
  height: 140px;
  border: 1px solid black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

figcaption {
  margin: 10px auto;
  width: 70%;
  text-align: center;
  font-size: 14px;
  color: #6c757d;
  font-style: italic;
}

img.header-img {
  height: 140px;
  border: 1px solid black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

img.rounded {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

a:link,
a:visited {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

td.dl-link {
  height: 160px;
  text-align: center;
  font-size: 22px;
}

.vert-cent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}

.content p, .content ol {
  line-height: 1.8;
}

.content ol li {
  margin-bottom: 15px;
}

.content img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
}

.citation {
  text-align: left;
  font-family: monospace;
  font-size: 8pt;
  text-wrap: auto;
}

.paper-title a {
  text-decoration: none;
  color: inherit;
}

.paper-title a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1120px) {
  body {
    font-size: 16px;
    width: 90%;
  }
  div.teaser img {
    max-width: 100%;
  }
  .paper-title {
    font-size: 26px;
  }
  .author-block,
  .institution-block,
  .note-block {
    font-size: 14px;
  }
  .link-block {
    font-size: 20px;
  }
  .badge {
    width: auto;
    height: 28px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  h1 {
    font-size: 26px;
  }
}
