| 1 |
.learn-press-help-center { |
| 2 |
max-width: 100%; |
| 3 |
} |
| 4 |
.learn-press-help-center .wp-heading-inline { |
| 5 |
color: #262626; |
| 6 |
font-family: "DM Sans", sans-serif; |
| 7 |
font-size: 30px; |
| 8 |
font-weight: 700; |
| 9 |
line-height: 120%; |
| 10 |
letter-spacing: 0; |
| 11 |
} |
| 12 |
.learn-press-help-center .lp-help-center-subtitle { |
| 13 |
margin: 4px 0 24px; |
| 14 |
color: #4f4f4f; |
| 15 |
font-family: "DM Sans", sans-serif; |
| 16 |
font-size: 16px; |
| 17 |
font-weight: 400; |
| 18 |
line-height: 150%; |
| 19 |
letter-spacing: 0; |
| 20 |
} |
| 21 |
.learn-press-help-center a:focus { |
| 22 |
box-shadow: none; |
| 23 |
} |
| 24 |
|
| 25 |
.lp-help-center-grid { |
| 26 |
display: grid; |
| 27 |
grid-template-columns: repeat(2, 1fr); |
| 28 |
gap: 16px; |
| 29 |
margin-bottom: 24px; |
| 30 |
} |
| 31 |
|
| 32 |
.lp-help-center-card { |
| 33 |
display: flex; |
| 34 |
align-items: center; |
| 35 |
gap: 16px; |
| 36 |
padding: 20px; |
| 37 |
border: 1px solid #e2e4e7; |
| 38 |
border-radius: 6px; |
| 39 |
background: #fff; |
| 40 |
} |
| 41 |
.lp-help-center-card__icon { |
| 42 |
display: flex; |
| 43 |
flex: 0 0 auto; |
| 44 |
align-items: center; |
| 45 |
justify-content: center; |
| 46 |
} |
| 47 |
.lp-help-center-card__icon svg { |
| 48 |
width: 48px; |
| 49 |
height: 48px; |
| 50 |
} |
| 51 |
.lp-help-center-card__content { |
| 52 |
flex: 1 1 auto; |
| 53 |
min-width: 0; |
| 54 |
} |
| 55 |
.lp-help-center-card__content h3 { |
| 56 |
margin: 0 0 4px; |
| 57 |
color: #262626; |
| 58 |
font-family: "DM Sans", sans-serif; |
| 59 |
font-size: 18px; |
| 60 |
font-weight: 600; |
| 61 |
line-height: 120%; |
| 62 |
letter-spacing: 0; |
| 63 |
} |
| 64 |
.lp-help-center-card__content p { |
| 65 |
margin: 0; |
| 66 |
color: #4f4f4f; |
| 67 |
font-family: "DM Sans", sans-serif; |
| 68 |
font-size: 16px; |
| 69 |
font-weight: 400; |
| 70 |
line-height: 150%; |
| 71 |
letter-spacing: 0; |
| 72 |
} |
| 73 |
.lp-help-center-card__button { |
| 74 |
flex: 0 0 auto; |
| 75 |
white-space: nowrap; |
| 76 |
} |
| 77 |
|
| 78 |
.learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button { |
| 79 |
display: inline-flex; |
| 80 |
align-items: center; |
| 81 |
justify-content: center; |
| 82 |
border-color: #ffb608; |
| 83 |
color: #ffb608; |
| 84 |
font-family: "DM Sans", sans-serif; |
| 85 |
font-size: 16px; |
| 86 |
line-height: 150%; |
| 87 |
letter-spacing: 0.16px; |
| 88 |
} |
| 89 |
.learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:visited { |
| 90 |
border-color: #ffb608; |
| 91 |
color: #ffb608; |
| 92 |
} |
| 93 |
.learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:hover, .learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:focus, .learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:active { |
| 94 |
border-color: #ffb608; |
| 95 |
color: #ffb608; |
| 96 |
background: #fef3e2; |
| 97 |
} |
| 98 |
|
| 99 |
.lp-help-center-whats-new { |
| 100 |
display: flex; |
| 101 |
align-items: center; |
| 102 |
justify-content: space-between; |
| 103 |
gap: 32px; |
| 104 |
padding: 32px; |
| 105 |
margin-bottom: 24px; |
| 106 |
border-radius: 8px; |
| 107 |
color: #fff; |
| 108 |
background: linear-gradient(-90deg, #2e1067 0%, #6c28d7 100%); |
| 109 |
} |
| 110 |
.lp-help-center-whats-new__main { |
| 111 |
flex: 1 1 50%; |
| 112 |
} |
| 113 |
.lp-help-center-whats-new__badge { |
| 114 |
display: inline-block; |
| 115 |
padding: 4px 10px; |
| 116 |
margin-bottom: 12px; |
| 117 |
border-radius: 20px; |
| 118 |
background: rgba(255, 255, 255, 0.15); |
| 119 |
color: #fff; |
| 120 |
font-family: "DM Sans", sans-serif; |
| 121 |
font-size: 12px; |
| 122 |
font-weight: 400; |
| 123 |
line-height: 150%; |
| 124 |
letter-spacing: 0; |
| 125 |
} |
| 126 |
.lp-help-center-whats-new h2 { |
| 127 |
margin: 0 0 8px; |
| 128 |
color: #fff; |
| 129 |
font-family: "DM Sans", sans-serif; |
| 130 |
font-size: 30px; |
| 131 |
font-weight: 700; |
| 132 |
line-height: 120%; |
| 133 |
letter-spacing: 0; |
| 134 |
} |
| 135 |
.lp-help-center-whats-new p { |
| 136 |
max-width: 420px; |
| 137 |
margin: 0 0 20px; |
| 138 |
color: #e2e0db; |
| 139 |
font-family: "DM Sans", sans-serif; |
| 140 |
font-size: 16px; |
| 141 |
font-weight: 400; |
| 142 |
line-height: 150%; |
| 143 |
letter-spacing: 0; |
| 144 |
} |
| 145 |
.lp-help-center-whats-new__cta { |
| 146 |
border: none; |
| 147 |
} |
| 148 |
.lp-help-center-whats-new__features { |
| 149 |
flex: 1 1 45%; |
| 150 |
margin: 0; |
| 151 |
list-style: none; |
| 152 |
} |
| 153 |
.lp-help-center-whats-new__features li { |
| 154 |
display: flex; |
| 155 |
align-items: flex-start; |
| 156 |
gap: 8px; |
| 157 |
margin: 0 0 14px; |
| 158 |
color: #fff; |
| 159 |
font-family: "DM Sans", sans-serif; |
| 160 |
font-size: 16px; |
| 161 |
font-weight: 400; |
| 162 |
line-height: 150%; |
| 163 |
letter-spacing: 0; |
| 164 |
} |
| 165 |
.lp-help-center-whats-new__features li:last-child { |
| 166 |
margin-bottom: 0; |
| 167 |
} |
| 168 |
.lp-help-center-whats-new__features li .lp-help-center-whats-new__tick { |
| 169 |
display: flex; |
| 170 |
flex: 0 0 auto; |
| 171 |
} |
| 172 |
.lp-help-center-whats-new__features li .lp-help-center-whats-new__tick svg { |
| 173 |
width: 18px; |
| 174 |
height: 18px; |
| 175 |
} |
| 176 |
|
| 177 |
.learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta { |
| 178 |
display: inline-flex; |
| 179 |
align-items: center; |
| 180 |
justify-content: center; |
| 181 |
border-color: #ffb608; |
| 182 |
color: #fff; |
| 183 |
background: #ffb608; |
| 184 |
font-family: "DM Sans", sans-serif; |
| 185 |
font-size: 16px; |
| 186 |
line-height: 150%; |
| 187 |
letter-spacing: 0.16px; |
| 188 |
} |
| 189 |
.learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:visited { |
| 190 |
color: #fff; |
| 191 |
} |
| 192 |
.learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:hover, .learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:focus, .learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:active { |
| 193 |
border-color: #f5ac00; |
| 194 |
color: #fff; |
| 195 |
background: #f5ac00; |
| 196 |
} |
| 197 |
|
| 198 |
.lp-help-center-bottom { |
| 199 |
display: grid; |
| 200 |
grid-template-columns: 1fr 1fr; |
| 201 |
gap: 16px; |
| 202 |
} |
| 203 |
|
| 204 |
.lp-help-center-articles { |
| 205 |
padding: 20px 24px; |
| 206 |
border: 1px solid #e2e4e7; |
| 207 |
border-radius: 6px; |
| 208 |
background: #fff; |
| 209 |
} |
| 210 |
.lp-help-center-articles__header { |
| 211 |
display: flex; |
| 212 |
align-items: center; |
| 213 |
justify-content: space-between; |
| 214 |
margin-bottom: 8px; |
| 215 |
} |
| 216 |
.lp-help-center-articles__header h2 { |
| 217 |
margin: 0; |
| 218 |
color: #262626; |
| 219 |
font-family: "DM Sans", sans-serif; |
| 220 |
font-size: 26px; |
| 221 |
font-weight: 700; |
| 222 |
line-height: 120%; |
| 223 |
letter-spacing: 0; |
| 224 |
} |
| 225 |
.lp-help-center-articles__header a { |
| 226 |
color: #ffb608; |
| 227 |
font-family: "DM Sans", sans-serif; |
| 228 |
font-size: 16px; |
| 229 |
line-height: 150%; |
| 230 |
letter-spacing: 0.16px; |
| 231 |
text-decoration: none; |
| 232 |
} |
| 233 |
.lp-help-center-articles__list { |
| 234 |
margin: 0; |
| 235 |
list-style: none; |
| 236 |
} |
| 237 |
.lp-help-center-articles__list li { |
| 238 |
border-top: 1px solid #f0f0f1; |
| 239 |
} |
| 240 |
.lp-help-center-articles__list li:last-child a { |
| 241 |
padding-bottom: 0; |
| 242 |
} |
| 243 |
.lp-help-center-articles__list a { |
| 244 |
display: flex; |
| 245 |
align-items: center; |
| 246 |
gap: 12px; |
| 247 |
padding: 14px 0; |
| 248 |
color: #1d2327; |
| 249 |
text-decoration: none; |
| 250 |
} |
| 251 |
.lp-help-center-articles__list a:hover strong { |
| 252 |
color: #7f54b3; |
| 253 |
} |
| 254 |
.lp-help-center-articles__thumbnail { |
| 255 |
overflow: hidden; |
| 256 |
display: flex; |
| 257 |
flex: 0 0 auto; |
| 258 |
align-items: center; |
| 259 |
justify-content: center; |
| 260 |
width: 48px; |
| 261 |
height: 48px; |
| 262 |
border-radius: 6px; |
| 263 |
background: #f0f0f1; |
| 264 |
} |
| 265 |
.lp-help-center-articles__thumbnail img { |
| 266 |
width: 100%; |
| 267 |
height: 100%; |
| 268 |
object-fit: cover; |
| 269 |
} |
| 270 |
.lp-help-center-articles__text { |
| 271 |
display: flex; |
| 272 |
overflow: hidden; |
| 273 |
flex: 1 1 auto; |
| 274 |
flex-direction: column; |
| 275 |
gap: 2px; |
| 276 |
} |
| 277 |
.lp-help-center-articles__text strong { |
| 278 |
overflow: hidden; |
| 279 |
color: #1d2327; |
| 280 |
font-size: 0.875rem; |
| 281 |
text-overflow: ellipsis; |
| 282 |
white-space: nowrap; |
| 283 |
} |
| 284 |
.lp-help-center-articles__text span { |
| 285 |
color: #646970; |
| 286 |
font-size: 0.8125rem; |
| 287 |
} |
| 288 |
.lp-help-center-articles .dashicons { |
| 289 |
flex: 0 0 auto; |
| 290 |
color: #a7aaad; |
| 291 |
} |
| 292 |
|
| 293 |
.lp-help-center-banner-ad { |
| 294 |
display: flex; |
| 295 |
align-items: center; |
| 296 |
justify-content: center; |
| 297 |
height: 316px; |
| 298 |
border: 1px solid #e2e4e7; |
| 299 |
border-radius: 6px; |
| 300 |
background: #fff; |
| 301 |
} |
| 302 |
.lp-help-center-banner-ad a, |
| 303 |
.lp-help-center-banner-ad img { |
| 304 |
display: block; |
| 305 |
width: 100%; |
| 306 |
height: 100%; |
| 307 |
border-radius: 6px; |
| 308 |
object-fit: cover; |
| 309 |
} |
| 310 |
.lp-help-center-banner-ad__placeholder { |
| 311 |
display: flex; |
| 312 |
flex-direction: column; |
| 313 |
align-items: center; |
| 314 |
justify-content: center; |
| 315 |
gap: 8px; |
| 316 |
width: 100%; |
| 317 |
min-height: 220px; |
| 318 |
color: #a7aaad; |
| 319 |
} |
| 320 |
.lp-help-center-banner-ad__placeholder .dashicons { |
| 321 |
width: 32px; |
| 322 |
height: 32px; |
| 323 |
font-size: 32px; |
| 324 |
} |
| 325 |
.lp-help-center-banner-ad__placeholder p { |
| 326 |
margin: 0; |
| 327 |
font-size: 0.8125rem; |
| 328 |
} |
| 329 |
|
| 330 |
@media (max-width: 960px) { |
| 331 |
.lp-help-center-grid, |
| 332 |
.lp-help-center-bottom { |
| 333 |
grid-template-columns: 1fr; |
| 334 |
} |
| 335 |
.lp-help-center-whats-new { |
| 336 |
flex-direction: column; |
| 337 |
align-items: flex-start; |
| 338 |
} |
| 339 |
} |