.quarto-about-trestles .about-image {
  width: 12em !important;
  height: 12em !important;
  /* 让整张 PNG（你的圆球）完整显示，不被裁剪 */
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 2;
}

/* 不进行二次“圆形裁剪”，避免把你图片的外发光/阴影裁掉 */
.quarto-about-trestles .about-image.round {
  border-radius: 0 !important;
  clip-path: none !important;
  display: block;
}

/* 避免头像背后的灰色圆底（若主题有） */
.quarto-about-trestles .about-entity .about-image-background,
.quarto-about-trestles .about-entity .about-image::before,
.quarto-about-trestles .about-entity .about-image::after {
  background: transparent !important;
  box-shadow: none !important;
}

/* 如 trestles 模板在头像后渲染了装饰性圆形，彻底移除 */
.quarto-about-trestles .about-entity::before,
.quarto-about-trestles .about-entity::after {
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 防止任何外层容器给头像区域加投影导致“灰色残缺” */
.quarto-about-trestles .about-entity {
  box-shadow: none !important;
}

/* 链接圆角按钮 hover 更明显（可选） */
.quarto-about-trestles .about-links .about-link:hover {
  transform: translateY(-1px);
}

/* Left-column extra content below about links */
.about-left-extra {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.35;
}
.about-left-extra h3 {
  margin: 0.5rem 0 0.25rem 0;
  font-size: 1.05rem;
}
.about-left-extra ul {
  padding-left: 1.1rem;
  margin-bottom: 0.25rem;
}
.about-left-extra li {
  margin-bottom: 0.35rem;
}

/* ===== CV page global adjustments ===== */
body.page-cv main.content.page-columns {
  display: block !important;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}
body.page-cv #quarto-content {
  padding-top: 0.5rem;
}
body.page-cv .cv {
  margin-top: 1rem !important;
}

/* ===== CV Layout (scoped, single column) ===== */
.cv { display: block !important; margin-top: 0 !important; }
.cv-content { padding-top: 6px; max-width: 900px; }

/* Reduce space under the page title on CV page */
body.page-cv .quarto-title-block { margin-bottom: 0.25rem !important; }
.cv-section { margin-bottom: 28px; }
.cv-section > h2 { margin-bottom: 10px; }

.cv-timeline { position: relative; }
.cv-timeline::before {
  content: "";
  position: absolute; left: 10px; top: 0; bottom: 0;
  width: 2px; background: #e8ecff;
}
.cv-item { position: relative; padding-left: 28px; margin-bottom: 16px; }
.cv-item::before {
  content: ""; position: absolute; left: 4px; top: 8px; width: 12px; height: 12px;
  background: #5B8DEF; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 3px #e8ecff;
}
.cv-item-header { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.cv-item-header h3 { margin: 0; font-size: 1.05rem; }
.cv-item-meta { color: #6b7280; font-size: 0.9rem; }

.cv-bullets { padding-left: 18px; }
.cv-bullets li { margin: 6px 0; }

.cv-note { color: #6b7280; font-size: 0.95rem; }
