/* v2.43 victory-point growth presentation */
.general-stat-growth-bonus {
  display: inline;
  margin-left: 2px;
  color: #f0c874;
  font-size: .82em;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.battle-growth-results {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  padding: 11px 13px;
  border: 1px solid rgba(218, 187, 118, .32);
  border-radius: 12px;
  background: rgba(178, 133, 62, .09);
}

.battle-growth-results small {
  color: rgba(238, 214, 163, .68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.battle-growth-results b {
  color: #f3d897;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .battle-growth-results {
    margin: 9px 0;
    padding: 9px 10px;
  }

  .battle-growth-results b {
    font-size: 12px;
  }
}
