/* In some cases, the horizontal divider is centered through tailwind, e.g. .card figure, so we need to override it */
figure.horizontal-divider {
    justify-content: start;
}
