.jiri-score-panel {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(13, 140, 73, 0.14);
  border-radius: 8px;
  background: linear-gradient(90deg, #f2fbf6, #fbfffd);
}

.jiri-score-panel.is-bad {
  border-color: rgba(166, 103, 25, 0.14);
  background: linear-gradient(90deg, #fff8ef, #fffefd);
}

.jiri-score-panel strong {
  color: #0b8848;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.jiri-score-panel.is-bad strong {
  color: #a06617;
}

.jiri-score-panel strong span {
  margin-left: 2px;
  font-size: 13px;
}

.jiri-score-panel p {
  color: #29302c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.jiri-score-panel b {
  display: block;
  margin-bottom: 2px;
  color: #111;
}
