.mi-docs-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* 顶部目录标题区 */
.mi-docs-header {
  background: transparent;
  padding: 0 0 20px 0;
  text-align: center;
}

.mi-docs-header-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.mi-docs-header-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
}

/* 统计信息 */
.mi-docs-stats {
  display: inline-flex;
  gap: 32px;
  margin-top: 20px;
  padding: 8px 32px;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.mi-docs-stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
}

.mi-docs-stat-item .label {
  color: #94a3b8;
}

.mi-docs-stat-item strong {
  color: #3b82f6;
  font-weight: 600;
  font-size: 16px;
}

/* 分类标签 */
.mi-docs-categories {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.mi-docs-category {
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.mi-docs-category:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.mi-docs-category.active {
  background: #3b82f6;
  color: #ffffff;
}

/* 内容区 */
.mi-docs-content {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.mi-docs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.mi-docs-search {
  width: 240px;
}

.mi-docs-search .el-input__inner {
  border-radius: 6px;
  border-color: #e2e8f0;
  font-size: 13px;
}

.mi-docs-btns {
  display: flex;
  gap: 8px;
  background: #e2e8f0;
  padding: 0.25rem;
  border-radius: 8px;
}

.mi-docs-btn {
  padding: 0.2rem 1rem;
  font-size: 12px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #475569cc;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}

.mi-docs-btn:hover {
  color: #1e293b;
}

.mi-docs-btn.active {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* 表格 */
.mi-docs-table {
  width: 100%;
  border-collapse: collapse;
}

.mi-docs-table th {
  background: #f8fafc;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mi-docs-table td {
  padding: 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  color: #334155;
  vertical-align: middle;
}

.mi-docs-table tr:last-child td {
  border-bottom: none;
}

.mi-docs-table tr:hover td {
  background: #fafafa;
}

.mi-docs-col-title {
  width: 36%;
}

.mi-docs-col-date {
  width: 11%;
}

.mi-docs-col-author {
  width: 16%;
}

.mi-docs-col-stat {
  width: 8%;
  text-align: center;
}

/* 标题单元格 */
.mi-docs-title-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mi-docs-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f1f5f9;
}

.mi-docs-title-info {
  min-width: 0;
}

.mi-docs-title-text {
  font-weight: 500;
  color: #1e293b;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}


.mi-docs-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* 日期 */
.mi-docs-date {
  font-size: 13px;
  color: #64748b;
}

/* 作者 */
.mi-docs-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mi-docs-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.mi-docs-nickname {
  font-size: 13px;
  color: #475569;
  text-decoration: none;
}

/* 统计 */
.mi-docs-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  color: #64748b;
}

.mi-docs-stat-icon {
  font-size: 14px;
}

/* 分页 */
.mi-docs-pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #f1f5f9;
}

/* 骨架屏 */
.mi-docsgjp-skeleton {
  padding: 20px 28px;
}

.mi-docsgjp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mi-docsgjp-search {
  width: 240px;
}

.mi-docsgjp-btns {
  display: flex;
  gap: 8px;
}

.mi-docsgjp-table {
  width: 100%;
}

.mi-docsgjp-header {
  display: flex;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.mi-docsgjp-header-cell {
  flex-shrink: 0;
}

.mi-docsgjp-header-cell:nth-child(1) {
  width: 36%;
}

.mi-docsgjp-header-cell:nth-child(2) {
  width: 11%;
}

.mi-docsgjp-header-cell:nth-child(3) {
  width: 11%;
}

.mi-docsgjp-header-cell:nth-child(4) {
  width: 16%;
}

.mi-docsgjp-header-cell:nth-child(5) {
  width: 8%;
  text-align: center;
}

.mi-docsgjp-header-cell:nth-child(6) {
  width: 8%;
  text-align: center;
}

.mi-docsgjp-header-cell:nth-child(7) {
  width: 10%;
  text-align: center;
}

.mi-docsgjp-row {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.mi-docsgjp-cell {
  flex-shrink: 0;
}

.mi-docsgjp-cell:nth-child(1) {
  width: 36%;
}

.mi-docsgjp-cell:nth-child(2) {
  width: 11%;
}

.mi-docsgjp-cell:nth-child(3) {
  width: 11%;
}

.mi-docsgjp-cell:nth-child(4) {
  width: 16%;
}

.mi-docsgjp-cell:nth-child(5) {
  width: 8%;
  text-align: center;
}

.mi-docsgjp-cell:nth-child(6) {
  width: 8%;
  text-align: center;
}

.mi-docsgjp-cell:nth-child(7) {
  width: 10%;
  text-align: center;
}

.mi-docsgjp-title-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mi-docsgjp-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.mi-docsgjp-title-info {
  flex: 1;
  min-width: 0;
}

.mi-docsgjp-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mi-docsgjp-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.mi-docsgjp-pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #f1f5f9;
}
:root {
  --mi-postdocs-bg: #f8f9fa;
  --mi-postdocs-surface: #ffffff;
  --mi-postdocs-sidebar-bg: #fafbfc;
  --mi-postdocs-text: #1a1a2e;
  --mi-postdocs-text-secondary: #5f6b7a;
  --mi-postdocs-text-tertiary: #8b95a5;
  --mi-postdocs-border: #e8ecf1;
  --mi-postdocs-border-light: #f0f2f5;
  --mi-postdocs-accent: #1e3a5f;
  --mi-postdocs-accent-light: #2c5f8a;
  --mi-postdocs-active: #1e3a5f;
  --mi-postdocs-active-bg: #eef3f8;
  --mi-postdocs-hover-bg: #f4f6f9;
  --mi-postdocs-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  --mi-postdocs-radius: 8px;
  --mi-postdocs-radius-sm: 6px;
  --mi-postdocs-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --mi-postdocs-font-mono: 'SF Mono', 'Cascadia Code', 'Consolas', monospace;
  --mi-postdocs-font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --mi-postdocs-scrollbar-width: 4px;
  --mi-postdocs-sidebar-width: 256px;
  --mi-postdocs-toc-width: 256px;
  --mi-postdocs-content-max: 1000px;
  /* 主内容区宽度（对应 .el-main-mi 的宽度），用于 TOC 右侧定位计算 */
  --mi-postdocs-main-width: 1200px;
}

.mi-postdocs-container {
  max-width: 100%;
  height: 100%;
  display: flex;
  border-radius: 14px;
  /* box-shadow: var(--mi-postdocs-shadow-md); */
  overflow: hidden;
}
.mi-postdocs-container .mi-article-ym{
  margin-bottom: 15px;
}
/* 左侧边栏（固定） */
.mi-postdocs-sidebar {
  width: var(--mi-postdocs-sidebar-width);
  min-width: var(--mi-postdocs-sidebar-width);
  height: 100%;
  background: var(--mi-postdocs-sidebar-bg);
  border-right: 1px solid var(--mi-postdocs-border);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d5dbe3 transparent;
  flex-shrink: 0;
  position: fixed;
  z-index: 3;
}

.mi-postdocs-sidebar::-webkit-scrollbar {
  width: var(--mi-postdocs-scrollbar-width);
}

.mi-postdocs-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.mi-postdocs-sidebar::-webkit-scrollbar-thumb {
  background: #d5dbe3;
  border-radius: 10px;
}

.mi-postdocs-home-btn-wrapper {
  padding: 18px 16px 14px;
  /* border-bottom: 1px solid var(--mi-postdocs-border-light); */
  flex-shrink: 0;
}

.mi-postdocs-home-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: var(--mi-postdocs-text);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: var(--mi-postdocs-radius-sm);
  transition: var(--mi-postdocs-transition);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.mi-postdocs-home-btn:hover {
  background: var(--mi-postdocs-hover-bg);
  color: var(--mi-postdocs-accent);
}

.mi-postdocs-home-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}

.mi-postdocs-home-icon svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.mi-postdocs-doc-tree {
  padding: 10px 25px 20px;
  flex: 1;
}

.mi-postdocs-tree-list {
  list-style: none;
}

.mi-postdocs-tree-category {
  margin-bottom: 2px;
}
.mi-postdocs-left-bottom{
  position: absolute;
  bottom: 100px;
  width: -webkit-fill-available;
  background-color: #fff;
  padding: 10px;
}
.mi-postdocs-left-bottom .mi-postdocs-tree-list{
  padding-right: 15px;

}
.mi-postdocs-left-bottom .mi-postdocs-tree-category.is-collapsed img{
  opacity: 0;

}
.mi-postdocs-left-bottom .mi-postdocs-tree-category-header:hover{
  background:none;
}
.mi-postdocs-left-bottom .mi-postdocs-sub-list{
  padding: 10px 0;

}
.mi-postdocs-tree-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  border-radius: var(--mi-postdocs-radius-sm);
  font-size: 14px;
  font-weight: 700;
  color: var(--mi-postdocs-text);
  user-select: none;
}

.mi-postdocs-tree-category-header:hover {
  background: var(--mi-postdocs-hover-bg);
}
.mi-postdocs-tree-category-header a.is-active,
.mi-postdocs-tree-category-header a.is-active span {
  color: var(--mi-postdocs-primary, #409eff);
  font-weight: 700;
}
.mi-postdocs-tree-category-header i{
  padding-right: 5px;
}
.mi-postdocs-arrow {
  width: 16px;
  height: 16px;
  color: var(--mi-postdocs-text-tertiary);
  transition: transform 0.25s;
  display: flex;
  align-items: center;
}

.mi-postdocs-arrow svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.mi-postdocs-tree-category.is-collapsed .mi-postdocs-arrow {
  transform: rotate(-90deg);
}

.mi-postdocs-tree-category.is-collapsed .mi-postdocs-sub-list,
.mi-postdocs-tree-category.is-collapsed .mi-postdocs-toc-sublist {
  display: none;
}

.mi-postdocs-sub-list {
  list-style: none;
  padding: 0px 0 4px 8px;
  margin-top: 0;
  text-align: center;
}

.mi-postdocs-sub-link {
  align-items: center;
  gap: 8px;
  padding: 8px 10px 0px 20px;
  text-decoration: none;
  color: var(--mi-postdocs-text-secondary);
  font-size: 13px;
  font-weight: 550;
  border-radius: var(--mi-postdocs-radius-sm);
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mi-postdocs-sub-link::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 60%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cdd3db;
  transition: var(--mi-postdocs-transition);
}

.mi-postdocs-sub-link.is-active {
  font-weight: 600;
}

.mi-postdocs-sub-link.is-active::before {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.12);
}

.mi-postdocs-doc-icon {
  width: 14px;
  height: 14px;
  opacity: 0.55;
}

/* 中间内容区 */
.mi-postdocs-content-wrapper {
  flex: 1;
  min-width: 0;
  height: auto;
  overflow: visible;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #d5dbe3 transparent;
  margin-bottom: 30px;
  /* 为右侧固定 TOC 预留空间：TOC宽度(256px) + 30px间距 */
  padding-right: calc(var(--mi-postdocs-toc-width) + 30px);
  box-sizing: border-box;
}

.mi-postdocs-content-wrapper::-webkit-scrollbar {
  width: var(--mi-postdocs-scrollbar-width);
}

.mi-postdocs-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.mi-postdocs-content-wrapper::-webkit-scrollbar-thumb {
  background: #d5dbe3;
  border-radius: 10px;
}

.mi-postdocs-content-inner {
  width: 100%;
  max-width: var(--mi-postdocs-content-max);
  padding: 15px 20px 20px;
  background-color: #fff;
  margin: 0px 0px 15px 0;
  height: fit-content;
}

.mi-postdocs-article-header {
  margin-bottom: 5px;
}

.mi-postdocs-article-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 16px;
}
.mi-postdocs-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--mi-postdocs-text-tertiary);
}

