PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.7
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.7
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / blocks / post-list-one / style.scss

style.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.7, at src/blocks/post-list-one/style.scss

536 lines 20.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* post list css for frontend and editor */
2 .sp-smart-post-list-one-block {
3 .sp-smart-post-card-image {
4 a {
5 width: 100%;
6 height: 100%;
7 }
8 }
9 .sp-smart-post-list-divider{
10 border-image-slice: 1;
11 }
12 .sp-smart-post-list-one-container .sp-smart-post-list-divider:last-of-type {
13 display: none;
14 }
15 .sp-smart-post-list-one-container {
16 display: flex;
17 flex-direction: column;
18
19 .sp-smart-post-template-one-content{
20 margin-left: 24px;
21 }
22 }
23 .sp-smart-post-show-list-one-card-wrapper .sp-smart-post-card .sp-smart-post-card-image {
24 width: 32%;
25 flex-shrink: 0;
26 height: 244px;
27 }
28 .sp-smart-post-show-list-one-card-wrapper .sp-smart-post-card .sp-smart-post-template-one-content {
29 width: 100%;
30 }
31 .sp-smart-post-list-one-container.list-one-layout-one {
32 .sp-smart-post-card {
33 display: flex;
34 }
35 }
36 .sp-smart-post-list-one-container.list-one-layout-two {
37 .sp-smart-post-card {
38 display: flex;
39 flex-direction: row-reverse;
40 justify-content: space-between;
41 }
42 .sp-smart-post-card-image {
43 margin-right: 0;
44 }
45 .sp-smart-post-template-one-content{
46 margin-left: 0px;
47 margin-right: 24px;
48 }
49 }
50 .sp-smart-post-list-one-container.list-one-layout-three,
51 .sp-smart-post-list-one-container.list-one-layout-four {
52 .sp-smart-post-card {
53 display: flex;
54 }
55 .sp-smart-post-template-one-content{
56 background-color: #fff;
57 margin-left: -80px;
58 z-index: 9;
59 }
60 .sp-smart-post-card-content {
61 padding: 20px;
62 }
63
64 .sp-smart-post-card .sp-smart-post-card-image {
65 width: 40%;
66 height: 298px;
67 }
68
69 }
70 .sp-smart-post-list-one-container.list-one-layout-four {
71 .sp-smart-post-card {
72 flex-direction: row-reverse;
73 justify-content: space-between;
74 }
75 .sp-smart-post-template-one-content{
76 margin-right: -80px;
77 margin-left: 0;
78 }
79 }
80 .sp-smart-post-list-one-container.list-one-layout-six,
81 .sp-smart-post-list-one-container.list-one-layout-five {
82 .sp-smart-post-card {
83 flex-direction: column;
84 }
85 .sp-smart-post-list-one-layout-top {
86 align-self: flex-start;
87 padding-bottom: 10px;
88 width: 100%;
89 }
90 .sp-smart-post-details {
91 display: flex;
92 width: 100%;
93 }
94 .sp-smart-post-list-one-layout-bottom {
95 display: flex;
96 }
97 .sp-smart-post-card .sp-smart-post-card-image {
98 height: 220px;
99 }
100 }
101 .sp-smart-post-list-one-container.list-one-layout-six {
102 .sp-smart-post-list-one-layout-bottom {
103 flex-direction: row-reverse;
104 }
105 .sp-smart-post-template-one-content {
106 margin-left: 0;
107 margin-right: 24px;
108 }
109 }
110 .sp-smart-post-card-image {
111 a {
112 img:not(.sp-smart-post-meta-icon) {
113 width: 100%;
114 height: 100%;
115 }
116 }
117 }
118 }
119
120 @media only screen and (max-width: 767px) {
121 .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-six .sp-smart-post-list-one-layout-bottom, .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-five .sp-smart-post-list-one-layout-bottom,
122 .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-three .sp-smart-post-card, .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-four .sp-smart-post-card,
123 .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-two .sp-smart-post-card {
124 display: grid;
125
126 }
127 .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-three .sp-smart-post-template-one-content, .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-four .sp-smart-post-template-one-content {
128 margin-left: 0;
129 }
130 .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-three .sp-smart-post-card-content, .sp-smart-post-list-one-block .sp-smart-post-list-one-container.list-one-layout-four .sp-smart-post-card-content {
131 padding: 0 !important;
132 border: none !important;
133 }
134 .sp-smart-post-show-list-one-card-wrapper{
135 .sp-smart-post-card {
136 flex-direction: column;
137 .sp-smart-post-card-image {
138 max-width: 100%;
139 }
140 .sp-smart-post-template-one-content {
141 margin-left: 0;
142 }
143 }
144 }
145 }
146 // Large items style.
147 .rtl #sp-smart-post-list-wrapper {
148 direction: ltr;
149 }
150 #sp-smart-post-list-wrapper .sp-smart-post-large-items {
151 transition: all 0.3s ease-in-out;
152 .sp-smart-post-template-one-content,
153 .sp-smart-post-card {
154 width: 100%;
155 }
156 .sp-smart-post-card-image a,
157 .sp-smart-post-card-image{
158 display: block;
159 width: 100% !important;
160 height: 100%;
161 }
162 .sp-smart-post-card-image img{
163 height: 100% !important;
164 width: 100%;
165 }
166 .sp-smart-post-card {
167 height: 100%;
168 flex-direction: column;
169 }
170 // .sp-smart-post-template-one-content {
171 // position: absolute;
172 // left: 0;
173 // bottom: 0;
174 // z-index: 9;
175 // }
176 // .sp-smart-post-card-content {
177 // height: 100%;
178 // justify-content: end;
179 // // padding: 20px;
180 // }
181 }
182
183 #sp-smart-post-list-wrapper .sp-smart-post-list-item {
184 position: relative;
185 }
186 #sp-smart-post-list-wrapper:not(.sp-smart-post-list-three) .sp-smart-post-large-items .sp-smart-post-list-item {
187 height: 380px;
188 }
189
190 // #sp-smart-post-list-wrapper.no-overlay .sp-smart-post-large-items .sp-smart-post-list-item::after {
191 // position: absolute;
192 // content: "";
193 // width: 100%;
194 // height: 100%;
195 // background-color: #000;
196 // left: 50%;
197 // top: 50%;
198 // transform: translate(-50%, -50%);
199 // opacity: .5;
200 // z-index: 1;
201 // }
202
203 #sp-smart-post-list-wrapper .sp-smart-post-list-divider {
204 width: 100%;
205 border-top: 1px solid #ccc;
206 border-image-slice: 1;
207 grid-column: 1 / 3;
208 }
209
210 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-list-divider,
211 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-five .sp-smart-post-list-divider,
212 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-list-divider,
213 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-seven .sp-smart-post-small-items .sp-smart-post-list-div,
214 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items .sp-smart-post-list-div,
215 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-three .sp-smart-post-small-items .sp-smart-post-list-divider {
216 display: none;
217 }
218
219 #sp-smart-post-list-wrapper .sp-smart-post-large-items.sp-smart-post-background-layout .sp-smart-post-card-content {
220 padding: 30px;
221 // .sp-social-share-popup-icon.popup-share-icon svg path,
222 // .sp-smart-post-excerpt,
223 // .sp-smart-post-meta span,
224 // .sp-smart-post-meta svg path,
225 // .sp-smart-post-title {
226 // color: #fff;
227 // fill: #fff;
228 // }
229 }
230
231 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-three .sp-smart-post-large-items{
232 .sp-smart-post-template-one-content {
233 position: relative;
234 }
235 .sp-smart-post-card.template-one {
236 flex-direction: column;
237 }
238 .sp-smart-post-list-item {
239 height: auto;
240 }
241 .sp-smart-post-list-item::after{
242 display: none;
243 }
244 .sp-smart-post-card-content{
245 width: 100%;
246 }
247 }
248
249 // Small items style.
250 #sp-smart-post-list-wrapper .sp-smart-post-small-items {
251 display: flex;
252 flex-direction: column;
253 // gap: 20px;
254 }
255
256 /* Normal style */
257 #sp-smart-post-list-wrapper .sp-smart-post-card {
258 display: flex;
259 // flex-direction: column;
260 justify-content: left;
261 width: 100%;
262 }
263
264 #sp-smart-post-list-wrapper .sp-smart-post-list-item {
265 // display: flex;
266 gap: 20px;
267 }
268 #sp-smart-post-list-wrapper:not(.sp-smart-post-list-three) .sp-smart-post-small-items .sp-smart-post-list-divider:last-of-type {
269 display: none;
270 }
271
272 #sp-smart-post-list-wrapper .sp-smart-post-card {
273 gap: 24px;
274 }
275
276 #sp-smart-post-list-wrapper .sp-smart-post-card .sp-smart-post-excerpt-read-more {
277 text-decoration: underline;
278 color: var(--smart-post-dark-text);
279 transition: all .3s;
280 // font-size: 14px;
281 }
282
283 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-card,
284 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-card {
285 gap: 16px;
286 }
287
288 /* Small items style */
289 // #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card-image {
290 .sp-smart-post-small-items .sp-smart-post-card-image {
291 // max-width: 35%;
292 width: 35%;
293 flex-shrink: 0;
294 }
295
296 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-card-content,
297 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-three .sp-smart-post-small-items .sp-smart-post-card-content,
298 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-card-content,
299 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-one .sp-smart-post-small-items .sp-smart-post-card-content {
300 margin-top: 10px;
301 }
302
303 // #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-card-image,
304 // #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-card-image {
305 // width: 45%;
306 // flex-shrink: 0;
307 // }
308 .sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-card-image,
309 .sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-card-image {
310 width: 45%;
311 flex-shrink: 0;
312 }
313 .sp-smart-post-wrapper .sp-smart-post-small-items .sp-smart-post-title {
314 font-size: 22px;
315 }
316
317 .sp-smart-post-list-two-layout-eight .sp-smart-post-small-items .sp-smart-post-title,
318 .sp-smart-post-list-two-layout-six .sp-smart-post-small-items .sp-smart-post-title,
319 .sp-smart-post-list-two-layout-four .sp-smart-post-small-items .sp-smart-post-title,
320 .sp-smart-post-list-two-layout-two .sp-smart-post-small-items .sp-smart-post-title {
321 font-size: 18px;
322 }
323 #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-template-one-content {
324 width: 100%;
325 }
326 .sp-smart-post-small-items .sp-smart-post-card-image img {
327 width: 100%;
328 object-fit: cover;
329 }
330
331 /* Post list two layout 2 style */
332 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-small-items,
333 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items,
334 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items,
335 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items {
336 display: grid;
337 grid-template-columns: repeat(2, 1fr);
338 }
339
340 /* Post list two layout 3 style */
341 .sp-smart-post-list-two-layout-three .sp-smart-post-list-item.sp-smart-overlay-post {
342 height: auto;
343 }
344 .sp-smart-post-list-two-layout-three .sp-smart-post-list-item.sp-smart-overlay-post .sp-smart-post-card,
345 .sp-smart-post-list-two-layout-three .sp-smart-post-list-item.sp-smart-overlay-post .sp-smart-post-card-image {
346 position: relative;
347 }
348 .sp-smart-post-list-two-layout-three .sp-smart-post-large-items .sp-smart-post-list-item {
349 flex-direction: column;
350 }
351
352 /* Post list two layout (5 and 7) style */
353 #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card .sp-smart-post-excerpt-read-more {
354 display: none;
355 }
356
357 .sp-smart-post-list-two-layout-seven .sp-smart-post-small-items .sp-smart-post-des-read-more {
358 color: #4E4F52;
359 font-size: 14px;
360 font-weight: 400;
361 }
362
363 #sp-smart-post-list-wrapper .sp-smart-post-large-items.sp-smart-post-background-layout .sp-smart-post-card {
364 padding: 0 !important;
365 margin: 0 !important;
366 border: none;
367 }
368
369 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items .sp-smart-post-template-one-content,
370 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-seven .sp-smart-post-small-items .sp-smart-post-template-one-content,
371 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-small-items .sp-smart-post-template-one-content,
372 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-five .sp-smart-post-small-items .sp-smart-post-template-one-content,
373 #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-template-one-content, .sp-smart-post-large-items .sp-smart-post-card {
374 width: 100%;
375 }
376 #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card .sp-smart-post-card-image img {
377 width: 100%;
378 height: 100%;
379 }
380 #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card:hover .sp-smart-post-card-image a {
381 transform: scale(1) rotate(0deg);
382 }
383 #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card .sp-smart-post-card-image .image-overlay,
384 #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card:hover .sp-smart-post-card-image .image-overlay {
385 background: transparent !important;
386 }
387
388 @media only screen and (max-width: 767px) {
389 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-six .sp-smart-post-small-items,
390 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-eight .sp-smart-post-small-items,
391 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-four .sp-smart-post-small-items,
392 #sp-smart-post-list-wrapper.sp-smart-post-list-two-layout-two .sp-smart-post-small-items {
393 grid-template-columns: repeat(1, 1fr);
394 }
395 .sp-smart-post-list-two #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card {
396 flex-direction: column;
397 }
398 .sp-smart-post-list-two #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card-image {
399 max-width: 100%;
400 width: 100%;
401 }
402 .sp-smart-post-list-two #sp-smart-post-list-wrapper .sp-smart-post-small-items .sp-smart-post-card-content {
403 margin-top: 0;
404 padding: 0;
405 }
406 }
407
408 .sp-smart-post-list-two {
409 #sp-smart-post-list-wrapper {
410 .sp-smart-post-list-item {
411 .sp-smart-post-card-image a {
412 width: 100%;
413 height: 100%;
414 }
415 }
416 }
417 }
418
419 .sp-smart-post-list-three .sp-smart-post-large-items {
420 display: flex;
421 gap: 24px;
422 }
423 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-large-items .sp-smart-post-list-item {
424 width: 50%;
425 }
426 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items .sp-smart-post-list-item {
427 width: 100%;
428 }
429 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items,
430 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items {
431 display: grid;
432 grid-template-columns: repeat(2, 1fr);
433 }
434 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-list-item .sp-smart-post-list-divider{
435 margin-bottom: 24px;
436 }
437 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items .sp-smart-post-card,
438 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-five .sp-smart-post-large-items .sp-smart-post-card{
439 flex-direction: row;
440 }
441 #sp-smart-post-list-wrapper.sp-smart-post-list-three:not(.sp-smart-post-list-three-layout-one, .sp-smart-post-list-three-layout-two) .sp-smart-post-large-items .sp-smart-post-card-content{
442 justify-content: start;
443 margin-top: 10px;
444 }
445 #sp-smart-post-list-wrapper.sp-smart-post-list-three:not(.sp-smart-post-list-three-layout-five, .sp-smart-post-list-three-layout-six) .sp-smart-post-large-items .sp-smart-post-list-item .sp-smart-post-card-image,#sp-smart-post-list-wrapper.sp-smart-post-list-three:not(.sp-smart-post-list-three-layout-five, .sp-smart-post-list-three-layout-six) .sp-smart-post-large-items.sp-smart-post-background-layout .sp-smart-post-list-item{
446 height: 380px;
447 }
448 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-four .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(1) .sp-smart-post-list-divider,
449 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-four .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(2) .sp-smart-post-list-divider,
450 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-three .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(1) .sp-smart-post-list-divider,
451 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-three .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(2) .sp-smart-post-list-divider,
452 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-two .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-icon-right-dir,
453 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-four .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-icon-right-dir {
454 display: none;
455 }
456 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper .sp-smart-post-title {
457 width: 100%;
458 }
459 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper {
460 display: flex;
461 width: 100%;
462 }
463 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper .sp-icon-right-dir {
464 transform: translateY(-3px);
465 }
466 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper,
467 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper .sp-icon-right-dir {
468 transition: all .3s ease-in-out;
469 }
470
471 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-smart-post-title {
472 font-size: 26px;
473 }
474
475 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-five .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-smart-post-title,
476 #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-smart-post-title {
477 font-size: 20px;
478 }
479 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-social-share,
480 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-card-image .image-overlay,
481 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-social-share-popup {
482 display: none;
483 }
484 #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-card {
485 overflow: visible;
486 }
487 #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card-image a, #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card-image {
488 display: block;
489 height: 100%;
490 width: 100% !important;
491 }
492 #sp-smart-post-list-wrapper .sp-smart-post-card {
493 display: flex;
494 justify-content: left;
495 width: 100%;
496 }
497 #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card {
498 height: 100%;
499 flex-direction: column;
500 }
501
502 @media only screen and (max-width: 767px) {
503 #sp-smart-post-list-wrapper.sp-smart-post-list-three {
504 .sp-smart-post-large-items,
505 .sp-smart-post-small-items {
506 display: grid;
507 grid-template-columns: repeat(1, 1fr) !important;
508
509 .sp-smart-post-list-item {
510 width: 100%;
511 }
512 .sp-smart-post-card {
513 display: flex;
514 flex-direction: column !important;
515
516 .sp-smart-post-card-image {
517 max-width: 100%;
518 width: 100%;
519 }
520 }
521 }
522 .sp-smart-post-large-items .sp-smart-post-card-image a img {
523 height: 100%;
524 }
525 }
526 }
527 .sp-smart-post-list-three {
528 #sp-smart-post-list-wrapper {
529 .sp-smart-post-list-item {
530 .sp-smart-post-card-image a {
531 width: 100%;
532 height: 100%;
533 }
534 }
535 }
536 }