.o-barChart .bar{display:flex;flex-direction:column;width:100%}.o-barChart .coloured-bar{background:#491468;border-radius:30px;height:40px}.o-barChart .percent-bar:nth-child(2) .coloured-bar{background:var(--plum)}.o-barChart .percent-bar:nth-child(3) .coloured-bar{background:#8d54a2}.o-barChart .percent-bar:last-child .coloured-bar{background:var(--telemagenta)}.o-barChart .percent-bar__legend{padding:12px;text-align:left}.o-barChart .percent-bar__legend h4{margin-bottom:0}@media (min-width:994px){.o-barChart .bar{flex-direction:row}.o-barChart .coloured-bar{border:4px solid var(--white);height:60px}.o-barChart.-warmgrey0 .coloured-bar{border:4px solid var(--warmgrey0)}.o-barChart.-plum .coloured-bar{border:4px solid var(--plum)}.o-barChart.-lilac .coloured-bar{border:4px solid var(--lilac)}.o-barChart .percent-bar__legend{text-align:center}}