.mi-postdocs-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
}

.mi-postdocs-meta-badge--published {
  background: #f0f4f8;
  color: #5f6b7a;
}

.mi-postdocs-meta-badge--updated {
  background: #e8f0f8;
  color: #2c5f8a;
  font-weight: 600;
}

.mi-postdocs-article-body {
  font-size: 15px;
  line-height: 1.8;
  color: #2d3748;
  overflow: hidden;
}

.mi-postdocs-article-body h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef1f6;
  scroll-margin-top: 90px;
}

.mi-postdocs-article-body h2 {
  font-size: 19px;
  font-weight: 600;
  color: #1e2a3a;
  margin: 36px 0 12px;
  scroll-margin-top: 90px;
}

.mi-postdocs-article-body h3 {
  font-size: 16px;
  font-weight: 600;
  color: #3a4a5c;
  margin: 24px 0 8px;
  scroll-margin-top: 90px;
}

.mi-postdocs-article-body p {
  margin-bottom: 14px;
}

.mi-postdocs-article-body ul,
.mi-postdocs-article-body ol {
  margin: 10px 0 16px 20px;
}

.mi-postdocs-article-body li {
  margin-bottom: 6px;
}

.mi-postdocs-article-body code {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.9em;
}

.mi-postdocs-highlight-box {
  background: #f8fafc;
  border-left: 3px solid #c8d6e0;
  padding: 16px 20px;
  border-radius: 0 var(--mi-postdocs-radius-sm) var(--mi-postdocs-radius-sm) 0;
  margin: 20px 0;
  font-size: 14px;
  color: #4a5568;
}

