/*
Theme Name: Service Diagnosis System
Theme URI: https://example.com/
Description: 业务诊断问答漏斗专用主题（Service Diagnosis System）。
Author: Your Name
Author URI: https://example.com/
Version: 1.0.0
Text Domain: service-diagnosis-system
*/

/* 基础样式（与 diagnosis 设计语言对齐：蓝灰配色） */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgb(15 23 42); /* slate-900 */
}

/* 主题内其他模板轻量覆盖：标题/链接/按钮与诊断页统一 */
.site-main a {
  color: rgb(37 99 235); /* blue-600 */
}
.site-main a:hover {
  color: rgb(29 78 216); /* blue-700 */
}
.site-main h1, .site-main h2, .site-main h3 {
  color: rgb(15 23 42);
}
.wrap {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.custom-logo-link {
  max-height: 2.5rem;
  width: auto;
  display: flex;
  align-items: center;
}

.custom-logo-link img {
  height: 100%;
  max-height: 2.5rem;
  width: auto;
  object-fit: contain;
}

