/* ===== GLOBAL SCORE BAR ===== */
.global-score-bar{
  margin-top: 20px;
  padding: 12px 16px;
  border: 2px solid #e7eef6;
  border-radius: 10px;
  background: #fafcff;
  font-size: 13pt;
  text-align: right;
}

.global-score-bar strong{
  margin-right: 8px;
}

.global-score-bar .gsb-value{
  font-weight: 700;
}