.mi-postdocs-article-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  border-top: 1px solid var(--mi-postdocs-border-light);
  gap: 16px;
}

.mi-postdocs-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--mi-postdocs-text-secondary);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: var(--mi-postdocs-radius-sm);
  transition: var(--mi-postdocs-transition);
  background: transparent;
  border: 1px solid transparent;
  flex: 1;
  max-width: 50%;
}

.mi-postdocs-nav-link:hover {
  background: var(--mi-postdocs-hover-bg);
  color: var(--mi-postdocs-text);
  border-color: var(--mi-postdocs-border);
}

.mi-postdocs-nav-link--prev {
  justify-content: flex-start;
}

.mi-postdocs-nav-link--next {
  justify-content: flex-end;
  text-align: right;
}

.mi-postdocs-nav-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.mi-postdocs-nav-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--mi-postdocs-text-tertiary);
  margin-bottom: 2px;
}

.mi-postdocs-nav-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

/* 右侧目录（固定，始终不滚动） */
.mi-postdocs-toc-sidebar {
    width: var(--mi-postdocs-toc-width);
    min-width: var(--mi-postdocs-toc-width);
    height: 90vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #d5dbe3 transparent;
    flex-shrink: 0;
    position: fixed;
    /* 定位在内容区右侧 30px 处 */
    /* .el-main-mi 宽度 = var(--mi-postdocs-main-width) 居中 */
    /* 内容右边缘 = (100vw + var(--mi-postdocs-main-width)) / 2 */
    /* TOC左边缘 = 内容右边缘 + 30px */
    /* right = 100vw - TOC左边缘 = (100vw - var(--mi-postdocs-main-width)) / 2 - 30px */
    right: calc((100vw - var(--mi-postdocs-main-width)) / 2 - 30px);
    top: 80px;
}

