@layer core.atoms{@property --this-cluster-justify{syntax: "*"; inherits: false;}@property --this-cluster-align{syntax: "*"; inherits: false;}@property --this-cluster-spacing{syntax: "*"; inherits: false;}.phxsg-cluster{--_comp-cluster-justify: var(--this-cluster-justify, var(--comp-cluster-justify));--_comp-cluster-align: var(--this-cluster-align, var(--comp-cluster-align));--_comp-cluster-spacing: var(--this-cluster-spacing, var(--comp-cluster-spacing));display:flex;flex-wrap:wrap;justify-content:var(--_comp-cluster-justify);align-items:var(--_comp-cluster-align);gap:var(--_comp-cluster-spacing)}.phxsg-cluster--justify-start{--this-cluster-justify: flex-start}.phxsg-cluster--justify-center{--this-cluster-justify: center}.phxsg-cluster--justify-end{--this-cluster-justify: flex-end}.phxsg-cluster--justify-between{--this-cluster-justify: space-between}.phxsg-cluster--justify-around{--this-cluster-justify: space-around}.phxsg-cluster--justify-evenly{--this-cluster-justify: space-evenly}.phxsg-cluster--align-start{--this-cluster-align: flex-start}.phxsg-cluster--align-center{--this-cluster-align: center}.phxsg-cluster--align-end{--this-cluster-align: flex-end}.phxsg-cluster--align-baseline{--this-cluster-align: baseline}.phxsg-cluster--spacing-1{--this-cluster-spacing: var(--sys-spacing-1)}.phxsg-cluster--spacing-2{--this-cluster-spacing: var(--sys-spacing-2)}.phxsg-cluster--spacing-3{--this-cluster-spacing: var(--sys-spacing-3)}.phxsg-cluster--spacing-4{--this-cluster-spacing: var(--sys-spacing-4)}.phxsg-cluster--spacing-5{--this-cluster-spacing: var(--sys-spacing-5)}.phxsg-cluster--spacing-6{--this-cluster-spacing: var(--sys-spacing-6)}.phxsg-cluster--spacing-8{--this-cluster-spacing: var(--sys-spacing-8)}.phxsg-cluster--spacing-10{--this-cluster-spacing: var(--sys-spacing-10)}.phxsg-cluster--spacing-14{--this-cluster-spacing: var(--sys-spacing-14)}.phxsg-cluster--spacing-18{--this-cluster-spacing: var(--sys-spacing-18)}}
