/* 基础重置：主题样式由 guofeng.css（暗黑星座 / 浅色塔罗）接管布局 */
html {
  font-size: 16px;
}

body.page-guofeng {
  margin-bottom: 0 !important;
}

body.page-guofeng .btn:focus,
body.page-guofeng .form-control:focus {
  box-shadow: none;
}

/* 兜底：防止操作栏被旧缓存样式挤到左侧 */
body.page-guofeng .gf-action-bar {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

body.page-guofeng .gf-report-page .gf-action-bar {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.page-guofeng .gf-action-bar .gf-btn {
  flex: 1 1 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}
