.breakdown-row, .comparison-row {
    margin-bottom: .65rem;
}
.breakdown-dot {
    display: inline-block;
    width: .65rem;
    height: .65rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .3rem;
}
.breakdown-bar {
    background: var(--bs-secondary-bg);
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: .2rem;
}
.breakdown-fill {
    height: 100%;
    background: var(--bs-secondary-color);
    transition: width .4s ease;
}
.comparison-row.you .breakdown-fill {
    background: #0d6efd;
}
.comparison-row.target .breakdown-fill {
    background: #198754;
}
.comparison-row .breakdown-fill {
    background: var(--bs-secondary-color);
}
#totalCO2 {
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
@media (max-width: 575px) {
    #totalCO2 { font-size: 3rem; }
}
