.about-header-background {
  display: flex;
  flex-shrink: 0;
  background: linear-gradient(180deg, #f6f9fc 0%, #edf3f8 100%);
}
.about-header-background-content {
  display: flex;
  align-items: center;
  flex-basis: 820px;
  padding: 158px 40px 128px;
  margin: 0 auto;
}
.about-header-background-content h1 {
  display: flex;
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #172033;
  flex: 1;
  flex-direction: column;
}
.about-header-background-content h1 span {
  display: flex;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 12px;
  color: #5f6b7a;
}
.about-header-background-content img {
  display: flex;
  flex: 0;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin-right: 34px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(30, 45, 70, 0.14);
}
.about-content {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(25, 39, 66, 0.08);
}
.about-content-info {
  width: 100%;
  box-sizing: border-box;
  padding: 58px 88px 72px;
  transition: all 0.4s ease-in-out;
}
.about-content-info p {
  font-size: 17px;
  margin: 10px 0 18px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  color: #253044;
}
.about-content img {
  display: flex;
  width: 100%;
  height: 100%;
}
#article.about-content-info h2 {
  margin: 42px 0 18px;
  padding-left: 0;
  border-left: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 750;
  color: #172033;
}
#article.about-content-info h2:after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #4b8fbd;
  content: "";
}
#article.about-content-info h3 {
  padding: 0;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #172033;
}
#article.about-content-info a {
  color: #2563a8;
  border-bottom: 1px solid rgba(37, 99, 168, 0.22);
}
#article.about-content-info a:hover {
  color: #143f73;
  border-bottom-color: rgba(20, 63, 115, 0.5);
}
#article.about-content-info ul {
  padding: 0;
}
#article.about-content-info ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
#article.about-content-info ul li:before {
  display: none;
}
#article.about-content-info .profile-lead {
  font-size: 20px;
  line-height: 1.65;
  color: #172033;
}
#article.about-content-info .news-scroll {
  display: grid;
  gap: 10px;
  max-height: 240px;
  margin: 0 0 16px;
  padding: 2px 14px 2px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b7c5d6 #eef3f7;
}
#article.about-content-info .news-scroll::-webkit-scrollbar {
  width: 6px;
}
#article.about-content-info .news-scroll::-webkit-scrollbar-track {
  background: #eef3f7;
  border-radius: 999px;
}
#article.about-content-info .news-scroll::-webkit-scrollbar-thumb {
  background: #b7c5d6;
  border-radius: 999px;
}
#article.about-content-info .news-item,
#article.about-content-info .dated-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  color: #253044;
  font-size: 16px;
  line-height: 1.7;
}
#article.about-content-info .news-item {
  padding: 2px 0 10px;
  border-bottom: 1px solid #eef2f6;
}
#article.about-content-info .news-item:last-child {
  border-bottom: 0;
}
#article.about-content-info .news-date,
#article.about-content-info .dated-date,
#article.about-content-info .pub-venue {
  display: inline-block;
  color: #4b6584;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
#article.about-content-info .news-body,
#article.about-content-info .dated-body {
  min-width: 0;
  text-align: left;
}
#article.about-content-info .pub-note {
  margin-top: -4px;
  color: #6e7887;
  font-size: 15px;
}
#article.about-content-info .publication-list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
#article.about-content-info .publication-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(33, 49, 75, 0.06);
}
#article.about-content-info .pub-body {
  min-width: 0;
}
#article.about-content-info .pub-figure {
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  background: #fbfcfe;
}
#article.about-content-info .pub-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 6px;
  cursor: pointer;
}
#article.about-content-info .pub-authors {
  margin: 8px 0 6px;
  color: #4f5f73;
  font-size: 15px;
  line-height: 1.65;
}
#article.about-content-info .pub-summary {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.65;
}
#article.about-content-info .interest-panel,
#article.about-content-info .dated-list {
  display: grid;
  gap: 14px;
}
#article.about-content-info .interest-group {
  padding: 18px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  background: #fbfcfe;
}
#article.about-content-info .interest-group h3 {
  margin-bottom: 12px;
}
#article.about-content-info .interest-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#article.about-content-info .interest-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  background: #ffffff;
  color: #27435f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
#article.about-content-info .interest-chips span:hover {
  transform: translateY(-2px);
  border-color: #4b8fbd;
  background: #eef7ff;
  color: #123f63;
  box-shadow: 0 10px 22px rgba(75, 143, 189, 0.16);
}
#article.about-content-info .interest-chips.muted span {
  color: #52657a;
}
#article.about-content-info .dated-list {
  margin-bottom: 16px;
}
#article.about-content-info .dated-item {
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6;
}
#article.about-content-info .dated-item:last-child {
  border-bottom: 0;
}
#article.about-content-info .education-list .dated-body strong {
  color: #172033;
}
@media screen and (max-width: 800px) {
  .about-header-background-content {
    flex-basis: auto;
    padding: 132px 34px 106px;
  }
  .about-header-background-content h1 {
    font-size: 31px;
  }
  .about-header-background-content img {
    width: 96px;
    height: 96px;
    margin-right: 26px;
  }
  .about-content-info {
    padding: 48px 42px 60px;
  }
  #article.about-content-info .publication-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #article.about-content-info .news-item,
  #article.about-content-info .dated-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media screen and (max-width: 600px) {
  .about-header-background-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 112px 22px 88px;
  }
  .about-header-background-content h1 {
    font-size: 28px;
  }
  .about-header-background-content h1 span {
    font-size: 15px;
  }
  .about-header-background-content img {
    width: 88px;
    height: 88px;
    margin: 0 0 24px;
  }
  .about-content {
    border-radius: 0;
  }
  .about-content-info {
    padding: 34px 20px 46px;
  }
  #article.about-content-info h2 {
    font-size: 22px;
    margin-top: 34px;
  }
  #article.about-content-info .profile-lead {
    font-size: 18px;
  }
  #article.about-content-info .publication-item,
  #article.about-content-info .interest-group {
    padding: 15px;
  }
  #article.about-content-info .news-scroll {
    max-height: 260px;
    padding-right: 8px;
  }
  #article.about-content-info .news-date,
  #article.about-content-info .dated-date {
    font-size: 12px;
  }
  #article.about-content-info .interest-chips span {
    font-size: 14px;
    min-height: 32px;
  }
}
