/* 网站标题居中样式 */
#site-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#site-title {
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  font-family: 'Noto Serif SC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
  letter-spacing: 2px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

#site-subtitle, #custom-subtitle {
  width: 100%;
  text-align: center !important;
  margin: 0.8rem auto 0;
  font-family: 'Noto Serif SC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
  letter-spacing: 1px;
  opacity: 0.95;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
} 