#home.banner {
  min-height: 100vh;
  min-height: 100dvh;
}

html.site-loading #about,
html.site-loading #research,
html.site-loading #portfolio,
html.site-loading #footer {
  display: none !important;
}

.custom-link a,
.custom-link a:visited {
  color: rgb(26, 115, 206);
  text-decoration: none;
}

.recruiting-banner {
  margin-top: 8px;
  padding: 6px 10px;
  border-left: 4px solid #ff4d4f;
  background: rgba(255, 77, 79, 0.08);
  border-radius: 4px;
}

.recruiting-banner .recruiting-title {
  color: #ff4d4f;
  font-weight: 700;
}

.news-section {
  margin-top: 30px;
}

.news-section h3 {
  font-size: 20px;
  font-weight: bold;
}

.news-table-wrap {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
}

.news-date {
  width: 120px;
  white-space: nowrap;
  color: #555;
}

.about-social-row {
  display: flex;
  justify-content: space-between;
}

.portfolio,
.portfolio p,
.portfolio h4,
.portfolio h5,
.portfolio h6,
.portfolio .item-overlay p {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", sans-serif;
}
