+ max-width: 100%;
+ &.fit-content {
+ flex-basis: auto;
+ flex-grow: 0;
+ }
+}
+
+.gap-m {
+ gap: $-m;
+}
+
+.justify-flex-start {
+ justify-content: flex-start;
+}
+.justify-flex-end {
+ justify-content: flex-end;
+}
+.justify-center {
+ justify-content: center;
+}
+.justify-space-between {
+ justify-content: space-between;
+}
+.items-center {
+ align-items: center;