.mdbp-chart {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eef1f4;
  box-sizing: border-box;
  padding: 12px 16px;
  font: 14px/1.4 sans-serif;
  display: flex;
  flex-direction: column;
}

.mdbp-chart .mdbp-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex: 0 0 auto;
}

.mdbp-chart .mdbp-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.mdbp-chart .mdbp-subtitle {
  font-size: 12px;
  color: #999;
  margin: 2px 0 8px;
}

.mdbp-chart .mdbp-replay {
  border: 1px solid #16324f;
  background: #fff;
  color: #16324f;
  border-radius: 6px;
  padding: 6px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.mdbp-chart .mdbp-replay:hover {
  background: #f0f4f8;
}

.mdbp-chart .mdbp-chart-area {
  flex: 1 1 auto;
  min-height: 0;
}

.mdbp-chart svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mdbp-chart .mdbp-bar {
  transition: fill 0.2s;
}

.mdbp-chart .mdbp-row.is-sweden .mdbp-name,
.mdbp-chart .mdbp-row.is-sweden .mdbp-rank {
  fill: #e07b39;
}

.mdbp-chart .mdbp-rank {
  font-size: 13px;
  font-weight: 800;
  fill: #999;
  text-anchor: start;
  dominant-baseline: middle;
  font-variant-numeric: tabular-nums;
}

.mdbp-chart .mdbp-name {
  font-size: 14px;
  font-weight: 600;
  fill: #333;
  text-anchor: end;
  dominant-baseline: middle;
}

.mdbp-chart .mdbp-value {
  font-size: 13px;
  font-weight: 600;
  fill: #555;
  dominant-baseline: middle;
  font-variant-numeric: tabular-nums;
}
