@automattic/newspack-blocks 4.18.0 → 4.19.0
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.
- package/CHANGELOG.md +15 -0
- package/composer.lock +12 -17
- package/dist/carousel/view-rtl.css +1 -1
- package/dist/carousel/view.asset.php +1 -1
- package/dist/carousel/view.css +1 -1
- package/dist/editor-rtl.css +2 -2
- package/dist/editor.asset.php +1 -1
- package/dist/editor.css +2 -2
- package/dist/modal.asset.php +1 -1
- package/dist/modal.js +1 -1
- package/dist/modalCheckout.asset.php +1 -1
- package/dist/modalCheckout.js +1 -1
- package/includes/class-modal-checkout.php +8 -1
- package/languages/newspack-blocks-de_DE.po +44 -44
- package/languages/newspack-blocks-es_ES.po +44 -44
- package/languages/newspack-blocks-fr_BE.po +44 -44
- package/languages/newspack-blocks-nb_NO.po +44 -44
- package/languages/newspack-blocks-pt_PT.po +44 -44
- package/languages/newspack-blocks.pot +46 -45
- package/newspack-blocks.php +3 -2
- package/package.json +2 -2
- package/src/blocks/carousel/editor.scss +5 -0
- package/src/blocks/carousel/view.scss +1 -0
- package/src/modal-checkout/index.js +17 -2
- package/src/modal-checkout/modal.js +30 -1
- package/src/modal-checkout/utils.js +19 -5
- package/vendor/composer/installed.php +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [4.19.0](https://github.com/Automattic/newspack-blocks/compare/v4.18.0...v4.19.0) (2025-12-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add a max-width to the Content Carousel block ([#2253](https://github.com/Automattic/newspack-blocks/issues/2253)) ([b791a3a](https://github.com/Automattic/newspack-blocks/commit/b791a3a23f5050638760f083911403f5dfeab13d))
|
|
7
|
+
* handle checkout form inline errors and expired sessions ([#2255](https://github.com/Automattic/newspack-blocks/issues/2255)) ([9beb64e](https://github.com/Automattic/newspack-blocks/commit/9beb64e8be0296e9c039fb5e19b6c30628af90ff))
|
|
8
|
+
* linting issues ([#2254](https://github.com/Automattic/newspack-blocks/issues/2254)) ([776514b](https://github.com/Automattic/newspack-blocks/commit/776514bef7618d8043ef9f358b8383ef9555c9cc))
|
|
9
|
+
* **modal-checkout:** require change payment class ([#2257](https://github.com/Automattic/newspack-blocks/issues/2257)) ([4d606ef](https://github.com/Automattic/newspack-blocks/commit/4d606ef536ac91dc05433314b67ea055b52491a6))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **donate-block:** default frequency for tiered layout ([#2248](https://github.com/Automattic/newspack-blocks/issues/2248)) ([df0e2f9](https://github.com/Automattic/newspack-blocks/commit/df0e2f9c9305ca1318b913ca9b19511ae572f429))
|
|
15
|
+
|
|
1
16
|
# [4.18.0](https://github.com/Automattic/newspack-blocks/compare/v4.17.6...v4.18.0) (2025-11-24)
|
|
2
17
|
|
|
3
18
|
|
package/composer.lock
CHANGED
|
@@ -282,29 +282,29 @@
|
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
|
285
|
-
"version": "v1.
|
|
285
|
+
"version": "v1.2.0",
|
|
286
286
|
"source": {
|
|
287
287
|
"type": "git",
|
|
288
288
|
"url": "https://github.com/PHPCSStandards/composer-installer.git",
|
|
289
|
-
"reference": "
|
|
289
|
+
"reference": "845eb62303d2ca9b289ef216356568ccc075ffd1"
|
|
290
290
|
},
|
|
291
291
|
"dist": {
|
|
292
292
|
"type": "zip",
|
|
293
|
-
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/
|
|
294
|
-
"reference": "
|
|
293
|
+
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1",
|
|
294
|
+
"reference": "845eb62303d2ca9b289ef216356568ccc075ffd1",
|
|
295
295
|
"shasum": ""
|
|
296
296
|
},
|
|
297
297
|
"require": {
|
|
298
298
|
"composer-plugin-api": "^2.2",
|
|
299
299
|
"php": ">=5.4",
|
|
300
|
-
"squizlabs/php_codesniffer": "^
|
|
300
|
+
"squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
|
|
301
301
|
},
|
|
302
302
|
"require-dev": {
|
|
303
303
|
"composer/composer": "^2.2",
|
|
304
304
|
"ext-json": "*",
|
|
305
305
|
"ext-zip": "*",
|
|
306
306
|
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
307
|
-
"phpcompatibility/php-compatibility": "^9.0",
|
|
307
|
+
"phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
|
|
308
308
|
"yoast/phpunit-polyfills": "^1.0"
|
|
309
309
|
},
|
|
310
310
|
"type": "composer-plugin",
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"type": "thanks_dev"
|
|
375
375
|
}
|
|
376
376
|
],
|
|
377
|
-
"time": "2025-
|
|
377
|
+
"time": "2025-11-11T04:32:07+00:00"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"name": "doctrine/instantiator",
|
|
@@ -2552,16 +2552,16 @@
|
|
|
2552
2552
|
},
|
|
2553
2553
|
{
|
|
2554
2554
|
"name": "squizlabs/php_codesniffer",
|
|
2555
|
-
"version": "3.13.
|
|
2555
|
+
"version": "3.13.5",
|
|
2556
2556
|
"source": {
|
|
2557
2557
|
"type": "git",
|
|
2558
2558
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
2559
|
-
"reference": "
|
|
2559
|
+
"reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
|
|
2560
2560
|
},
|
|
2561
2561
|
"dist": {
|
|
2562
2562
|
"type": "zip",
|
|
2563
|
-
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/
|
|
2564
|
-
"reference": "
|
|
2563
|
+
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
|
|
2564
|
+
"reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
|
|
2565
2565
|
"shasum": ""
|
|
2566
2566
|
},
|
|
2567
2567
|
"require": {
|
|
@@ -2578,11 +2578,6 @@
|
|
|
2578
2578
|
"bin/phpcs"
|
|
2579
2579
|
],
|
|
2580
2580
|
"type": "library",
|
|
2581
|
-
"extra": {
|
|
2582
|
-
"branch-alias": {
|
|
2583
|
-
"dev-master": "3.x-dev"
|
|
2584
|
-
}
|
|
2585
|
-
},
|
|
2586
2581
|
"notification-url": "https://packagist.org/downloads/",
|
|
2587
2582
|
"license": [
|
|
2588
2583
|
"BSD-3-Clause"
|
|
@@ -2632,7 +2627,7 @@
|
|
|
2632
2627
|
"type": "thanks_dev"
|
|
2633
2628
|
}
|
|
2634
2629
|
],
|
|
2635
|
-
"time": "2025-
|
|
2630
|
+
"time": "2025-11-04T16:30:35+00:00"
|
|
2636
2631
|
},
|
|
2637
2632
|
{
|
|
2638
2633
|
"name": "symfony/console",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
:root{--swiper-theme-color:#007aff}:host{display:block;margin-right:auto;margin-left:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-right:auto;margin-left:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;right:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(-270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(-90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(-180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;right:50%;margin-right:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";right:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto;.swiper-navigation-icon{transform:rotate(-180deg)}}.swiper-button-next{right:auto;left:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-right:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:auto;left:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(-180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{right:var(--swiper-navigation-top-offset,50%);margin-right:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;left:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(-90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);right:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-left,auto);left:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{right:50%;transform:translateX(50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,right .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;right:0;position:absolute;top:0;transform:scale(0);transform-origin:right top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:left top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);right:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;right:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);right:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);right:var(--swiper-scrollbar-left,auto);position:absolute;left:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;right:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{right:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:100% 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:0% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;right:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);right:0;position:absolute;left:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
|
|
2
|
-
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;right:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;right:0;padding:1.5em;position:absolute;left:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;right:1.5em;margin-top:-24px;left:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");right:auto;left:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;left:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-left:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-right:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-left:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
|
|
2
|
+
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;right:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;max-width:100%;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;right:0;padding:1.5em;position:absolute;left:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;right:1.5em;margin-top:-24px;left:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");right:auto;left:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;left:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-left:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-right:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-left:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array('wp-a11y', 'wp-dom-ready', 'wp-escape-html', 'wp-i18n'), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array('wp-a11y', 'wp-dom-ready', 'wp-escape-html', 'wp-i18n'), 'version' => '99ab367465c9188d167b');
|
package/dist/carousel/view.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
|
|
2
|
-
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;left:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;left:0;padding:1.5em;position:absolute;right:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;left:1.5em;margin-top:-24px;right:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");left:auto;right:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;right:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-right:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-left:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-right:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
|
|
2
|
+
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;left:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;max-width:100%;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;left:0;padding:1.5em;position:absolute;right:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;left:1.5em;margin-top:-24px;right:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");left:auto;right:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;right:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-right:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-left:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-right:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
|
package/dist/editor-rtl.css
CHANGED
|
@@ -45,8 +45,8 @@ body.newspack-wizard-page:not(.newspack-admin-header){background:#fff}body.newsp
|
|
|
45
45
|
@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-left:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-right:1.5em;margin-left:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
|
|
46
46
|
.autocomplete-tokenfield{max-width:100%;position:relative}.autocomplete-tokenfield .components-spinner{bottom:12px;position:absolute;left:0}.autocomplete-tokenfield:has(.autocomplete-tokenfield__help) .components-spinner{bottom:56px}.autocomplete-tokenfield .components-form-token-field>.components-form-token-field__help{display:none}.autocomplete-tokenfield .autocomplete-tokenfield__help{color:#757575;font-size:12px;margin:8px 0}
|
|
47
47
|
:root{--swiper-theme-color:#007aff}:host{display:block;margin-right:auto;margin-left:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-right:auto;margin-left:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;right:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(-270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(-90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(-180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;right:50%;margin-right:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";right:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto;.swiper-navigation-icon{transform:rotate(-180deg)}}.swiper-button-next{right:auto;left:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-right:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:auto;left:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(-180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{right:var(--swiper-navigation-top-offset,50%);margin-right:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;left:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(-90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);right:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-left,auto);left:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{right:50%;transform:translateX(50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,right .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;right:0;position:absolute;top:0;transform:scale(0);transform-origin:right top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:left top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);right:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;right:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);right:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);right:var(--swiper-scrollbar-left,auto);position:absolute;left:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;right:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{right:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:100% 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:0% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;right:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);right:0;position:absolute;left:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
|
|
48
|
-
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;right:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;right:0;padding:1.5em;position:absolute;left:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;right:1.5em;margin-top:-24px;left:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");right:auto;left:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;left:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-left:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-right:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-left:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
|
|
49
|
-
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wp-block-newspack-blocks-carousel .swiper-wrapper{height:auto;pointer-events:none}.wp-block-newspack-blocks-carousel .entry-title{color:#fff}.wp-block-newspack-blocks-carousel a{color:inherit}.wp-block-newspack-blocks-carousel a:active,.wp-block-newspack-blocks-carousel a:focus,.wp-block-newspack-blocks-carousel a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block}.wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;width:24px}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}.wp-block-newspack-blocks-carousel .entry-meta div.byline-container{align-items:center;display:inline;display:flex;margin-left:1.5em}.editor-block-list__layout .editor-block-list__block .wpnbpc .entry-meta .byline a,.editor-block-list__layout .editor-block-list__block .wpnbpc .entry-title a{color:inherit}
|
|
48
|
+
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;right:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;max-width:100%;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;right:0;padding:1.5em;position:absolute;left:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;right:1.5em;margin-top:-24px;left:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");right:auto;left:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;left:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-left:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-right:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-left:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
|
|
49
|
+
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wp-block:has(>.wpnbpc){max-width:100%}.wp-block-newspack-blocks-carousel .swiper-wrapper{height:auto;pointer-events:none}.wp-block-newspack-blocks-carousel .entry-title{color:#fff}.wp-block-newspack-blocks-carousel a{color:inherit}.wp-block-newspack-blocks-carousel a:active,.wp-block-newspack-blocks-carousel a:focus,.wp-block-newspack-blocks-carousel a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block}.wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;width:24px}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}.wp-block-newspack-blocks-carousel .entry-meta div.byline-container{align-items:center;display:inline;display:flex;margin-left:1.5em}.editor-block-list__layout .editor-block-list__block .wpnbpc .entry-meta .byline a,.editor-block-list__layout .editor-block-list__block .wpnbpc .entry-title a{color:inherit}
|
|
50
50
|
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-checkout-button__product-field__error{color:#d63638;font-size:.9em;margin-top:.5em}.newspack-checkout-button__product-field .components-form-token-field__help{display:none}.newspack-checkout-button__product-field__tokenfield{position:relative}.newspack-checkout-button__product-field__tokenfield .components-spinner{position:absolute;left:0;top:12px}.newspack-checkout-button__product-field .components-base-control{margin:0}.wp-block-newspack-blocks-checkout-button{display:flex}.wp-block-newspack-blocks-checkout-button.alignfull .wp-block-button__link,.wp-block-newspack-blocks-checkout-button.alignwide .wp-block-button__link{width:100%}[data-align=center] .wp-block-newspack-blocks-checkout-button{flex-direction:column}[data-align=center] .wp-block-newspack-blocks-checkout-button .wp-block-button__link{margin-right:auto;margin-left:auto}.wp-block-newspack-blocks-checkout-button.wp-block-button__width-25 .wp-block-newspack-blocks-checkout-button__button{width:25%}.wp-block-newspack-blocks-checkout-button.wp-block-button__width-50 .wp-block-newspack-blocks-checkout-button__button{width:50%}.wp-block-newspack-blocks-checkout-button.wp-block-button__width-75 .wp-block-newspack-blocks-checkout-button__button{width:75%}.wp-block-newspack-blocks-checkout-button.wp-block-button__width-100 .wp-block-newspack-blocks-checkout-button__button{width:100%}.wp-block-newspack-blocks-checkout-button__button{width:auto}
|
|
51
51
|
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.wpbnbd.is-style-default .wpbnbd__button{padding:.38rem .76rem}.wpbnbd.is-style-default .wpbnbd__button:focus,.wpbnbd.is-style-default .wpbnbd__button:hover{background:#f7f7f7}.wpbnbd.is-style-default .wpbnbd__tiers__selection>button{flex:1}.wpbnbd.is-style-default.wpbnbd--frequency-based .wpbnbd__button{border-width:0 0 1px}.wpbnbd.is-style-default.wpbnbd--frequency-based .wpbnbd__button--active{background:#fff;border-bottom:0}.wpbnbd.is-style-default.wpbnbd-frequencies--2 .tab-container .freq-label:nth-of-type(2){border-right-width:1px}.wpbnbd.is-style-default.wpbnbd-frequencies--3 .tab-container .freq-label:nth-of-type(2){border-right-width:1px;border-left-width:1px}.wpbnbd.is-style-alternate{border-color:#f7f7f7;border-radius:5px}.wpbnbd.is-style-alternate .thanks{margin:1.12rem}.wpbnbd.is-style-alternate .money-input{max-width:100%}.wpbnbd.is-style-alternate .money-input input[type=number]{max-width:100%;width:100%}.wpbnbd.is-style-alternate.untiered .input-container{margin:1.12rem}.wpbnbd.is-style-alternate.tiered .tiers .tier-label{background:#f7f7f7;border-color:#f7f7f7;margin:0;text-align:center}.wpbnbd.is-style-alternate.tiered .money-input{bottom:0;right:0;left:0}.wpbnbd.is-style-alternate .tab-container .freq-label,.wpbnbd.is-style-alternate .wpbnbd__tiers__selection{background:#f7f7f7;border-color:#f7f7f7}.wpbnbd.is-style-alternate .wpbnbd__tiers__selection{border-radius:5px;margin-right:auto;margin-left:auto;padding:5px;width:min-content}.wpbnbd.is-style-alternate .wpbnbd__tiers__selection .wpbnbd__button{color:#1e1e1e;padding:0 15px}.wpbnbd.is-style-alternate .wpbnbd__tiers .wpbnbd__button{border:.19rem solid #0000}.wpbnbd.is-style-alternate .wpbnbd__tiers .wpbnbd__button--active{border-color:#fff}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:after,.wpbnbd.is-style-alternate .wpbnbd__tiers .wpbnbd__button--active{background:#fff;border-radius:5px;box-shadow:0 0 0 1px #ddd}.wpbnbd.is-style-alternate .tab-container .freq-label{border-width:1px;padding:calc(.57rem + 1px) .5rem;position:relative}@media only screen and (min-width:600px){.wpbnbd.is-style-alternate .tab-container .freq-label{padding:calc(.57rem + 1px) .76rem}}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active{color:#1e1e1e}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:after{box-sizing:initial;content:"";display:block;inset:.19rem;position:absolute;z-index:-1}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:hover{background:#f7f7f7}.wpbnbd.is-style-alternate .frequencies input[type=radio]:checked~.tiers{display:grid;grid-gap:.28rem;grid-template-columns:repeat(2,1fr);margin:1.12rem}@media only screen and (min-width:600px){.wpbnbd.is-style-alternate .frequencies input[type=radio]:checked~.tiers{grid-template-columns:repeat(4,1fr);grid-gap:.56rem}}.wpbnbd.is-style-alternate.is-style-default button{border-top-right-radius:0;border-top-left-radius:0;margin:0 -1px -1px;width:calc(100% + 2px)}@media only screen and (min-width:600px){.wpbnbd.is-style-alternate.wpbnbd--nyp-disabled .frequencies input[type=radio]:checked~.tiers{grid-template-columns:repeat(3,1fr)}}.wpbnbd.is-style-minimal{border:none}.wpbnbd.is-style-minimal form{text-align:center}.wpbnbd.is-style-minimal .thanks{margin:1.12rem 0}.wpbnbd.is-style-minimal .money-input{max-width:100%}.wpbnbd.is-style-minimal .money-input input[type=number]{max-width:100%;width:100%}.wpbnbd.is-style-minimal.untiered .input-container{margin:.56rem 0 1.12rem;text-align:right}.wpbnbd.is-style-minimal .wpbnbd__tiers__selection .wpbnbd__button{border:none;flex-basis:100%;padding:8px;position:relative}.wpbnbd.is-style-minimal .wpbnbd__tiers__selection .wpbnbd__button:after{background:#ddd;bottom:0;content:"";display:block;height:1px;right:0;position:absolute;width:100%}.wpbnbd.is-style-minimal .wpbnbd__tiers__selection .wpbnbd__button--active:after{background:#1e1e1e;height:3px}.wpbnbd.is-style-minimal .wpbnbd__tiers__back-button{margin-bottom:10px}.wpbnbd.is-style-minimal.tiered .tiers .tier-label{align-items:center;background:#0000;border:none;color:#6c6c6c;display:grid;font-family:inherit;font-weight:inherit;grid-gap:.25rem;grid-template-columns:auto 1fr;margin:0;padding:0;text-align:right}.wpbnbd.is-style-minimal.tiered .tiers .tier-label:before{background:#fff;border:1px solid #ddd;border-radius:100%;box-shadow:inset 0 0 0 3px #fff;content:"";display:block;height:20px;padding:3px;width:20px}.wpbnbd.is-style-minimal.tiered .tiers .tier-label:hover{color:inherit}.wpbnbd.is-style-minimal.tiered .tiers input[type=radio]:checked+.tier-select-label{background:none;color:inherit}.wpbnbd.is-style-minimal.tiered .tiers input[type=radio]:checked+.tier-select-label:before{background:currentcolor}.wpbnbd.is-style-minimal.tiered .money-input{bottom:0;right:0;left:0}.wpbnbd.is-style-minimal .tab-container .freq-label{background:#0000;border:none;box-shadow:0 3px 0 #fff,0 4px 0 0 #ddd;padding:.38rem 0;transition:none}@media only screen and (min-width:782px){.wpbnbd.is-style-minimal .tab-container .freq-label{padding-right:.76rem;padding-left:.76rem}}.wpbnbd.is-style-minimal .tab-container .freq-label:before{border-color:#ddd;border-width:1px}.wpbnbd.is-style-minimal .tab-container .freq-label.wpbnbd__button--active{box-shadow:0 4px 0 currentcolor}.wpbnbd.is-style-minimal .frequency input[type=radio]:checked~.tiers{display:flex;flex-wrap:wrap;grid-gap:1.12rem;justify-content:center;margin:1.12rem 0}@media only screen and (min-width:600px){.wpbnbd.is-style-minimal .frequency input[type=radio]:checked~.tiers{display:grid;grid-gap:.56rem;grid-template-columns:repeat(4,1fr)}}.wpbnbd.is-style-minimal button[type=submit]{margin:0 auto;min-width:50%}@media only screen and (min-width:600px){.wpbnbd.is-style-minimal.wpbnbd--nyp-disabled .frequency input[type=radio]:checked~.tiers{grid-template-columns:repeat(3,1fr)}}.wpbnbd.is-style-modern{background:none;border:none;font-family:var(--newspack-ui-font-family,system-ui,sans-serif);position:relative}.wpbnbd.is-style-modern,.wpbnbd.is-style-modern .thanks{font-size:var(--newspack-ui-font-size-s,16px);line-height:var(--newspack-ui-line-height-s,1.5)}.wpbnbd.is-style-modern .thanks{background:var(--newspack-ui-color-neutral-0,#fff);border:1px solid var(--newspack-ui-color-neutral-30,#ddd);border-bottom:0;border-top:0;color:var(--newspack-ui-color-neutral-60,#6c6c6c);margin:0;padding:0 var(--newspack-ui-spacer-5,24px) var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern .money-input{border-color:var(--newspack-ui-color-input-border,#ccc);color:var(--newspack-ui-color-neutral-90,#1e1e1e);font-size:var(--newspack-ui-font-size-s,16px);right:var(--newspack-ui-spacer-5,24px);line-height:var(--newspack-ui-line-height-s,1.5);max-width:100%;overflow:hidden;left:var(--newspack-ui-spacer-5,24px);transition:border-color 125ms ease-in-out,outline 125ms ease-in-out}.wpbnbd.is-style-modern .money-input:focus-within{border-color:var(--newspack-ui-color-input-border-focus,#1e1e1e);outline:2px solid var(--newspack-ui-color-input-border-focus,#1e1e1e);outline-offset:-1px}.wpbnbd.is-style-modern .money-input .currency{background:var(--newspack-ui-color-neutral-5,#f7f7f7);font-size:var(--newspack-ui-font-size-xs,14px);font-weight:600;line-height:var(--newspack-ui-spacer-9,48px);margin:0;padding:0;text-align:center;width:var(--newspack-ui-spacer-9,48px)}.wpbnbd.is-style-modern .money-input input[type=number]{font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;max-width:100%;padding:calc(var(--newspack-ui-spacer-2, 12px) - 1px);width:100%}.wpbnbd.is-style-modern .tab-container .freq-label,.wpbnbd.is-style-modern .wpbnbd__tiers__selection{background:var(--newspack-ui-color-neutral-10,#f0f0f0);border:none}.wpbnbd.is-style-modern .tab-container .freq-label.wpbnbd__button--active:after,.wpbnbd.is-style-modern .wpbnbd__tiers .wpbnbd__button--active{background:var(--newspack-ui-color-neutral-0,#fff);border:1px solid var(--newspack-ui-color-neutral-30,#ddd);border-radius:var(--newspack-ui-border-radius-s,4px)}.wpbnbd.is-style-modern .wpbnbd__button{font-family:inherit;font-size:inherit;line-height:inherit;text-transform:none}.wpbnbd.is-style-modern .frequencies{font-family:inherit;font-size:var(--newspack-ui-font-size-s,16px);line-height:var(--newspack-ui-line-height-s,1.5)}.wpbnbd.is-style-modern .frequencies input[type=radio]:checked~.tiers{background:var(--newspack-ui-color-neutral-0,#fff);border:1px solid var(--newspack-ui-color-neutral-30,#ddd);border-bottom:0;border-radius:var(--newspack-ui-border-radius-l,8px) var(--newspack-ui-border-radius-l,8px) 0 0;display:grid;gap:calc(var(--newspack-ui-spacer-base, 8px)/2);grid-template-columns:repeat(2,1fr);margin:var(--newspack-ui-spacer-2,12px) 0 0;padding:var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern.wpbnbd--nyp-disabled .frequencies input[type=radio]:checked~.tiers{grid-template-columns:repeat(3,1fr)}.wpbnbd.is-style-modern.wpbnbd--frequency-based form:after{background:var(--newspack-ui-color-neutral-0,#fff);border:1px solid var(--newspack-ui-color-neutral-30,#ddd);border-radius:0 0 var(--newspack-ui-border-radius-l,8px) var(--newspack-ui-border-radius-l,8px);border-top:0;bottom:0;box-sizing:border-box;content:"";display:block;font-size:var(--newspack-ui-font-size-s,16px);height:calc(var(--newspack-ui-spacer-5, 24px) + var(--newspack-ui-spacer-2, 12px) + 1.5em + var(--newspack-ui-spacer-2, 12px) + var(--newspack-ui-spacer-5, 24px));position:absolute;width:100%;z-index:0}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container{background:var(--newspack-ui-color-neutral-10,#f0f0f0);border-radius:var(--newspack-ui-border-radius-m,6px);gap:calc(var(--newspack-ui-spacer-base, 8px)/2);margin-right:auto;margin-left:auto;padding:calc(var(--newspack-ui-spacer-base, 8px)/2);width:min-content}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container:has(:nth-child(3)){max-width:300px;width:100%}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container:has(:nth-child(3)) .freq-label{padding-right:calc(var(--newspack-ui-spacer-2, 12px) - 1px);padding-left:calc(var(--newspack-ui-spacer-2, 12px) - 1px);width:100%}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container .freq-label{background:#0000;border:1px solid #0000;border-radius:var(--newspack-ui-border-radius-s,4px);color:var(--newspack-ui-color-neutral-60,#6c6c6c);font-size:var(--newspack-ui-font-size-xs,14px);line-height:var(--newspack-ui-spacer-5,24px);padding:calc(var(--newspack-ui-spacer-base, 8px) - 1px) calc(var(--newspack-ui-spacer-3, 16px) - 1px);position:relative;transition:all 125ms ease-in-out;width:auto}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container .freq-label:hover{color:var(--newspack-ui-color-neutral-90,#1e1e1e)}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container .freq-label:focus{outline:none;text-decoration:none}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container .freq-label:focus-visible{outline:2px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline-offset:1px}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container .freq-label.wpbnbd__button--active{background:var(--newspack-ui-color-neutral-0,#fff);border-color:var(--newspack-ui-color-neutral-30,#ddd);color:var(--newspack-ui-color-neutral-90,#1e1e1e)}.wpbnbd.is-style-modern.wpbnbd--frequency-based.untiered .input-container{background:var(--newspack-ui-color-neutral-0,#fff);border:1px solid var(--newspack-ui-color-neutral-30,#ddd);border-bottom:0;border-radius:var(--newspack-ui-border-radius-l,8px) var(--newspack-ui-border-radius-l,8px) 0 0;margin:var(--newspack-ui-spacer-2,12px) 0 0;padding:var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern.wpbnbd--frequency-based.untiered .money-input{right:0;left:0}.wpbnbd.is-style-modern.wpbnbd--frequency-based.untiered .donate-label{display:block;margin-bottom:var(--newspack-ui-spacer-base,8px)}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered{font-size:var(--newspack-ui-font-size-s,16px);line-height:var(--newspack-ui-line-height-s,1.5)}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers{color:var(--newspack-ui-color-neutral-60,#6c6c6c);position:relative}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers .tier-label{background:var(--newspack-ui-color-neutral-10,#f0f0f0);border:0;border-radius:var(--newspack-ui-border-radius-s,4px);color:inherit;font-family:inherit;font-weight:600;margin:0;padding:var(--newspack-ui-spacer-2,12px) var(--newspack-ui-spacer-5,24px);text-align:center;transition:background 125ms ease-in-out,color 125ms ease-in-out}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers .tier-label:hover{color:var(--newspack-ui-color-neutral-90,#1e1e1e)}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers .odl{bottom:calc(var(--newspack-ui-spacer-5, 24px) + var(--newspack-ui-spacer-9, 48px) + var(--newspack-ui-spacer-base, 8px));color:var(--newspack-ui-color-neutral-90,#1e1e1e);font-weight:600;right:0;padding:0 var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers input.other-input:checked+label{margin-bottom:calc(var(--newspack-ui-spacer-5, 24px) + var(--newspack-ui-spacer-5, 24px) + var(--newspack-ui-spacer-base, 8px) + var(--newspack-ui-spacer-9, 48px))}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers input[type=radio]:checked+.tier-label,.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers input[type=radio]:focus+.tier-label{background:var(--newspack-ui-color-neutral-90,#1e1e1e);color:var(--newspack-ui-color-neutral-0,#fff);outline:none}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .tiers input[type=radio]:focus-visible+.tier-label{outline:2px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline-offset:1px}.wpbnbd.is-style-modern.wpbnbd--frequency-based.tiered .money-input{bottom:var(--newspack-ui-spacer-5,24px);right:var(--newspack-ui-spacer-5,24px);left:var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern.wpbnbd--frequency-based .submit-button,.wpbnbd.is-style-modern.wpbnbd--frequency-based button{font-family:inherit;font-size:var(--newspack-ui-font-size-s,16px);font-weight:600;line-height:var(--newspack-ui-line-height-s,1.5);margin:0}.wpbnbd.is-style-modern.wpbnbd--frequency-based .submit-button,.wpbnbd.is-style-modern.wpbnbd--frequency-based button[type=submit]{margin:0 calc(1px + var(--newspack-ui-spacer-5, 24px)) calc(1px + var(--newspack-ui-spacer-5, 24px));padding:var(--newspack-ui-spacer-2,12px) var(--newspack-ui-spacer-5,24px);position:relative;transition:opacity 125ms ease-in-out,outline 125ms ease-in-out;width:calc(100% - var(--newspack-ui-spacer-5, 24px)*2 - 2px);z-index:1}.wpbnbd.is-style-modern.wpbnbd--frequency-based .submit-button:disabled,.wpbnbd.is-style-modern.wpbnbd--frequency-based button[type=submit]:disabled{pointer-events:none}.wpbnbd.is-style-modern.wpbnbd--frequency-based .submit-button:hover,.wpbnbd.is-style-modern.wpbnbd--frequency-based button[type=submit]:hover{opacity:.8}.wpbnbd.is-style-modern.wpbnbd--frequency-based .submit-button:focus,.wpbnbd.is-style-modern.wpbnbd--frequency-based button[type=submit]:focus{outline:2px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline-offset:1px}.wpbnbd.is-style-modern.wpbnbd--tiers-based{color:var(--newspack-ui-color-neutral-90,#1e1e1e)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection{border-radius:var(--newspack-ui-border-radius-m,6px);gap:calc(var(--newspack-ui-spacer-base, 8px)/2);margin:0 auto var(--newspack-ui-spacer-2,12px);padding:calc(var(--newspack-ui-spacer-base, 8px)/2);width:min-content}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection:has(:nth-child(3)){max-width:300px;width:100%}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection:has(:nth-child(3))>.wpbnbd__button{padding-right:calc(var(--newspack-ui-spacer-2, 12px) - 1px);padding-left:calc(var(--newspack-ui-spacer-2, 12px) - 1px);width:100%}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection .wpbnbd__button{border-radius:var(--newspack-ui-border-radius-s,4px);color:var(--newspack-ui-color-neutral-60,#6c6c6c);font-size:var(--newspack-ui-font-size-xs,14px);font-weight:600;line-height:var(--newspack-ui-spacer-5,24px);overflow:hidden;padding:calc(var(--newspack-ui-spacer-base, 8px) - 1px) calc(var(--newspack-ui-spacer-3, 16px) - 1px);transition:all 125ms ease-in-out;width:auto}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection .wpbnbd__button--active,.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection .wpbnbd__button:hover{color:var(--newspack-ui-color-neutral-90,#1e1e1e)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection .wpbnbd__button:focus{outline:none}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__selection .wpbnbd__button:focus-visible{outline:2px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline-offset:1px}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__heading{align-self:flex-start;font-family:inherit;font-size:var(--newspack-ui-font-size-m,clamp(1.125rem,.929rem + .402vw,1.25rem));font-weight:700;line-height:var(--newspack-ui-line-height-m,1.6)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__options{margin-right:calc(var(--newspack-ui-spacer-2, 12px)/-2);margin-left:calc(var(--newspack-ui-spacer-2, 12px)/-2)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__tier{background:var(--newspack-ui-color-neutral-0,#fff);border-color:var(--newspack-ui-color-neutral-30,#ddd);border-radius:var(--newspack-ui-border-radius-m,6px);margin-right:calc(var(--newspack-ui-spacer-2, 12px)/2);margin-left:calc(var(--newspack-ui-spacer-2, 12px)/2);padding:var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__tier--recommended{border:1px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline:1px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline-offset:-2px}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__tier:not(.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__tier--recommended) .submit-button:hover,.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__tier:not(.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__tier--recommended) button[type=submit]:hover{background:var(--newspack-ui-color-neutral-5,#f7f7f7)!important;opacity:1}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__top{align-items:center;flex-wrap:wrap-reverse;gap:calc(var(--newspack-ui-spacer-base, 8px)/2) var(--newspack-ui-spacer-3,16px);margin-bottom:calc(var(--newspack-ui-spacer-base, 8px)/2)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__recommend-label{background:var(--newspack-ui-color-neutral-90,#1e1e1e);border-radius:var(--newspack-ui-border-radius-2xs,2px);color:var(--newspack-ui-color-neutral-0,#fff);font-family:inherit;font-size:var(--newspack-ui-font-size-xs,14px);font-weight:600;height:auto;line-height:var(--newspack-ui-line-height-xs,1.4286);padding:calc(var(--newspack-ui-spacer-base, 8px)*.25) calc(var(--newspack-ui-spacer-base, 8px)*.75);word-break:break-word}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__amount{margin-bottom:var(--newspack-ui-spacer-5,24px)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__amount__value{color:var(--newspack-ui-color-neutral-60,#6c6c6c);font-size:var(--newspack-ui-font-size-2xs,12px);line-height:var(--newspack-ui-line-height-2xs,1.3333)}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__amount .amount{color:var(--newspack-ui-color-neutral-90,#1e1e1e);font-family:inherit;font-size:var(--newspack-ui-font-size-xl,clamp(1.375rem,.394rem + 2.008vw,2rem));line-height:var(--newspack-ui-line-height-xl,1.375);word-break:break-all}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers__description{font-size:var(--newspack-ui-font-size-xs,14px);line-height:var(--newspack-ui-line-height-xs,1.4286);margin:var(--newspack-ui-spacer-5,24px) 0 0}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers .submit-button,.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers button[type=submit]{border-width:1px;font-family:inherit;font-size:var(--newspack-ui-font-size-s,16px);font-weight:600;line-height:var(--newspack-ui-line-height-s,1.5);margin:auto 0 0;padding:calc(var(--newspack-ui-spacer-2, 12px) - 1px) calc(var(--newspack-ui-spacer-5, 24px) - 1px);transition:background 125ms ease-in-out,border-color 125ms ease-in-out,opacity 125ms ease-in-out,outline 125ms ease-in-out}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers .submit-button:hover,.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers button[type=submit]:hover{opacity:.8}.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers .submit-button:focus,.wpbnbd.is-style-modern.wpbnbd--tiers-based .wpbnbd__tiers button[type=submit]:focus{outline:2px solid var(--newspack-ui-color-neutral-90,#1e1e1e);outline-offset:1px}.wpbnbd .tab-container .freq-label,.wpbnbd__button{background:#fff;border:0 solid #ddd;color:#6c6c6c;line-height:1.6;text-align:center;text-overflow:ellipsis}.wpbnbd .tab-container .freq-label--active,.wpbnbd .tab-container .freq-label:focus,.wpbnbd .tab-container .freq-label:hover,.wpbnbd__button--active,.wpbnbd__button:focus,.wpbnbd__button:hover{color:#1e1e1e}.wpbnbd .tier-frequency,.wpbnbd__tiers__amount__value{font-size:13px}.wpbnbd .price-amount,.wpbnbd .woocommerce-Price-amount{display:inline;font-family:var(--newspack-theme-font-heading,sans-serif);font-size:29px;font-weight:700}.wpbnbd mark{background-color:#0000}.wpbnbd--selected-other .wp-block-newspack-blocks-donate__frequency-label{display:none}
|
|
52
52
|
:export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.wpbnbd--frequency-based{background:#fff;border:1px solid #ddd;color:#1e1e1e;position:relative;width:100%}.wpbnbd--frequency-based input[type=radio]{right:-99999em;position:absolute}.wpbnbd--frequency-based input[type=radio][name=donation_frequency],.wpbnbd--frequency-based input[type=radio][name=donation_frequency]+label{display:none}.wpbnbd--frequency-based input[readonly]{background-color:#f7f7f7;color:#6c6c6c}.wpbnbd--frequency-based .freq-label,.wpbnbd--frequency-based .input-container,.wpbnbd--frequency-based .tier-label{cursor:pointer;display:block;font-weight:700}.wpbnbd--frequency-based .freq-label{box-sizing:border-box;overflow:hidden;white-space:nowrap;width:100%;z-index:1}.wpbnbd--frequency-based .submit-button,.wpbnbd--frequency-based button{margin:0 .76rem .76rem}@media only screen and (min-width:782px){.wpbnbd--frequency-based .submit-button,.wpbnbd--frequency-based button{margin:0 1.5rem 1.5rem}}.wpbnbd--frequency-based .submit-button:disabled,.wpbnbd--frequency-based button:disabled{opacity:.5}.wpbnbd--frequency-based .wpbnbd__button{font-size:16px;text-transform:uppercase}.wpbnbd--frequency-based .thanks{color:#6c6c6c;display:none;font-size:.8em;margin:.38rem .76rem .76rem}@media only screen and (min-width:600px){.wpbnbd--frequency-based .thanks{display:block}}@media only screen and (min-width:782px){.wpbnbd--frequency-based .thanks{margin-right:1.5rem;margin-left:1.5rem}}.wpbnbd.tiered .tiers{display:none;flex-wrap:wrap;margin:.38rem;position:relative}@media only screen and (min-width:782px){.wpbnbd.tiered .tiers{margin:1.12rem 1.12rem .38rem}}.wpbnbd.tiered .tiers .tier-label{border:1px solid #ddd;border-radius:5px;margin:.38rem;padding:.38rem .76rem}.wpbnbd.tiered .tiers .tier-label:hover{background:#f7f7f7}.wpbnbd.tiered .tiers input[type=radio]:focus+.tier-label{background:#f7f7f7;outline:1px dotted currentcolor;outline-offset:-4px}.wpbnbd.tiered .tiers input[type=radio]:checked+.tier-label{background-color:#6c6c6c;border-color:#0000;color:#fff}.wpbnbd.tiered .tiers .odl{bottom:calc(1.6em + 1.1rem + 2px);font-weight:700;right:.38rem;position:absolute}.wpbnbd.tiered .tiers input.other-input~.money-input,.wpbnbd.tiered .tiers input.other-input~.odl{display:none}.wpbnbd.tiered .tiers input.other-input:checked~.money-input{display:flex}.wpbnbd.tiered .tiers input.other-input:checked~.odl{display:block}.wpbnbd.tiered .tiers input.other-input:checked+label{margin-bottom:calc(3.2em + 1.86rem + 2px)}.wpbnbd.tiered .money-input{bottom:.38rem;right:.38rem;position:absolute}.wpbnbd.untiered.wpbnbd--nyp-disabled .tier-label{border:none;font-size:1.25rem;padding:0}.wpbnbd.untiered .input-container{display:none;margin:.76rem}@media only screen and (min-width:782px){.wpbnbd.untiered .input-container{margin:1.5rem 1.5rem .76rem}}.wpbnbd.untiered input[type=radio]:checked~.input-container{display:block}.wpbnbd .money-input{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:3px;display:flex;max-width:200px;position:relative}.wpbnbd .money-input:focus-within{border-color:#1e1e1e;outline:thin solid #1e1e1e26;outline-offset:-4px}.wpbnbd .money-input .currency{cursor:default;font-size:.8em;padding-right:.5em}.wpbnbd .money-input input[type=number]{background:none;max-width:174px}.wpbnbd .money-input input[type=number],.wpbnbd .money-input input[type=number]:focus{border:none;box-shadow:none;outline:none}.wpbnbd .frequencies{font-size:.7em;position:relative}@media only screen and (min-width:600px){.wpbnbd .frequencies{font-size:.8em}}.wpbnbd .frequency input[type=radio]:checked~.tiers,.wpbnbd .tab-container{display:flex}.wpbnbd .tab-container .freq-label{border-radius:0;margin:0}.wpbnbd .tab-container .freq-label.wpbnbd__button--active{color:#1e1e1e}.wpbnbd .tab-container .freq-label:focus{outline:0;text-decoration:underline;text-decoration-style:dotted;text-decoration-thickness:1px}.wp-block-newspack-blocks-donate__frequency-label{align-items:center;display:flex;padding-right:8px}.wpbnbd--tiers-based .wpbnbd .submit-button,.wpbnbd--tiers-based .wpbnbd__button{background:none;border-color:#0000;border-radius:0;border-width:1px}.wpbnbd--tiers-based .wpbnbd .submit-button--active,.wpbnbd--tiers-based .wpbnbd__button--active{border-color:#ddd}.wpbnbd--tiers-based .wpbnbd__tiers__view--hidden{display:none}.wpbnbd--tiers-based .wpbnbd__tiers__selection{display:flex;justify-content:center;margin-bottom:14px}.wpbnbd--tiers-based .wpbnbd__tiers__selection .submit-button,.wpbnbd--tiers-based .wpbnbd__tiers__selection button{font-size:13px;white-space:nowrap}.wpbnbd--tiers-based .wpbnbd__tiers__options{display:flex;margin-right:-10px;margin-left:-10px}.wpbnbd--tiers-based .wpbnbd__tiers__options__dots{display:none}@media screen and (max-width:600px){.wpbnbd--tiers-based .wpbnbd__tiers__options{overflow-x:scroll;scroll-padding:10%;scroll-snap-type:x mandatory}.wpbnbd--tiers-based .wpbnbd__tiers__options__dots{display:flex;justify-content:center;list-style:none;margin-top:1em}.wpbnbd--tiers-based .wpbnbd__tiers__options__dots li{background:#ddd;border-radius:50px;height:8px;margin:0 5px;width:36px}}.wpbnbd--tiers-based .wpbnbd__tiers__tier{flex:1}@media screen and (max-width:600px){.wpbnbd--tiers-based .wpbnbd__tiers__tier{flex:0 0 auto;width:80%}}.wpbnbd--tiers-based .wpbnbd__tiers__tier{background:#fff;border:1px solid #ddd;border-radius:5px;display:flex;flex-direction:column;margin-right:10px;margin-left:10px;padding:19px 14px;scroll-snap-align:start}.wpbnbd--tiers-based .wpbnbd__tiers__tier--recommended{border:2px solid #1e1e1e}.wpbnbd--tiers-based .wpbnbd__tiers__top{display:flex;justify-content:space-between;margin-bottom:7px}.wpbnbd--tiers-based .wpbnbd__tiers__heading{font-size:16px;font-weight:700;margin:0}.wpbnbd--tiers-based .wpbnbd__tiers__recommend-label{background-color:#6c6c6c;border-radius:2px;color:#fff;font-size:11px;height:17px;margin:0;padding:2px 7px}.wpbnbd--tiers-based .wpbnbd__tiers__amount{margin-bottom:16px}.wpbnbd--tiers-based .wpbnbd__tiers .submit-button,.wpbnbd--tiers-based .wpbnbd__tiers button[type=submit]{border:2px solid;border-radius:3px;font-size:14px;line-height:1;margin-bottom:16px;padding:10px 16px}.wpbnbd--tiers-based .wpbnbd__tiers__description{flex:1;font-size:13px;line-height:1.4}.wpbnbd--tiers-based .wpbnbd__tiers__back-button{background:none;color:#6c6c6c;margin-bottom:13px;padding:0}.wpbnbd--tiers-based .wpbnbd__tiers__back-button span{text-decoration:underline}.wpbnbd--tiers-based .wpbnbd__tiers__back-button:focus,.wpbnbd--tiers-based .wpbnbd__tiers__back-button:hover{background:none;color:#1e1e1e}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile{border:2px solid #1e1e1e;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:17px;padding:5px 14px 16px}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile h2{font-size:.8em;margin-top:13px}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile h3{display:inline-block;font-size:19px;margin:0 0 7px;padding-top:6px}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile>div{text-align:left}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile [data-amount]{font-size:1.4em;font-weight:700}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile [data-frequency]{font-size:.7em}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile__note{font-size:.6em}.wpbnbd--tiers-based.wpbnbd--tier-style-list .wpbnbd__tiers__options{display:grid;gap:var(--newspack-ui-spacer-2,12px);margin:0!important;overflow:hidden}.wpbnbd--tiers-based.wpbnbd--tier-style-list .wpbnbd__tiers__options__dots{display:none}.wpbnbd--tiers-based.wpbnbd--tier-style-list .wpbnbd__tiers__tier{margin:0!important;width:100%}.wp-block-newspack-blocks-donate__tier--frequency{position:relative}.wp-block-newspack-blocks-donate__panel-inputs{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:21px}.wp-block-newspack-blocks-donate__panel-inputs input,.wp-block-newspack-blocks-donate__panel-inputs span{min-width:0}.wp-block-newspack-blocks-donate__panel-inputs span{display:inline-block;margin-bottom:7px;width:32%}.wp-block-newspack-blocks-donate__panel-inputs input{max-width:100%}.wp-block-newspack-blocks-donate .submit-button{display:inline-block;text-align:center}.wp-block-newspack-blocks-donate .submit-button,.wp-block-newspack-blocks-donate button{font-family:var(--newspack-theme-font-heading);font-size:.8em;font-weight:700;outline:none}.wp-block-newspack-blocks-donate .submit-button[type=submit],.wp-block-newspack-blocks-donate button[type=submit]{border:none}.wp-block-newspack-blocks-donate .submit-button,.wp-block-newspack-blocks-donate button[type=submit]{border-radius:5px;box-sizing:border-box;color:#fff;line-height:3;padding-right:20px;padding-left:20px}.wp-block-newspack-blocks-donate.wpbnbd--frequency-based.tiered .tiers input.frequency-input~input[type=number]{display:none;right:5px;max-width:81px;position:absolute;top:-31px;z-index:9}.wp-block-newspack-blocks-donate.wpbnbd--frequency-based.tiered .tiers input.frequency-input:checked~input[type=number]{display:flex}.block-editor-block-list__layout .block-editor-block-list__block .wp-block-newspack-blocks-donate.tiered.is-style-minimal .wp-block-newspack-blocks-donate__tiers input[type=radio]:checked+.tier-select-label{background:#0000;color:#1e1e1e}.components-frequency-donations p{margin-bottom:8px}.components-frequency-donations .components-base-control,.components-frequency-donations .components-base-control:last-child,.components-frequency-donations .components-base-control:last-child .components-base-control__field{margin-bottom:0}.components-frequency-donations__minimum-donation{margin-top:16px}.components-frequency-donations__error{color:#d63638}.newspack-blocks-donate__layout-selector{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin-bottom:1.8em}.newspack-blocks-donate__layout-selector .components-button{justify-content:center}.newspack-blocks-donate__layout-selector .components-button.is-secondary{box-shadow:inset 0 0 0 1px #ccc;color:#1e1e1e}.newspack-blocks-donate__notice{margin:0 0 20px}.newspack-blocks-additional-fields-editor__field{align-items:center;border:1px solid #ddd;display:flex;justify-content:space-between;padding:10px}.newspack-blocks-additional-fields-editor__field+.newspack-blocks-additional-fields-editor__field{border-top:none}.newspack-blocks-additional-fields-editor__field:first-of-type{border-top-right-radius:3px;border-top-left-radius:3px}.newspack-blocks-additional-fields-editor__field:last-of-type{border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-bottom:20px}.newspack-blocks-additional-fields-editor__field__left-section{align-items:center;display:flex}.newspack-blocks-additional-fields-editor__field__left-section>div{display:flex;flex-direction:column}.newspack-blocks-additional-fields-editor__field__left-section>div button{height:15px;min-width:0!important;padding:0!important;width:24px}.newspack-blocks-additional-fields-editor__field__left-section>span{padding-right:10px}.newspack-blocks-additional-fields-editor__field__left-section__icon{margin-left:8px}.newspack-blocks-additional-fields-editor__field-edited__help,.newspack-blocks-additional-fields-editor__field-edited__validation-message{font-size:12px;line-height:1.4}.newspack-blocks-additional-fields-editor__field-edited__help{margin-bottom:20px}.newspack-blocks-additional-fields-editor__field-edited__validation-message{color:#cc1818!important;margin-bottom:8px}.newspack-blocks-additional-fields-editor__field-edited__width{margin-bottom:20px}.newspack-blocks-additional-fields-editor__field-edited__width div:first-child{margin-bottom:8px}.newspack-blocks-additional-fields-editor__field-edited--name input{font-family:monospace!important}.newspack-blocks-additional-fields-editor__field-edited--invalid input{border-color:#cc1818!important}.newspack-blocks-additional-fields-editor__modal{max-width:400px!important}.newspack-blocks-additional-fields-editor__options-popover .components-popover__content{max-width:196px;padding:6px}.newspack-blocks-additional-fields-editor__options-popover .components-button{padding:11px 13px;text-decoration:none}.newspack-blocks-additional-fields-editor__options-popover .components-button:not(.is-destructive){color:#1e1e1e}.newspack-blocks-additional-fields-editor__options-popover .components-button:focus{box-shadow:none;outline:none}.newspack-blocks-additional-fields-editor__edit-buttons{display:flex;justify-content:flex-end}.newspack-blocks-additional-fields-editor__edit-buttons button+button{margin-right:10px}.newspack-blocks-additional-fields-editor .components-base-control{margin-bottom:0}
|
package/dist/editor.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-url'), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-url'), 'version' => '38678f540a0c7887b57b');
|