style.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.83, at includes/widgets/Woo_Archive_Banner/style.css
| 1 | .ka-woo-archive-banner { |
| 2 | display: grid; |
| 3 | gap: 16px; |
| 4 | align-items: center; |
| 5 | } |
| 6 | |
| 7 | .ka-woo-archive-banner__image img { |
| 8 | width: 100%; |
| 9 | height: auto; |
| 10 | display: block; |
| 11 | } |
| 12 | |
| 13 | .ka-woo-archive-banner__title { |
| 14 | margin: 0 0 8px; |
| 15 | } |
| 16 | |
| 17 | .ka-woo-archive-banner__desc { |
| 18 | margin: 0 0 10px; |
| 19 | line-height: 1.6; |
| 20 | } |
| 21 | |
| 22 | .ka-woo-archive-banner__btn { |
| 23 | display: inline-flex; |
| 24 | align-items: center; |
| 25 | gap: 6px; |
| 26 | padding: 10px 14px; |
| 27 | background: #111; |
| 28 | color: #fff; |
| 29 | text-decoration: none; |
| 30 | border-radius: 6px; |
| 31 | } |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 | |
| 37 | |
| 38 |