.sidebar-toggle {
	background-color: unset;
	position: fixed !important;
	top: 0 !important;
	bottom: auto !important;
	padding: 10px 10px 10px 10px !important;
}

@media screen and (max-width: 768px) {
	.markdown-section {
		padding: 16px 16px 16px 36px !important;
	}
}


.search {
  padding-top: 50px;
}

/* 移动搜索框，避免被按钮遮挡 */
.search input {
  margin-top: 50px !important; /* 往下移动一点，可根据需要微调数值 */
  z-index: 9999 !important;    /* 确保在其他元素上方 */
  position: relative;
}
