body {
  font-family: 'Noto Sans', sans-serif;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* Performance table styling */
.table-container {
  overflow-x: visible;
  margin-bottom: 1.5rem;
}

.table-container:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .table-container {
    overflow-x: auto;
  }
}

.performance-table {
  font-size: 0.9rem;
  white-space: nowrap;
}

.performance-table th,
.performance-table td {
  padding: 0.6rem 0.8rem;
  text-align: center;
  vertical-align: middle;
}

.performance-table th:first-child,
.performance-table td:first-child {
  min-width: 220px;
  position: sticky;
  left: 0;
  z-index: 1;
}

.performance-table th {
  background-color: white;
}

.performance-table th:first-child {
  background-color: white;
}

.performance-table tbody tr.highlight-row td {
  background-color: #e3f2fd;
}

.performance-table tbody tr.highlight-row td:first-child {
  background-color: #e3f2fd;
}

.performance-table tbody tr td:first-child {
  background-color: #fafafa;
}

.performance-table tbody tr td {
  background-color: #fafafa;
}

.performance-table tbody tr:not(.highlight-row):hover td {
  background-color: #f0f0f0;
}

.performance-table tbody tr:not(.highlight-row):hover td:first-child {
  background-color: #f0f0f0;
}

.performance-table tbody tr.highlight-row:hover td {
  background-color: #bbdefb;
}

.performance-table tbody tr.highlight-row:hover td:first-child {
  background-color: #bbdefb;
}

.performance-table h3 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
    font-family: 'Google Sans', sans-serif;
}

.performance-table h3:first-child {
    margin-top: 1.5rem;
}

.best-score {
  font-weight: bold;
}

/* Title styling improvements */
.title.is-3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.title.is-3:first-child {
    margin-top: 0;
}

/* Section spacing */
.section {
    padding: 3rem 1.5rem;
}

.columns.is-centered {
    margin-bottom: 2rem;
}
/* Remove gray border from code blocks */
pre {
  border: none !important;
  box-shadow: none !important;
}

pre code {
  border: none !important;
  box-shadow: none !important;
}

.hljs {
  border: none !important;
  box-shadow: none !important;
}

/* GitHub-style code blocks */
pre {
  background-color: #fafafa !important;
  border: 1px solid #d1d9e0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  padding: 16px !important;
  margin: 16px 0 !important;
  overflow-x: auto !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  position: relative !important;
}

pre code {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace !important;
}

.hljs {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #24292e !important;
}

/* Copy button styles */
.code-container {
  position: relative;
}

.copy-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f6f8fa;
  border: 1px solid #d1d9e0;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  color: #656d76;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

.copy-button:hover {
  background: #f3f4f6;
  border-color: #afb8c1;
  color: #24292e;
}

.code-container:hover .copy-button {
  opacity: 1;
}

.copy-button.copied {
  color: #0969da;
  border-color: #0969da;
}

/* GitHub syntax highlighting */
.hljs-keyword { color: #d73a49; }
.hljs-string { color: #032f62; }
.hljs-comment { color: #6a737d; font-style: italic; }
.hljs-number { color: #005cc5; }
.hljs-built_in { color: #005cc5; }
.hljs-function { color: #6f42c1; }
.hljs-variable { color: #e36209; }

/* Section content wrapper for consistent spacing */
.section-content {
  margin-bottom: 3rem;
}

.section-content:last-child {
  margin-bottom: 0;
}