.ax-bullet-chart {
    display: flex;
    flex-direction: column;
}

.ax-bullet-chart__bars-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ax-bullet-chart__bars {
    display: flex;

    /* to give height in safari */
    position: absolute;
    bottom: 0;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ax-bullet-chart__bars-bar:last-child {
    margin: 0 calc(var(--spacing-grid-size) * 4);
}

.ax-bullet-chart__block {
    display: flex;

    /* to give height in safari */
    position: relative;
    flex: 1 1 0%;
    align-items: flex-end;
    min-height: 100%;
}
