body {
  font-family: 'Google Sans', 'Noto Sans', sans-serif; /* Or other desired sans-serif fonts */
  line-height: 1.5;
  color: #333; /* Or a darker gray for better readability */
}

h1, h2, h3, h4, h5, h6,
p, span, div, a, button, table {
    font-family: inherit;
}

.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 {
}

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

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

.publication-header .hero-body {
}

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

.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 {
}

.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 {
}

.publication-links .button {
  /* Existing styles */
  background-color: #333; /* Dark gray or black */
  color: #fff; /* White */
  border-radius: 290486px; /* Or adjust for desired roundness */
  border: none; /* Remove border */
  /* Add or adjust padding if needed */
  padding: 0.75em 1.5em; /* Example padding */
}

.publication-links .button:hover {
  background-color: #555; /* Slightly lighter gray on hover */
}


.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}

.message-bubble {
  background-color: #ffeaea;
  border-radius: 50px;
  padding: 0px 8px;
  max-width: 70%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ff416c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

/* Remove vertical borders from table cells */
.table.no-vertical-lines th,
.table.no-vertical-lines td {
    border-left: none !important;
    border-right: none !important;
}

/* If you want to remove the outer vertical borders of the table itself */
.table.no-vertical-lines {
    border-left: none !important;
    border-right: none !important;
}