.mrb-chart {
  width: 100%; height: 100%; background: #eef1f4; box-sizing: border-box;
  padding: 16px; font: 14px/1.4 sans-serif; display: flex; flex-direction: column;
}
.mrb-chart .mrb-title { margin: 0 0 8px; font-size: 20px; font-weight: 500; color: #333; text-align: center; }
.mrb-chart .mrb-stage { flex: 1 1 auto; min-height: 0; display: flex; align-items: center; justify-content: center; }
.mrb-chart .mrb-svg { width: 100%; height: 100%; max-width: 700px; max-height: 700px; display: block; }
.mrb-chart .mrb-label { font-size: 9px; fill: #555; }
.mrb-chart .mrb-label.is-sweden { font-size: 11px; font-weight: 700; fill: #e07b39; }
