.page__content h1 {
  margin-top: 1.15em;
}

.page__content h4 {
  margin-bottom: 0.45em;
}

.venue-label {
  display: inline-block;
  background-color: #003366;
  color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.45;
}

.tag {
  display: inline-block;
  color: rgb(33, 32, 32);
  padding: 3px 7px;
  border-radius: 15px;
  font-size: 0.8em;
  margin: 3px 5px 8px 0;
}

.tag-agent {
  background-color: #d8f060;
}

.tag-safety {
  background-color: #bde0fe;
}

.tag-mm {
  background-color: #ffc800;
}

.tag-dllm {
  background-color: #cdb4db;
}

.tag-rl {
  background-color: #a2d2ff;
}

.paper-box-image > div {
  position: relative;
  width: 100%;
  overflow: visible;
}

.paper-box .paper-box-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain !important;
  object-position: center center;
  background: #fff;
}

.paper-box-text p:first-child {
  margin-bottom: 0.25em;
  font-weight: 700;
}

.author__avatar img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: center center;
  background: #fff;
  border-radius: 50%;
}

.experience-list {
  display: grid;
  gap: 1.15em;
  margin-top: 0.7em;
}

.experience-entry {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1em;
  align-items: start;
}

.org-logo {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
  object-position: center center;
  justify-self: center;
  align-self: start;
  margin-top: 0.05em;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.org-logo-qwen {
  width: 58px;
  height: 58px;
}

.org-logo-shlab {
  width: 86px;
  height: 62px;
}

.org-logo-fudan,
.org-logo-bit {
  width: 62px;
  height: 62px;
}

.experience-entry h4 {
  margin-top: 0;
  margin-bottom: 0.1em;
}

.experience-entry p {
  margin-bottom: 0.25em;
}

.experience-date {
  color: #777;
  font-style: italic;
}

.visitor-map {
  width: 70%;
  margin-top: 0.75em;
  margin-left: auto;
  margin-right: auto;
}

.visitor-map p {
  margin-top: 0.35em;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .visitor-map {
    width: 100%;
  }

  .experience-entry {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .org-logo {
    width: 48px;
    height: 48px;
  }

  .org-logo-qwen {
    width: 45px;
    height: 45px;
  }

  .org-logo-shlab {
    width: 62px;
    height: 48px;
  }
}

@media (min-width: 57.8125em) {
  .author__avatar img {
    width: 175px;
    height: 175px;
  }
}
