/*
  CSS attribute styling to mitigate flash of unstyled content.
 */

cluster-l[justify="space-between"] {
    justify-content: space-between;
}