/* 第二测试版：严格只改两个查询标题颜色与两侧麦穗 */
.score-panel .panel-title-row h1,
.certificate-panel .panel-title-row h2 {
  color: #d86200;
}

.panel-title-row .title-wheat {
  display: block;
  width: 27px;
  height: 43px;
  flex: 0 0 27px;
  object-fit: contain;
  object-position: center;
  transform: rotate(-6deg);
}

.panel-title-row .title-wheat.is-right {
  transform: scaleX(-1) rotate(-6deg);
}

/* 成绩查询身份字段使用明确文字，避免圆点、方块图标造成误解。 */
.score-panel .field-icon.field-label {
  width: 82px;
  flex: 0 0 82px;
  padding-inline: 8px;
  color: #0b5b32;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 430px) {
  .panel-title-row .title-wheat {
    width: 24px;
    height: 38px;
    flex-basis: 24px;
  }

  .score-panel .field-icon.field-label {
    width: 70px;
    flex-basis: 70px;
    padding-inline: 5px;
    font-size: 14px;
  }
}