.mi-postdocs-toc-sidebar::-webkit-scrollbar {
  width: var(--mi-postdocs-scrollbar-width);
}

.mi-postdocs-toc-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.mi-postdocs-toc-sidebar::-webkit-scrollbar-thumb {
  background: #d5dbe3;
  border-radius: 10px;
}

.mi-postdocs-toc-header {
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--mi-postdocs-border-light);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.mi-postdocs-toc-list {
  list-style: none;
  padding: 0px 8px 24px;
  flex: 1;
  margin-bottom: 10px;
}

.mi-postdocs-toc-item {
  margin-bottom: 1px;
}

.mi-postdocs-toc-link {
  display: block;
  text-decoration: none;
  font-size: 13px;
  padding: 8px 10px 8px 20px;
  border-radius: var(--mi-postdocs-radius-sm);
  transition: var(--mi-postdocs-transition);
  cursor: pointer;
  border-left: 2px solid transparent;
  line-height: 1.45;
  word-break: break-word;
  background: transparent;
  border-top: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  position: relative;
}

.mi-postdocs-toc-link::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cdd3db;
  transition: var(--mi-postdocs-transition);
}

.mi-postdocs-toc-link:hover {
  font-weight: 600;
}

.mi-postdocs-toc-link:hover::before {
  background: #9aa3b0;
}

.mi-postdocs-toc-link.is-active {
  font-weight: 600;
  border-left-color: transparent;
}

.mi-postdocs-toc-link.is-active::before {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.12);
}
.mi-postdocs-toc-link--h1 {
  padding-left: 20px;
  font-weight: 500;
}

.mi-postdocs-toc-link--h1::before {
  left: 8px;
}

.mi-postdocs-toc-link--h2 {
  padding-left: 25px;
}

.mi-postdocs-toc-link--h2::before {
  left: 12px;
}

.mi-postdocs-toc-link--h3 {
  padding-left: 45px;
}

.mi-postdocs-toc-link--h3::before {
  left: 32px;
}

.mi-postdocs-toc-link--h1.is-active {
  font-weight: 700;
}

.mi-postdocs-toc-link--h2.is-active {
  font-weight: 600;
}
.mi-postdocs-toc-link--h4 {
  padding-left: 56px;
}
.mi-postdocs-toc-link--h4::before {
  left: 44px;
}

.mi-postdocs-toc-link--h5 {
  padding-left: 68px;
}
.mi-postdocs-toc-link--h5::before {
  left: 56px;
}

.mi-postdocs-toc-link--h6 {
  padding-left: 80px;
}
.mi-postdocs-toc-link--h6::before {
  left: 68px;
}

.document-template-default .el-footer{
  z-index: 99;
}
.document-template-default .mi-postStyle-User{
  margin-bottom: 0;
}
.mi-postdocs-nav-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
