| @@ -8,5 +8,34 @@ | ||
| 8 | 8 | &__3-col { |
| 9 | 9 | grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | +} | |
| 13 | + | |
| 14 | +.wowp-feature-box { | |
| 15 | + @media screen and (max-width: 850px) { | |
| 16 | + display: none; | |
| 17 | + } | |
| 18 | + .hndle { | |
| 19 | + color: var(--wowp-orange); | |
| 20 | + } | |
| 21 | +} | |
| 22 | + | |
| 23 | +.wowp-feature { | |
| 24 | + .wowp-feature-title { | |
| 25 | + color: var(--wowp-dark); | |
| 26 | + font-weight: bold; | |
| 27 | + padding-bottom: 6px; | |
| 28 | + font-size: 15px; | |
| 29 | + } | |
| 30 | + .wowp-feature-desc { | |
| 31 | + margin-left: 0; | |
| 32 | + padding-bottom: 6px; | |
| 33 | + margin-bottom: 12px; | |
| 34 | + } | |
| 35 | + .wowp-feature-desc:not(:last-child) { | |
| 36 | + border-bottom: 1px dashed var(--wowp-bg); | |
| 37 | + } | |
| 38 | + .minimal-price { | |
| 39 | + color: var(--wowp-blue); | |
| 40 | + } | |
| 12 | 41 | } |