ply-css 1.3.3 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1847,16 +1847,15 @@ table tfoot td {
1847
1847
  display: flex;
1848
1848
  flex: 0 1 auto;
1849
1849
  flex-flow: row wrap;
1850
- margin: 0 -0.5rem 1.5rem;
1850
+ gap: var(--units-gap, 1rem);
1851
+ margin: 0 0 1.5rem;
1851
1852
  }
1852
1853
  .units-row.reverse-direction, .units-row.right-to-left {
1853
1854
  flex-direction: row-reverse;
1854
1855
  }
1855
1856
  .units-row.split {
1856
- margin: 0 0 1.5rem;
1857
- }
1858
- .units-row.split [class*=unit-] {
1859
- padding: 0;
1857
+ --units-gap: 0px;
1858
+ gap: 0;
1860
1859
  }
1861
1860
  .units-row.centered-content {
1862
1861
  justify-content: center;
@@ -1884,7 +1883,6 @@ table tfoot td {
1884
1883
 
1885
1884
  [class*=unit-] {
1886
1885
  box-sizing: border-box;
1887
- padding: 0 0.5rem;
1888
1886
  }
1889
1887
  [class*=unit-].fill-height {
1890
1888
  display: flex;
@@ -1897,102 +1895,82 @@ table tfoot td {
1897
1895
 
1898
1896
  .unit-100 {
1899
1897
  flex-basis: 100%;
1900
- max-width: 100%;
1901
1898
  }
1902
1899
 
1903
1900
  .unit-90 {
1904
- flex-basis: 90%;
1905
- max-width: 90%;
1901
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
1906
1902
  }
1907
1903
 
1908
1904
  .unit-88 {
1909
- flex-basis: 87.5%;
1910
- max-width: 87.5%;
1905
+ flex-basis: calc(87.5% - var(--units-gap, 1rem) * 0.12);
1911
1906
  }
1912
1907
 
1913
1908
  .unit-80 {
1914
- flex-basis: 80%;
1915
- max-width: 80%;
1909
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
1916
1910
  }
1917
1911
 
1918
1912
  .unit-75 {
1919
- flex-basis: 75%;
1920
- max-width: 75%;
1913
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
1921
1914
  }
1922
1915
 
1923
1916
  .unit-70 {
1924
- flex-basis: 70%;
1925
- max-width: 70%;
1917
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
1926
1918
  }
1927
1919
 
1928
1920
  .unit-66 {
1929
- flex-basis: 66.6%;
1930
- max-width: 66.6%;
1921
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
1931
1922
  }
1932
1923
 
1933
1924
  .unit-65 {
1934
- flex-basis: 65%;
1935
- max-width: 65%;
1925
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
1936
1926
  }
1937
1927
 
1938
1928
  .unit-62 {
1939
- flex-basis: 62.5%;
1940
- max-width: 62.5%;
1929
+ flex-basis: calc(62.5% - var(--units-gap, 1rem) * 0.38);
1941
1930
  }
1942
1931
 
1943
1932
  .unit-60 {
1944
- flex-basis: 60%;
1945
- max-width: 60%;
1933
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
1946
1934
  }
1947
1935
 
1948
1936
  .unit-50 {
1949
- flex-basis: 50%;
1950
- max-width: 50%;
1937
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
1951
1938
  }
1952
1939
 
1953
1940
  .unit-40 {
1954
- flex-basis: 40%;
1955
- max-width: 40%;
1941
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
1956
1942
  }
1957
1943
 
1958
1944
  .unit-38 {
1959
- flex-basis: 37.5%;
1960
- max-width: 37.5%;
1945
+ flex-basis: calc(37.5% - var(--units-gap, 1rem) * 0.62);
1961
1946
  }
1962
1947
 
1963
1948
  .unit-35 {
1964
- flex-basis: 35%;
1965
- max-width: 35%;
1949
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
1966
1950
  }
1967
1951
 
1968
1952
  .unit-33 {
1969
- flex-basis: 33.3%;
1970
- max-width: 33.3%;
1953
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
1971
1954
  }
1972
1955
 
1973
1956
  .unit-30 {
1974
- flex-basis: 30%;
1975
- max-width: 30%;
1957
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
1976
1958
  }
1977
1959
 
1978
1960
  .unit-25 {
1979
- flex-basis: 25%;
1980
- max-width: 25%;
1961
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
1981
1962
  }
1982
1963
 
1983
1964
  .unit-20 {
1984
- flex-basis: 20%;
1985
- max-width: 20%;
1965
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
1986
1966
  }
1987
1967
 
1988
1968
  .unit-12 {
1989
- flex-basis: 12.5%;
1990
- max-width: 12.5%;
1969
+ flex-basis: calc(12.5% - var(--units-gap, 1rem) * 0.88);
1991
1970
  }
1992
1971
 
1993
1972
  .unit-10 {
1994
- flex-basis: 10%;
1995
- max-width: 10%;
1973
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
1996
1974
  }
1997
1975
 
1998
1976
  .forever-unit-auto {
@@ -2002,292 +1980,226 @@ table tfoot td {
2002
1980
 
2003
1981
  .forever-unit-100 {
2004
1982
  flex-basis: 100%;
2005
- max-width: 100%;
2006
1983
  }
2007
1984
 
2008
1985
  .forever-unit-90 {
2009
- flex-basis: 90%;
2010
- max-width: 90%;
1986
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2011
1987
  }
2012
1988
 
2013
1989
  .forever-unit-88 {
2014
- flex-basis: 87.5%;
2015
- max-width: 87.5%;
1990
+ flex-basis: calc(87.5% - var(--units-gap, 1rem) * 0.12);
2016
1991
  }
2017
1992
 
2018
1993
  .forever-unit-80 {
2019
- flex-basis: 80%;
2020
- max-width: 80%;
1994
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2021
1995
  }
2022
1996
 
2023
1997
  .forever-unit-75 {
2024
- flex-basis: 75%;
2025
- max-width: 75%;
1998
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2026
1999
  }
2027
2000
 
2028
2001
  .forever-unit-70 {
2029
- flex-basis: 70%;
2030
- max-width: 70%;
2002
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2031
2003
  }
2032
2004
 
2033
2005
  .forever-unit-66 {
2034
- flex-basis: 66.6%;
2035
- max-width: 66.6%;
2006
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2036
2007
  }
2037
2008
 
2038
2009
  .forever-unit-65 {
2039
- flex-basis: 65%;
2040
- max-width: 65%;
2010
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2041
2011
  }
2042
2012
 
2043
2013
  .forever-unit-62 {
2044
- flex-basis: 62.5%;
2045
- max-width: 62.5%;
2014
+ flex-basis: calc(62.5% - var(--units-gap, 1rem) * 0.38);
2046
2015
  }
2047
2016
 
2048
2017
  .forever-unit-60 {
2049
- flex-basis: 60%;
2050
- max-width: 60%;
2018
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2051
2019
  }
2052
2020
 
2053
2021
  .forever-unit-50 {
2054
- flex-basis: 50%;
2055
- max-width: 50%;
2022
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2056
2023
  }
2057
2024
 
2058
2025
  .forever-unit-40 {
2059
- flex-basis: 40%;
2060
- max-width: 40%;
2026
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2061
2027
  }
2062
2028
 
2063
2029
  .forever-unit-38 {
2064
- flex-basis: 37.5%;
2065
- max-width: 37.5%;
2030
+ flex-basis: calc(37.5% - var(--units-gap, 1rem) * 0.62);
2066
2031
  }
2067
2032
 
2068
2033
  .forever-unit-35 {
2069
- flex-basis: 35%;
2070
- max-width: 35%;
2034
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2071
2035
  }
2072
2036
 
2073
2037
  .forever-unit-33 {
2074
- flex-basis: 33.3%;
2075
- max-width: 33.3%;
2038
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2076
2039
  }
2077
2040
 
2078
2041
  .forever-unit-30 {
2079
- flex-basis: 30%;
2080
- max-width: 30%;
2042
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2081
2043
  }
2082
2044
 
2083
2045
  .forever-unit-25 {
2084
- flex-basis: 25%;
2085
- max-width: 25%;
2046
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2086
2047
  }
2087
2048
 
2088
2049
  .forever-unit-20 {
2089
- flex-basis: 20%;
2090
- max-width: 20%;
2050
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2091
2051
  }
2092
2052
 
2093
2053
  .forever-unit-12 {
2094
- flex-basis: 12.5%;
2095
- max-width: 12.5%;
2054
+ flex-basis: calc(12.5% - var(--units-gap, 1rem) * 0.88);
2096
2055
  }
2097
2056
 
2098
2057
  .forever-unit-10 {
2099
- flex-basis: 10%;
2100
- max-width: 10%;
2058
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2101
2059
  }
2102
2060
 
2103
2061
  @media (min-width: 1400px) {
2104
2062
  .large-screen-unit-90 {
2105
- max-width: 90%;
2106
- flex-basis: 90%;
2063
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2107
2064
  }
2108
2065
  .large-screen-unit-80 {
2109
- max-width: 80%;
2110
- flex-basis: 80%;
2066
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2111
2067
  }
2112
2068
  .large-screen-unit-75 {
2113
- max-width: 75%;
2114
- flex-basis: 75%;
2069
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2115
2070
  }
2116
2071
  .large-screen-unit-70 {
2117
- max-width: 70%;
2118
- flex-basis: 70%;
2072
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2119
2073
  }
2120
2074
  .large-screen-unit-66 {
2121
- max-width: 66.6%;
2122
- flex-basis: 66.6%;
2075
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2123
2076
  }
2124
2077
  .large-screen-unit-65 {
2125
- max-width: 65%;
2126
- flex-basis: 65%;
2078
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2127
2079
  }
2128
2080
  .large-screen-unit-60 {
2129
- max-width: 60%;
2130
- flex-basis: 60%;
2081
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2131
2082
  }
2132
2083
  .large-screen-unit-50 {
2133
- max-width: 50%;
2134
- flex-basis: 50%;
2084
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2135
2085
  }
2136
2086
  .large-screen-unit-40 {
2137
- max-width: 40%;
2138
- flex-basis: 40%;
2087
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2139
2088
  }
2140
2089
  .large-screen-unit-35 {
2141
- max-width: 35%;
2142
- flex-basis: 35%;
2090
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2143
2091
  }
2144
2092
  .large-screen-unit-33 {
2145
- max-width: 33.3%;
2146
- flex-basis: 33.3%;
2093
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2147
2094
  }
2148
2095
  .large-screen-unit-30 {
2149
- max-width: 30%;
2150
- flex-basis: 30%;
2096
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2151
2097
  }
2152
2098
  .large-screen-unit-25 {
2153
- max-width: 25%;
2154
- flex-basis: 25%;
2099
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2155
2100
  }
2156
2101
  .large-screen-unit-20 {
2157
- max-width: 20%;
2158
- flex-basis: 20%;
2102
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2159
2103
  }
2160
2104
  .large-screen-unit-10 {
2161
- max-width: 10%;
2162
- flex-basis: 10%;
2105
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2163
2106
  }
2164
2107
  }
2165
2108
  @media (min-width: 1800px) {
2166
2109
  .x-large-screen-unit-90 {
2167
- max-width: 90%;
2168
- flex-basis: 90%;
2110
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2169
2111
  }
2170
2112
  .x-large-screen-unit-80 {
2171
- max-width: 80%;
2172
- flex-basis: 80%;
2113
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2173
2114
  }
2174
2115
  .x-large-screen-unit-75 {
2175
- max-width: 75%;
2176
- flex-basis: 75%;
2116
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2177
2117
  }
2178
2118
  .x-large-screen-unit-70 {
2179
- max-width: 70%;
2180
- flex-basis: 70%;
2119
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2181
2120
  }
2182
2121
  .x-large-screen-unit-66 {
2183
- max-width: 66.6%;
2184
- flex-basis: 66.6%;
2122
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2185
2123
  }
2186
2124
  .x-large-screen-unit-65 {
2187
- max-width: 65%;
2188
- flex-basis: 65%;
2125
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2189
2126
  }
2190
2127
  .x-large-screen-unit-60 {
2191
- max-width: 60%;
2192
- flex-basis: 60%;
2128
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2193
2129
  }
2194
2130
  .x-large-screen-unit-50 {
2195
- max-width: 50%;
2196
- flex-basis: 50%;
2131
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2197
2132
  }
2198
2133
  .x-large-screen-unit-40 {
2199
- max-width: 40%;
2200
- flex-basis: 40%;
2134
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2201
2135
  }
2202
2136
  .x-large-screen-unit-35 {
2203
- max-width: 35%;
2204
- flex-basis: 35%;
2137
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2205
2138
  }
2206
2139
  .x-large-screen-unit-33 {
2207
- max-width: 33.3%;
2208
- flex-basis: 33.3%;
2140
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2209
2141
  }
2210
2142
  .x-large-screen-unit-30 {
2211
- max-width: 30%;
2212
- flex-basis: 30%;
2143
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2213
2144
  }
2214
2145
  .x-large-screen-unit-25 {
2215
- max-width: 25%;
2216
- flex-basis: 25%;
2146
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2217
2147
  }
2218
2148
  .x-large-screen-unit-20 {
2219
- max-width: 20%;
2220
- flex-basis: 20%;
2149
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2221
2150
  }
2222
2151
  .x-large-screen-unit-10 {
2223
- max-width: 10%;
2224
- flex-basis: 10%;
2152
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2225
2153
  }
2226
2154
  }
2227
2155
  @media (max-width: 1024px) {
2228
2156
  .small-desktop-unit-100 {
2229
- max-width: 100%;
2230
2157
  flex-basis: 100%;
2231
2158
  }
2232
2159
  .small-desktop-unit-90 {
2233
- max-width: 90%;
2234
- flex-basis: 90%;
2160
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2235
2161
  }
2236
2162
  .small-desktop-unit-80 {
2237
- max-width: 80%;
2238
- flex-basis: 80%;
2163
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2239
2164
  }
2240
2165
  .small-desktop-unit-75 {
2241
- max-width: 75%;
2242
- flex-basis: 75%;
2166
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2243
2167
  }
2244
2168
  .small-desktop-unit-70 {
2245
- max-width: 70%;
2246
- flex-basis: 70%;
2169
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2247
2170
  }
2248
2171
  .small-desktop-unit-66 {
2249
- max-width: 66.6%;
2250
- flex-basis: 66.6%;
2172
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2251
2173
  }
2252
2174
  .small-desktop-unit-65 {
2253
- max-width: 65%;
2254
- flex-basis: 65%;
2175
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2255
2176
  }
2256
2177
  .small-desktop-unit-60 {
2257
- max-width: 60%;
2258
- flex-basis: 60%;
2178
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2259
2179
  }
2260
2180
  .small-desktop-unit-50 {
2261
- max-width: 50%;
2262
- flex-basis: 50%;
2181
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2263
2182
  }
2264
2183
  .small-desktop-unit-40 {
2265
- max-width: 40%;
2266
- flex-basis: 40%;
2184
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2267
2185
  }
2268
2186
  .small-desktop-unit-35 {
2269
- max-width: 35%;
2270
- flex-basis: 35%;
2187
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2271
2188
  }
2272
2189
  .small-desktop-unit-33 {
2273
- max-width: 33.3%;
2274
- flex-basis: 33.3%;
2190
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2275
2191
  }
2276
2192
  .small-desktop-unit-30 {
2277
- max-width: 30%;
2278
- flex-basis: 30%;
2193
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2279
2194
  }
2280
2195
  .small-desktop-unit-25 {
2281
- max-width: 25%;
2282
- flex-basis: 25%;
2196
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2283
2197
  }
2284
2198
  .small-desktop-unit-20 {
2285
- max-width: 20%;
2286
- flex-basis: 20%;
2199
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2287
2200
  }
2288
2201
  .small-desktop-unit-10 {
2289
- max-width: 10%;
2290
- flex-basis: 10%;
2202
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2291
2203
  }
2292
2204
  }
2293
2205
  @media (max-width: 767px) {
@@ -2309,203 +2221,154 @@ table tfoot td {
2309
2221
  .unit-20,
2310
2222
  .unit-10 {
2311
2223
  flex-basis: 100%;
2312
- max-width: 100%;
2313
2224
  }
2314
2225
  .tablet-unit-100 {
2315
- max-width: 100%;
2316
2226
  flex-basis: 100%;
2317
2227
  }
2318
2228
  .tablet-unit-90 {
2319
- max-width: 90%;
2320
- flex-basis: 90%;
2229
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2321
2230
  }
2322
2231
  .tablet-unit-80 {
2323
- max-width: 80%;
2324
- flex-basis: 80%;
2232
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2325
2233
  }
2326
2234
  .tablet-unit-75 {
2327
- max-width: 75%;
2328
- flex-basis: 75%;
2235
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2329
2236
  }
2330
2237
  .tablet-unit-70 {
2331
- max-width: 70%;
2332
- flex-basis: 70%;
2238
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2333
2239
  }
2334
2240
  .tablet-unit-66 {
2335
- max-width: 66.6%;
2336
- flex-basis: 66.6%;
2241
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2337
2242
  }
2338
2243
  .tablet-unit-65 {
2339
- max-width: 65%;
2340
- flex-basis: 65%;
2244
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2341
2245
  }
2342
2246
  .tablet-unit-60 {
2343
- max-width: 60%;
2344
- flex-basis: 60%;
2247
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2345
2248
  }
2346
2249
  .tablet-unit-50 {
2347
- max-width: 50%;
2348
- flex-basis: 50%;
2250
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2349
2251
  }
2350
2252
  .tablet-unit-40 {
2351
- max-width: 40%;
2352
- flex-basis: 40%;
2253
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2353
2254
  }
2354
2255
  .tablet-unit-35 {
2355
- max-width: 35%;
2356
- flex-basis: 35%;
2256
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2357
2257
  }
2358
2258
  .tablet-unit-33 {
2359
- max-width: 33.3%;
2360
- flex-basis: 33.3%;
2259
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2361
2260
  }
2362
2261
  .tablet-unit-30 {
2363
- max-width: 30%;
2364
- flex-basis: 30%;
2262
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2365
2263
  }
2366
2264
  .tablet-unit-25 {
2367
- max-width: 25%;
2368
- flex-basis: 25%;
2265
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2369
2266
  }
2370
2267
  .tablet-unit-20 {
2371
- max-width: 20%;
2372
- flex-basis: 20%;
2268
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2373
2269
  }
2374
2270
  .tablet-unit-10 {
2375
- max-width: 10%;
2376
- flex-basis: 10%;
2271
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2377
2272
  }
2378
2273
  }
2379
2274
  @media (max-width: 650px) {
2380
2275
  .large-phone-unit-100 {
2381
- max-width: 100%;
2382
2276
  flex-basis: 100%;
2383
2277
  }
2384
2278
  .large-phone-unit-90 {
2385
- max-width: 90%;
2386
- flex-basis: 90%;
2279
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2387
2280
  }
2388
2281
  .large-phone-unit-80 {
2389
- max-width: 80%;
2390
- flex-basis: 80%;
2282
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2391
2283
  }
2392
2284
  .large-phone-unit-75 {
2393
- max-width: 75%;
2394
- flex-basis: 75%;
2285
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2395
2286
  }
2396
2287
  .large-phone-unit-70 {
2397
- max-width: 70%;
2398
- flex-basis: 70%;
2288
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2399
2289
  }
2400
2290
  .large-phone-unit-66 {
2401
- max-width: 66.6%;
2402
- flex-basis: 66.6%;
2291
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2403
2292
  }
2404
2293
  .large-phone-unit-65 {
2405
- max-width: 65%;
2406
- flex-basis: 65%;
2294
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2407
2295
  }
2408
2296
  .large-phone-unit-60 {
2409
- max-width: 60%;
2410
- flex-basis: 60%;
2297
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2411
2298
  }
2412
2299
  .large-phone-unit-50 {
2413
- max-width: 50%;
2414
- flex-basis: 50%;
2300
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2415
2301
  }
2416
2302
  .large-phone-unit-40 {
2417
- max-width: 40%;
2418
- flex-basis: 40%;
2303
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2419
2304
  }
2420
2305
  .large-phone-unit-35 {
2421
- max-width: 35%;
2422
- flex-basis: 35%;
2306
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2423
2307
  }
2424
2308
  .large-phone-unit-33 {
2425
- max-width: 33.3%;
2426
- flex-basis: 33.3%;
2309
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2427
2310
  }
2428
2311
  .large-phone-unit-30 {
2429
- max-width: 30%;
2430
- flex-basis: 30%;
2312
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2431
2313
  }
2432
2314
  .large-phone-unit-25 {
2433
- max-width: 25%;
2434
- flex-basis: 25%;
2315
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2435
2316
  }
2436
2317
  .large-phone-unit-20 {
2437
- max-width: 20%;
2438
- flex-basis: 20%;
2318
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2439
2319
  }
2440
2320
  .large-phone-unit-10 {
2441
- max-width: 10%;
2442
- flex-basis: 10%;
2321
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2443
2322
  }
2444
2323
  }
2445
2324
  @media (max-width: 480px) {
2446
2325
  .phone-unit-100 {
2447
- max-width: 100%;
2448
2326
  flex-basis: 100%;
2449
2327
  }
2450
2328
  .phone-unit-90 {
2451
- max-width: 90%;
2452
- flex-basis: 90%;
2329
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
2453
2330
  }
2454
2331
  .phone-unit-80 {
2455
- max-width: 80%;
2456
- flex-basis: 80%;
2332
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
2457
2333
  }
2458
2334
  .phone-unit-75 {
2459
- max-width: 75%;
2460
- flex-basis: 75%;
2335
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
2461
2336
  }
2462
2337
  .phone-unit-70 {
2463
- max-width: 70%;
2464
- flex-basis: 70%;
2338
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
2465
2339
  }
2466
2340
  .phone-unit-66 {
2467
- max-width: 66.6%;
2468
- flex-basis: 66.6%;
2341
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
2469
2342
  }
2470
2343
  .phone-unit-65 {
2471
- max-width: 65%;
2472
- flex-basis: 65%;
2344
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
2473
2345
  }
2474
2346
  .phone-unit-60 {
2475
- max-width: 60%;
2476
- flex-basis: 60%;
2347
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
2477
2348
  }
2478
2349
  .phone-unit-50 {
2479
- max-width: 50%;
2480
- flex-basis: 50%;
2350
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
2481
2351
  }
2482
2352
  .phone-unit-40 {
2483
- max-width: 40%;
2484
- flex-basis: 40%;
2353
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
2485
2354
  }
2486
2355
  .phone-unit-35 {
2487
- max-width: 35%;
2488
- flex-basis: 35%;
2356
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
2489
2357
  }
2490
2358
  .phone-unit-33 {
2491
- max-width: 33.3%;
2492
- flex-basis: 33.3%;
2359
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
2493
2360
  }
2494
2361
  .phone-unit-30 {
2495
- max-width: 30%;
2496
- flex-basis: 30%;
2362
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
2497
2363
  }
2498
2364
  .phone-unit-25 {
2499
- max-width: 25%;
2500
- flex-basis: 25%;
2365
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
2501
2366
  }
2502
2367
  .phone-unit-20 {
2503
- max-width: 20%;
2504
- flex-basis: 20%;
2368
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
2505
2369
  }
2506
2370
  .phone-unit-10 {
2507
- max-width: 10%;
2508
- flex-basis: 10%;
2371
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
2509
2372
  }
2510
2373
  }
2511
2374
  .unit-push-90 {
@@ -3369,27 +3232,33 @@ table.table-hovered tbody tr:hover td {
3369
3232
  }
3370
3233
 
3371
3234
  .gap-xs {
3372
- gap: var(--ply-space-xs, 0.25rem);
3235
+ --units-gap: var(--ply-space-xs, 0.25rem);
3236
+ gap: var(--units-gap);
3373
3237
  }
3374
3238
 
3375
3239
  .gap-sm {
3376
- gap: var(--ply-space-sm, 0.5rem);
3240
+ --units-gap: var(--ply-space-sm, 0.5rem);
3241
+ gap: var(--units-gap);
3377
3242
  }
3378
3243
 
3379
3244
  .gap {
3380
- gap: var(--ply-space-md, 0.75rem);
3245
+ --units-gap: var(--ply-space-md, 0.75rem);
3246
+ gap: var(--units-gap);
3381
3247
  }
3382
3248
 
3383
3249
  .gap-lg {
3384
- gap: var(--ply-space-lg, 1.5rem);
3250
+ --units-gap: var(--ply-space-lg, 1.5rem);
3251
+ gap: var(--units-gap);
3385
3252
  }
3386
3253
 
3387
3254
  .gap-xl {
3388
- gap: var(--ply-space-xl, 2rem);
3255
+ --units-gap: var(--ply-space-xl, 2rem);
3256
+ gap: var(--units-gap);
3389
3257
  }
3390
3258
 
3391
3259
  .gap-xxl {
3392
- gap: var(--ply-space-xxl, 3rem);
3260
+ --units-gap: var(--ply-space-xxl, 3rem);
3261
+ gap: var(--units-gap);
3393
3262
  }
3394
3263
 
3395
3264
  .no-link-style a {
@@ -5833,84 +5702,64 @@ button.btn-white.btn-outline.btn-active {
5833
5702
 
5834
5703
  @container (max-width: 480px) {
5835
5704
  .container-phone-unit-100 {
5836
- max-width: 100%;
5837
5705
  flex-basis: 100%;
5838
5706
  }
5839
5707
  .container-phone-unit-90 {
5840
- max-width: 90%;
5841
- flex-basis: 90%;
5708
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
5842
5709
  }
5843
5710
  .container-phone-unit-88 {
5844
- max-width: 87.5%;
5845
- flex-basis: 87.5%;
5711
+ flex-basis: calc(87.5% - var(--units-gap, 1rem) * 0.12);
5846
5712
  }
5847
5713
  .container-phone-unit-80 {
5848
- max-width: 80%;
5849
- flex-basis: 80%;
5714
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
5850
5715
  }
5851
5716
  .container-phone-unit-75 {
5852
- max-width: 75%;
5853
- flex-basis: 75%;
5717
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
5854
5718
  }
5855
5719
  .container-phone-unit-70 {
5856
- max-width: 70%;
5857
- flex-basis: 70%;
5720
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
5858
5721
  }
5859
5722
  .container-phone-unit-66 {
5860
- max-width: 66.6%;
5861
- flex-basis: 66.6%;
5723
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
5862
5724
  }
5863
5725
  .container-phone-unit-65 {
5864
- max-width: 65%;
5865
- flex-basis: 65%;
5726
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
5866
5727
  }
5867
5728
  .container-phone-unit-62 {
5868
- max-width: 62.5%;
5869
- flex-basis: 62.5%;
5729
+ flex-basis: calc(62.5% - var(--units-gap, 1rem) * 0.38);
5870
5730
  }
5871
5731
  .container-phone-unit-60 {
5872
- max-width: 60%;
5873
- flex-basis: 60%;
5732
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
5874
5733
  }
5875
5734
  .container-phone-unit-50 {
5876
- max-width: 50%;
5877
- flex-basis: 50%;
5735
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
5878
5736
  }
5879
5737
  .container-phone-unit-40 {
5880
- max-width: 40%;
5881
- flex-basis: 40%;
5738
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
5882
5739
  }
5883
5740
  .container-phone-unit-38 {
5884
- max-width: 37.5%;
5885
- flex-basis: 37.5%;
5741
+ flex-basis: calc(37.5% - var(--units-gap, 1rem) * 0.62);
5886
5742
  }
5887
5743
  .container-phone-unit-35 {
5888
- max-width: 35%;
5889
- flex-basis: 35%;
5744
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
5890
5745
  }
5891
5746
  .container-phone-unit-33 {
5892
- max-width: 33.3%;
5893
- flex-basis: 33.3%;
5747
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
5894
5748
  }
5895
5749
  .container-phone-unit-30 {
5896
- max-width: 30%;
5897
- flex-basis: 30%;
5750
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
5898
5751
  }
5899
5752
  .container-phone-unit-25 {
5900
- max-width: 25%;
5901
- flex-basis: 25%;
5753
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
5902
5754
  }
5903
5755
  .container-phone-unit-20 {
5904
- max-width: 20%;
5905
- flex-basis: 20%;
5756
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
5906
5757
  }
5907
5758
  .container-phone-unit-12 {
5908
- max-width: 12.5%;
5909
- flex-basis: 12.5%;
5759
+ flex-basis: calc(12.5% - var(--units-gap, 1rem) * 0.88);
5910
5760
  }
5911
5761
  .container-phone-unit-10 {
5912
- max-width: 10%;
5913
- flex-basis: 10%;
5762
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
5914
5763
  }
5915
5764
  .container-phone-unit-auto {
5916
5765
  flex-basis: 0;
@@ -5919,84 +5768,64 @@ button.btn-white.btn-outline.btn-active {
5919
5768
  }
5920
5769
  @container (max-width: 650px) {
5921
5770
  .container-large-phone-unit-100 {
5922
- max-width: 100%;
5923
5771
  flex-basis: 100%;
5924
5772
  }
5925
5773
  .container-large-phone-unit-90 {
5926
- max-width: 90%;
5927
- flex-basis: 90%;
5774
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
5928
5775
  }
5929
5776
  .container-large-phone-unit-88 {
5930
- max-width: 87.5%;
5931
- flex-basis: 87.5%;
5777
+ flex-basis: calc(87.5% - var(--units-gap, 1rem) * 0.12);
5932
5778
  }
5933
5779
  .container-large-phone-unit-80 {
5934
- max-width: 80%;
5935
- flex-basis: 80%;
5780
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
5936
5781
  }
5937
5782
  .container-large-phone-unit-75 {
5938
- max-width: 75%;
5939
- flex-basis: 75%;
5783
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
5940
5784
  }
5941
5785
  .container-large-phone-unit-70 {
5942
- max-width: 70%;
5943
- flex-basis: 70%;
5786
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
5944
5787
  }
5945
5788
  .container-large-phone-unit-66 {
5946
- max-width: 66.6%;
5947
- flex-basis: 66.6%;
5789
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
5948
5790
  }
5949
5791
  .container-large-phone-unit-65 {
5950
- max-width: 65%;
5951
- flex-basis: 65%;
5792
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
5952
5793
  }
5953
5794
  .container-large-phone-unit-62 {
5954
- max-width: 62.5%;
5955
- flex-basis: 62.5%;
5795
+ flex-basis: calc(62.5% - var(--units-gap, 1rem) * 0.38);
5956
5796
  }
5957
5797
  .container-large-phone-unit-60 {
5958
- max-width: 60%;
5959
- flex-basis: 60%;
5798
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
5960
5799
  }
5961
5800
  .container-large-phone-unit-50 {
5962
- max-width: 50%;
5963
- flex-basis: 50%;
5801
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
5964
5802
  }
5965
5803
  .container-large-phone-unit-40 {
5966
- max-width: 40%;
5967
- flex-basis: 40%;
5804
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
5968
5805
  }
5969
5806
  .container-large-phone-unit-38 {
5970
- max-width: 37.5%;
5971
- flex-basis: 37.5%;
5807
+ flex-basis: calc(37.5% - var(--units-gap, 1rem) * 0.62);
5972
5808
  }
5973
5809
  .container-large-phone-unit-35 {
5974
- max-width: 35%;
5975
- flex-basis: 35%;
5810
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
5976
5811
  }
5977
5812
  .container-large-phone-unit-33 {
5978
- max-width: 33.3%;
5979
- flex-basis: 33.3%;
5813
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
5980
5814
  }
5981
5815
  .container-large-phone-unit-30 {
5982
- max-width: 30%;
5983
- flex-basis: 30%;
5816
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
5984
5817
  }
5985
5818
  .container-large-phone-unit-25 {
5986
- max-width: 25%;
5987
- flex-basis: 25%;
5819
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
5988
5820
  }
5989
5821
  .container-large-phone-unit-20 {
5990
- max-width: 20%;
5991
- flex-basis: 20%;
5822
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
5992
5823
  }
5993
5824
  .container-large-phone-unit-12 {
5994
- max-width: 12.5%;
5995
- flex-basis: 12.5%;
5825
+ flex-basis: calc(12.5% - var(--units-gap, 1rem) * 0.88);
5996
5826
  }
5997
5827
  .container-large-phone-unit-10 {
5998
- max-width: 10%;
5999
- flex-basis: 10%;
5828
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
6000
5829
  }
6001
5830
  .container-large-phone-unit-auto {
6002
5831
  flex-basis: 0;
@@ -6005,84 +5834,64 @@ button.btn-white.btn-outline.btn-active {
6005
5834
  }
6006
5835
  @container (max-width: 767px) {
6007
5836
  .container-tablet-unit-100 {
6008
- max-width: 100%;
6009
5837
  flex-basis: 100%;
6010
5838
  }
6011
5839
  .container-tablet-unit-90 {
6012
- max-width: 90%;
6013
- flex-basis: 90%;
5840
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
6014
5841
  }
6015
5842
  .container-tablet-unit-88 {
6016
- max-width: 87.5%;
6017
- flex-basis: 87.5%;
5843
+ flex-basis: calc(87.5% - var(--units-gap, 1rem) * 0.12);
6018
5844
  }
6019
5845
  .container-tablet-unit-80 {
6020
- max-width: 80%;
6021
- flex-basis: 80%;
5846
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
6022
5847
  }
6023
5848
  .container-tablet-unit-75 {
6024
- max-width: 75%;
6025
- flex-basis: 75%;
5849
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
6026
5850
  }
6027
5851
  .container-tablet-unit-70 {
6028
- max-width: 70%;
6029
- flex-basis: 70%;
5852
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
6030
5853
  }
6031
5854
  .container-tablet-unit-66 {
6032
- max-width: 66.6%;
6033
- flex-basis: 66.6%;
5855
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
6034
5856
  }
6035
5857
  .container-tablet-unit-65 {
6036
- max-width: 65%;
6037
- flex-basis: 65%;
5858
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
6038
5859
  }
6039
5860
  .container-tablet-unit-62 {
6040
- max-width: 62.5%;
6041
- flex-basis: 62.5%;
5861
+ flex-basis: calc(62.5% - var(--units-gap, 1rem) * 0.38);
6042
5862
  }
6043
5863
  .container-tablet-unit-60 {
6044
- max-width: 60%;
6045
- flex-basis: 60%;
5864
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
6046
5865
  }
6047
5866
  .container-tablet-unit-50 {
6048
- max-width: 50%;
6049
- flex-basis: 50%;
5867
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
6050
5868
  }
6051
5869
  .container-tablet-unit-40 {
6052
- max-width: 40%;
6053
- flex-basis: 40%;
5870
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
6054
5871
  }
6055
5872
  .container-tablet-unit-38 {
6056
- max-width: 37.5%;
6057
- flex-basis: 37.5%;
5873
+ flex-basis: calc(37.5% - var(--units-gap, 1rem) * 0.62);
6058
5874
  }
6059
5875
  .container-tablet-unit-35 {
6060
- max-width: 35%;
6061
- flex-basis: 35%;
5876
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
6062
5877
  }
6063
5878
  .container-tablet-unit-33 {
6064
- max-width: 33.3%;
6065
- flex-basis: 33.3%;
5879
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
6066
5880
  }
6067
5881
  .container-tablet-unit-30 {
6068
- max-width: 30%;
6069
- flex-basis: 30%;
5882
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
6070
5883
  }
6071
5884
  .container-tablet-unit-25 {
6072
- max-width: 25%;
6073
- flex-basis: 25%;
5885
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
6074
5886
  }
6075
5887
  .container-tablet-unit-20 {
6076
- max-width: 20%;
6077
- flex-basis: 20%;
5888
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
6078
5889
  }
6079
5890
  .container-tablet-unit-12 {
6080
- max-width: 12.5%;
6081
- flex-basis: 12.5%;
5891
+ flex-basis: calc(12.5% - var(--units-gap, 1rem) * 0.88);
6082
5892
  }
6083
5893
  .container-tablet-unit-10 {
6084
- max-width: 10%;
6085
- flex-basis: 10%;
5894
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
6086
5895
  }
6087
5896
  .container-tablet-unit-auto {
6088
5897
  flex-basis: 0;
@@ -6091,84 +5900,64 @@ button.btn-white.btn-outline.btn-active {
6091
5900
  }
6092
5901
  @container (max-width: 1024px) {
6093
5902
  .container-small-desktop-unit-100 {
6094
- max-width: 100%;
6095
5903
  flex-basis: 100%;
6096
5904
  }
6097
5905
  .container-small-desktop-unit-90 {
6098
- max-width: 90%;
6099
- flex-basis: 90%;
5906
+ flex-basis: calc(90% - var(--units-gap, 1rem) * 0.1);
6100
5907
  }
6101
5908
  .container-small-desktop-unit-88 {
6102
- max-width: 87.5%;
6103
- flex-basis: 87.5%;
5909
+ flex-basis: calc(87.5% - var(--units-gap, 1rem) * 0.12);
6104
5910
  }
6105
5911
  .container-small-desktop-unit-80 {
6106
- max-width: 80%;
6107
- flex-basis: 80%;
5912
+ flex-basis: calc(80% - var(--units-gap, 1rem) * 0.2);
6108
5913
  }
6109
5914
  .container-small-desktop-unit-75 {
6110
- max-width: 75%;
6111
- flex-basis: 75%;
5915
+ flex-basis: calc(75% - var(--units-gap, 1rem) * 0.25);
6112
5916
  }
6113
5917
  .container-small-desktop-unit-70 {
6114
- max-width: 70%;
6115
- flex-basis: 70%;
5918
+ flex-basis: calc(70% - var(--units-gap, 1rem) * 0.3);
6116
5919
  }
6117
5920
  .container-small-desktop-unit-66 {
6118
- max-width: 66.6%;
6119
- flex-basis: 66.6%;
5921
+ flex-basis: calc(66.6% - var(--units-gap, 1rem) * 0.34);
6120
5922
  }
6121
5923
  .container-small-desktop-unit-65 {
6122
- max-width: 65%;
6123
- flex-basis: 65%;
5924
+ flex-basis: calc(65% - var(--units-gap, 1rem) * 0.35);
6124
5925
  }
6125
5926
  .container-small-desktop-unit-62 {
6126
- max-width: 62.5%;
6127
- flex-basis: 62.5%;
5927
+ flex-basis: calc(62.5% - var(--units-gap, 1rem) * 0.38);
6128
5928
  }
6129
5929
  .container-small-desktop-unit-60 {
6130
- max-width: 60%;
6131
- flex-basis: 60%;
5930
+ flex-basis: calc(60% - var(--units-gap, 1rem) * 0.4);
6132
5931
  }
6133
5932
  .container-small-desktop-unit-50 {
6134
- max-width: 50%;
6135
- flex-basis: 50%;
5933
+ flex-basis: calc(50% - var(--units-gap, 1rem) * 0.5);
6136
5934
  }
6137
5935
  .container-small-desktop-unit-40 {
6138
- max-width: 40%;
6139
- flex-basis: 40%;
5936
+ flex-basis: calc(40% - var(--units-gap, 1rem) * 0.6);
6140
5937
  }
6141
5938
  .container-small-desktop-unit-38 {
6142
- max-width: 37.5%;
6143
- flex-basis: 37.5%;
5939
+ flex-basis: calc(37.5% - var(--units-gap, 1rem) * 0.62);
6144
5940
  }
6145
5941
  .container-small-desktop-unit-35 {
6146
- max-width: 35%;
6147
- flex-basis: 35%;
5942
+ flex-basis: calc(35% - var(--units-gap, 1rem) * 0.65);
6148
5943
  }
6149
5944
  .container-small-desktop-unit-33 {
6150
- max-width: 33.3%;
6151
- flex-basis: 33.3%;
5945
+ flex-basis: calc(33.3% - var(--units-gap, 1rem) * 0.67);
6152
5946
  }
6153
5947
  .container-small-desktop-unit-30 {
6154
- max-width: 30%;
6155
- flex-basis: 30%;
5948
+ flex-basis: calc(30% - var(--units-gap, 1rem) * 0.7);
6156
5949
  }
6157
5950
  .container-small-desktop-unit-25 {
6158
- max-width: 25%;
6159
- flex-basis: 25%;
5951
+ flex-basis: calc(25% - var(--units-gap, 1rem) * 0.75);
6160
5952
  }
6161
5953
  .container-small-desktop-unit-20 {
6162
- max-width: 20%;
6163
- flex-basis: 20%;
5954
+ flex-basis: calc(20% - var(--units-gap, 1rem) * 0.8);
6164
5955
  }
6165
5956
  .container-small-desktop-unit-12 {
6166
- max-width: 12.5%;
6167
- flex-basis: 12.5%;
5957
+ flex-basis: calc(12.5% - var(--units-gap, 1rem) * 0.88);
6168
5958
  }
6169
5959
  .container-small-desktop-unit-10 {
6170
- max-width: 10%;
6171
- flex-basis: 10%;
5960
+ flex-basis: calc(10% - var(--units-gap, 1rem) * 0.9);
6172
5961
  }
6173
5962
  .container-small-desktop-unit-auto {
6174
5963
  flex-basis: 0;