@automattic/newspack-blocks 4.11.0 → 4.12.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/dist/block_styles-rtl.css +1 -1
- package/dist/block_styles.asset.php +1 -1
- package/dist/block_styles.css +1 -1
- package/dist/editor-rtl.css +3 -3
- package/dist/editor.asset.php +1 -1
- package/dist/editor.css +3 -3
- package/dist/editor.js +3 -3
- 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 +61 -25
- package/includes/class-newspack-blocks-api.php +3 -48
- package/includes/class-newspack-blocks-caching.php +3 -0
- package/includes/class-newspack-blocks.php +47 -15
- package/includes/tracking/class-data-events.php +34 -7
- package/newspack-blocks.php +2 -2
- package/package.json +3 -3
- package/src/block-styles/core/columns/editor.scss +1 -1
- package/src/block-styles/core/columns/view.scss +1 -1
- package/src/blocks/carousel/edit.js +5 -10
- package/src/blocks/carousel/editor.scss +8 -0
- package/src/blocks/homepage-articles/edit.tsx +3 -9
- package/src/blocks/homepage-articles/editor.scss +8 -4
- package/src/blocks/homepage-articles/utils.ts +7 -8
- package/src/blocks/homepage-articles/view.php +10 -2
- package/src/modal-checkout/analytics/ga4/checkout-attempt.js +1 -17
- package/src/modal-checkout/analytics/ga4/checkout-success.js +17 -0
- package/src/modal-checkout/analytics/ga4/dismissed.js +1 -22
- package/src/modal-checkout/analytics/ga4/loaded.js +1 -27
- package/src/modal-checkout/analytics/ga4/opened.js +1 -26
- package/src/modal-checkout/analytics/ga4/pagination.js +16 -1
- package/src/modal-checkout/analytics/index.js +2 -1
- package/src/modal-checkout/index.js +3 -1
- package/src/modal-checkout/modal.js +19 -0
- package/src/modal-checkout/templates/thankyou.php +7 -1
- package/src/shared/js/utils.js +8 -29
- package/src/types/index.d.ts +2 -5
- package/vendor/autoload.php +1 -1
- package/vendor/composer/autoload_real.php +4 -4
- package/vendor/composer/autoload_static.php +2 -2
- package/vendor/composer/installed.php +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [4.12.0](https://github.com/Automattic/newspack-blocks/compare/v4.11.0...v4.12.0) (2025-05-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* adjust cache handling for feeds ([#2112](https://github.com/Automattic/newspack-blocks/issues/2112)) ([f880061](https://github.com/Automattic/newspack-blocks/commit/f8800618a7f61317f0a3e661a469d31982f6e49c))
|
|
7
|
+
* update how we check for the express checkout in the is_modal check ([#2109](https://github.com/Automattic/newspack-blocks/issues/2109)) ([652daf7](https://github.com/Automattic/newspack-blocks/commit/652daf763301079c2ad8c99bf0db14d5ee9c2830))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add body class depending on theme type ([#2101](https://github.com/Automattic/newspack-blocks/issues/2101)) ([efcda76](https://github.com/Automattic/newspack-blocks/commit/efcda76d08b589657a99fc48774991c4ecc2d458))
|
|
13
|
+
* **content-loop:** support custom bylines ([#2105](https://github.com/Automattic/newspack-blocks/issues/2105)) ([6f70449](https://github.com/Automattic/newspack-blocks/commit/6f704494045e6950c49b2d9ccd11a2c07dd5c5b4))
|
|
14
|
+
* **wcsg:** respect checkbox label option in WCSG settings ([#2053](https://github.com/Automattic/newspack-blocks/issues/2053)) ([58e40c5](https://github.com/Automattic/newspack-blocks/commit/58e40c5c61fe339987a13de28a910b7d9c39d395))
|
|
15
|
+
|
|
1
16
|
# [4.11.0](https://github.com/Automattic/newspack-blocks/compare/v4.10.2...v4.11.0) (2025-05-08)
|
|
2
17
|
|
|
3
18
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
body:not(
|
|
1
|
+
body:not(.is-block-theme) div.wp-block-columns{gap:32px}body:not(.is-block-theme) div.wp-block-columns.is-style-borders{gap:64px}@media only screen and (max-width:781px){body:not(.is-block-theme) div.wp-block-columns.is-not-stacked-on-mobile{gap:20px}body:not(.is-block-theme) div.wp-block-columns.is-not-stacked-on-mobile.is-style-borders{gap:40px}}@media only screen and (min-width:782px){.wp-block-columns.is-style-first-col-to-second>.wp-block-column:nth-child(2),.wp-block-columns.is-style-first-col-to-third>.wp-block-column:nth-child(2),.wp-block-columns.is-style-first-col-to-third>.wp-block-column:nth-child(3){order:-1}}.wp-block-columns.is-style-borders>.wp-block-column{position:relative}.wp-block-columns.is-style-borders>.wp-block-column:after{border:solid #ccc;border-width:1px 0 0;bottom:-32px;content:"";right:0;position:absolute;left:0}.wp-block-columns.is-style-borders>.wp-block-column:last-child:after{display:none}@media only screen and (min-width:782px){.wp-block-columns.is-style-borders>.wp-block-column{margin-bottom:0}.wp-block-columns.is-style-borders>.wp-block-column:after{border-left-width:1px;border-top-width:0;inset:0 -32px 0 auto}.wp-block-columns.is-style-borders.is-style-first-col-to-second>.wp-block-column:first-child:after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>.wp-block-column:first-child:after{display:none}.wp-block-columns.is-style-borders.is-style-first-col-to-second>.wp-block-column:nth-child(2):after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>.wp-block-column:nth-child(3):after{display:block}}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders>.wp-block-column:after{border-left-width:1px;border-top-width:0;inset:0 -20px 0 auto}@media only screen and (min-width:782px){.wp-block-columns.is-not-stacked-on-mobile.is-style-borders>.wp-block-column:after{left:-32px}}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-second>.wp-block-column:first-child:after,.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-third>.wp-block-column:first-child:after{display:none}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-second>.wp-block-column:nth-child(2):after,.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-third>.wp-block-column:nth-child(3):after{display:block}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child),.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-right:0}@media(min-width:600px)and (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){flex-basis:unset!important;flex-grow:1}}
|
|
2
2
|
.wp-block-group.is-style-border{border:1px solid #ccc}.wp-block-group.is-style-border:not(.has-background){padding:20px 30px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => '978b4e93db4fe638cf22');
|
package/dist/block_styles.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
body:not(
|
|
1
|
+
body:not(.is-block-theme) div.wp-block-columns{gap:32px}body:not(.is-block-theme) div.wp-block-columns.is-style-borders{gap:64px}@media only screen and (max-width:781px){body:not(.is-block-theme) div.wp-block-columns.is-not-stacked-on-mobile{gap:20px}body:not(.is-block-theme) div.wp-block-columns.is-not-stacked-on-mobile.is-style-borders{gap:40px}}@media only screen and (min-width:782px){.wp-block-columns.is-style-first-col-to-second>.wp-block-column:nth-child(2),.wp-block-columns.is-style-first-col-to-third>.wp-block-column:nth-child(2),.wp-block-columns.is-style-first-col-to-third>.wp-block-column:nth-child(3){order:-1}}.wp-block-columns.is-style-borders>.wp-block-column{position:relative}.wp-block-columns.is-style-borders>.wp-block-column:after{border:solid #ccc;border-width:1px 0 0;bottom:-32px;content:"";left:0;position:absolute;right:0}.wp-block-columns.is-style-borders>.wp-block-column:last-child:after{display:none}@media only screen and (min-width:782px){.wp-block-columns.is-style-borders>.wp-block-column{margin-bottom:0}.wp-block-columns.is-style-borders>.wp-block-column:after{border-right-width:1px;border-top-width:0;inset:0 -32px 0 auto}.wp-block-columns.is-style-borders.is-style-first-col-to-second>.wp-block-column:first-child:after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>.wp-block-column:first-child:after{display:none}.wp-block-columns.is-style-borders.is-style-first-col-to-second>.wp-block-column:nth-child(2):after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>.wp-block-column:nth-child(3):after{display:block}}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders>.wp-block-column:after{border-right-width:1px;border-top-width:0;inset:0 -20px 0 auto}@media only screen and (min-width:782px){.wp-block-columns.is-not-stacked-on-mobile.is-style-borders>.wp-block-column:after{right:-32px}}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-second>.wp-block-column:first-child:after,.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-third>.wp-block-column:first-child:after{display:none}.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-second>.wp-block-column:nth-child(2):after,.wp-block-columns.is-not-stacked-on-mobile.is-style-borders.is-style-first-col-to-third>.wp-block-column:nth-child(3):after{display:block}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child),.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0}@media(min-width:600px)and (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){flex-basis:unset!important;flex-grow:1}}
|
|
2
2
|
.wp-block-group.is-style-border{border:1px solid #ccc}.wp-block-group.is-style-border:not(.has-background){padding:20px 30px}
|
package/dist/editor-rtl.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
body:not(
|
|
1
|
+
body:not(.is-block-theme) .editor-styles-wrapper div.wp-block-columns{gap:32px}body:not(.is-block-theme) .editor-styles-wrapper div.wp-block-columns.is-style-borders{gap:64px}@media only screen and (min-width:782px){.wp-block-columns.is-style-first-col-to-second>[data-type="core/column"]:nth-child(2),.wp-block-columns.is-style-first-col-to-third>[data-type="core/column"]:nth-child(2),.wp-block-columns.is-style-first-col-to-third>[data-type="core/column"]:nth-child(3){order:-1}}.wp-block-columns.is-style-borders>[data-type="core/column"]{border-bottom:1px solid #ccc;position:relative}.wp-block-columns.is-style-borders>[data-type="core/column"] [data-type="core/column"],.wp-block-columns.is-style-borders>[data-type="core/column"]:last-child{border-bottom:0}@media only screen and (min-width:782px){.wp-block-columns.is-style-borders>[data-type="core/column"]{border-bottom:0}.wp-block-columns.is-style-borders>[data-type="core/column"]:after{border-left:1px solid #ccc;bottom:0;content:"";position:absolute;left:-32px;top:0}.wp-block-columns.is-style-borders>[data-type="core/column"]:nth-child(odd):after{border-color:#ccc}.wp-block-columns.is-style-borders>[data-type="core/column"] [data-type="core/column"]:after,.wp-block-columns.is-style-borders>[data-type="core/column"]:last-child:after{display:none}.wp-block-columns.is-style-borders>[data-type="core/column"]:after{border-color:#ccc}.wp-block-columns.is-style-borders.is-style-first-col-to-second>[data-type="core/column"]:first-child:after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>[data-type="core/column"]:first-child:after{display:none}.wp-block-columns.is-style-borders.is-style-first-col-to-second>[data-type="core/column"]:nth-child(2):after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>[data-type="core/column"]:nth-child(3):after{display:block}}.editor-styles-wrapper .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child),.editor-styles-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-right:0}
|
|
2
2
|
.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit .block-editor-block-list__block-edit,.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-list__block-edit .block-editor-block-list__block-edit{float:none}.wp-block-group.is-style-border{border:1px solid #ccc}.wp-block-group.is-style-border:not(.has-background){padding:20px 30px}
|
|
3
3
|
.editor-styles-wrapper .block-editor-block-patterns-list__item .block-editor-block-preview__container{max-height:316px;overflow:hidden}.editor-styles-wrapper .newspack-blocks-placeholder-block{background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:0;padding:1em}.editor-styles-wrapper .newspack-blocks-placeholder-block p{font-size:13px}.editor-styles-wrapper .newspack-blocks-placeholder-block__label{align-items:center;display:flex;flex-wrap:wrap;font-size:18pt}.editor-styles-wrapper .newspack-blocks-placeholder-block__label svg{display:block;fill:currentcolor;margin-left:1ch}.editor-styles-wrapper .newspack-blocks-placeholder-block__buttons{display:flex;flex-wrap:wrap;gap:16px}.editor-styles-wrapper .newspack-blocks-placeholder-block__buttons .components-button{margin:0}.editor-styles-wrapper .newspack-blocks-placeholder-block__buttons .components-button.is-primary{color:#fff}
|
|
4
4
|
.newspack-accordion{border:1px solid #ddd}.newspack-accordion__icon{transform:rotate(-90deg);transition:transform .2s ease-out}.newspack-accordion--is-open .newspack-accordion__icon{transform:rotate(90deg)}.newspack-accordion summary{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding:16px 32px}.newspack-accordion__content{padding:16px 32px}
|
|
@@ -48,11 +48,11 @@ body:not([class*=block-theme]) .editor-styles-wrapper div.wp-block-columns{gap:3
|
|
|
48
48
|
.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}
|
|
49
49
|
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}: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:content-box;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-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;right:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(-270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(-90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(-180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;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-lazy-preloader,.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;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(-180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:auto;left:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.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-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .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.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet: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-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{right:50%;transform:translateX(50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .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,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .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 .swiper-pagination-progressbar-fill{transform-origin:left top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);right:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{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,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-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.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{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,rgba(0,0,0,.5));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%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;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-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:0% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;right:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow: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-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .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-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .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}
|
|
50
50
|
.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:hsla(0,0%,100%,.75)}.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:rgba(0,0,0,.5);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:hsla(0,0%,100%,.75)}.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%;-o-object-fit:cover;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{-o-object-fit:contain;object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f1f1f1;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 #000;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:rgba(0,0,0,.5);background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;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,.75)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.75),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}
|
|
51
|
-
.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:hsla(0,0%,100%,.75)}.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}.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}
|
|
51
|
+
.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:hsla(0,0%,100%,.75)}.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}
|
|
52
52
|
.newspack-checkout-button__product-field__selected .components-button{display:block;text-align:right;width:100%}.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:2em}[data-align=center] .wp-block-newspack-blocks-checkout-button{display:flex;flex-direction:column}.wp-block-newspack-blocks-checkout-button__button{width:auto}[data-align=full] .wp-block-newspack-blocks-checkout-button__button,[data-align=wide] .wp-block-newspack-blocks-checkout-button__button{width:100%}[data-align=center] .wp-block-newspack-blocks-checkout-button__button{margin-right:auto;margin-left:auto}
|
|
53
53
|
.wpbnbd.is-style-default .wpbnbd__button{padding:.38rem .76rem}.wpbnbd.is-style-default .wpbnbd__button:focus,.wpbnbd.is-style-default .wpbnbd__button:hover{background:#f1f1f1}.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:#f1f1f1;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:#f1f1f1;border-color:#f1f1f1;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:#f1f1f1;border-color:#f1f1f1}.wpbnbd.is-style-alternate .wpbnbd__tiers__selection{border-radius:5px;margin-right:auto;margin-left:auto;padding:5px;width:-moz-min-content;width:min-content}.wpbnbd.is-style-alternate .wpbnbd__tiers__selection .wpbnbd__button{color:#111;padding:0 15px}.wpbnbd.is-style-alternate .wpbnbd__tiers .wpbnbd__button{border:.19rem solid transparent}.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 #ccc}.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:#111}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:after{box-sizing:content-box;content:"";display:block;inset:.19rem;position:absolute;z-index:-1}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:hover{background:#f1f1f1}.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:#ccc;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:#111;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:transparent;border:none;color:#767676;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 #ccc;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:transparent;border:none;box-shadow:0 3px 0 #fff,0 4px 0 0 #ccc;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:#ccc;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-xs,3px)}.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-m,6px) var(--newspack-ui-border-radius-m,6px) 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-m,6px) var(--newspack-ui-border-radius-m,6px);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:-moz-min-content;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:transparent;border:1px solid transparent;border-radius:var(--newspack-ui-border-radius-xs,3px);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-m,6px) var(--newspack-ui-border-radius-m,6px) 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:-moz-min-content;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-xs,3px);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 #ccc;color:#767676;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:#111}.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:transparent}.wpbnbd--selected-other .wp-block-newspack-blocks-donate__frequency-label{display:none}
|
|
54
54
|
.wpbnbd--frequency-based{background:#fff;border:1px solid #ccc;color:#111;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:#f1f1f1;color:#666}.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:#767676;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 #ccc;border-radius:5px;margin:.38rem;padding:.38rem .76rem}.wpbnbd.tiered .tiers .tier-label:hover{background:#f1f1f1}.wpbnbd.tiered .tiers input[type=radio]:focus+.tier-label{background:#f1f1f1;outline:1px dotted currentcolor;outline-offset:-4px}.wpbnbd.tiered .tiers input[type=radio]:checked+.tier-label{background-color:#757575;border-color:transparent;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 #ccc;border-radius:3px;display:flex;max-width:200px;position:relative}.wpbnbd .money-input:focus-within{border-color:#111;outline:thin solid hsla(0,0%,7%,.15);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:#111}.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:transparent;border-radius:0;border-width:1px}.wpbnbd--tiers-based .wpbnbd .submit-button--active,.wpbnbd--tiers-based .wpbnbd__button--active{border-color:#ccc}.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:#ccc;border-radius:50px;height:8px;margin:0 5px;width:36px}}.wpbnbd--tiers-based .wpbnbd__tiers__tier{background:#fff;border:1px solid #ccc;border-radius:5px;display:flex;flex:1;flex-direction:column;margin-right:10px;margin-left:10px;padding:19px 14px;scroll-snap-align:start}@media screen and (max-width:600px){.wpbnbd--tiers-based .wpbnbd__tiers__tier{flex:0 0 auto;width:80%}}.wpbnbd--tiers-based .wpbnbd__tiers__tier--recommended{border:2px solid #111}.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:#757575;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:#767676;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:#111}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile{border:2px solid #111;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:transparent;color:#111}.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}
|
|
55
|
-
.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wpnbha .editor-rich-text{width:100%}.wpnbha .post-thumbnail{margin:0 0 .25em}.wpnbha .post-thumbnail img{height:auto;width:100%}.wpnbha .post-thumbnail figcaption{margin-bottom:.5em}.wpnbha .entry-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.8em;margin-top:.5em}.wpnbha .cat-links{font-size:.7em}.wpnbha
|
|
55
|
+
.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wpnbha .editor-rich-text{width:100%}.wpnbha .post-thumbnail{margin:0 0 .25em}.wpnbha .post-thumbnail img{height:auto;width:100%}.wpnbha .post-thumbnail figcaption{margin-bottom:.5em}.wpnbha .entry-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.8em;margin-top:.5em}.wpnbha .entry-meta div.byline-container{align-items:center;display:inline;display:flex;margin-left:1.5em}.wpnbha .cat-links{font-size:.7em}.wpnbha .entry-meta .avatar{display:inline-block;margin-left:.5em}.wpnbha .excerpt-contain p{margin:.5em 0}.wpnbha .entry-title{font-size:1.2em;margin:0 0 .25em}.wpnbha .avatar{height:25px;width:25px}@media only screen and (min-width:782px){.wpnbha.ts-4 article .entry-title{font-size:1.6em}}.wpnbha .newspack-post-subtitle--in-homepage-block{font-style:italic;line-height:1.4;margin-bottom:0;margin-top:.3em}.wpnbha.ts-10 .entry-title,.wpnbha.ts-8 .entry-title,.wpnbha.ts-9 .entry-title{line-height:1.1}.wpnbha.ts-10 .entry-title{font-size:2.6em}.wpnbha.ts-10 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-9 .entry-title{font-size:2.4em}.wpnbha.ts-9 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-8 .entry-title{font-size:2.2em}.wpnbha.ts-8 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-7 .entry-title{font-size:2em}.wpnbha.ts-7 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-6 .entry-title{font-size:1.7em}.wpnbha.ts-5 .entry-title,.wpnbha.ts-6 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-5 .newspack-post-subtitle{font-size:1.2em}.wpnbha.ts-3 .entry-title{font-size:1em}.wpnbha.ts-3 .entry-wrapper .more-link,.wpnbha.ts-3 .entry-wrapper p,.wpnbha.ts-3 .newspack-post-subtitle{font-size:.8em}.wpnbha.ts-2 .entry-title{font-size:.9em}.wpnbha.ts-2 article .entry-wrapper .more-link,.wpnbha.ts-2 article .entry-wrapper p,.wpnbha.ts-2 article .newspack-post-subtitle{font-size:.8em}.wpnbha.ts-1 .entry-title{font-size:.9em}.wpnbha.ts-1 article .entry-wrapper .more-link,.wpnbha.ts-1 article .entry-wrapper p,.wpnbha.ts-1 article .newspack-post-subtitle{font-size:.8em}[data-type="newspack-blocks/homepage-articles"] .wp-block-button__link{height:auto;width:auto}.newspack-block--error.components-placeholder{color:#d63638}.newspack-block--disabled{position:relative}.newspack-block--disabled:after{background-color:#fff;content:"";height:100%;right:0;opacity:.6;position:absolute;top:0;width:100%;z-index:2}.newspack-block__panel .spacing-sizes-control .components-range-control__root>span{margin-top:0}.newspack-block__panel>:not(.components-panel__body-title){margin-bottom:16px;margin-top:0}.newspack-block__panel>:not(.components-panel__body-title):last-of-type{margin-bottom:8px}.newspack-block__panel.is-content .autocomplete-tokenfield+.components-checkbox-control{margin-top:-8px}.newspack-block__button-group{flex:0 0 100%}.newspack-block__button-group .components-base-control__label{width:100%}.newspack-block__button-group .components-button-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr))}.newspack-block__button-group .components-button-group button{justify-content:center}.components-base-control__field:empty{display:none}.components-base-control__field:empty+.components-base-control__help{margin:0}.components-base-control__label-dropdown{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.components-base-control__label-dropdown .components-base-control__label{margin:0!important}.components-base-control__label-dropdown .components-select-control__input{font-size:11px!important;font-weight:500;line-height:1.4;text-transform:uppercase}
|
|
56
56
|
.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}:root{--wpnbha-col-gap:1em}@media only screen and (min-width:600px){:root{--wpnbha-col-gap:16px}}@media only screen and (min-width:782px){:root{--wpnbha-col-gap:32px}}@media only screen and (min-width:600px){.colgap-2{--wpnbha-col-gap:16px}.colgap-1{--wpnbha-col-gap:8px}}.wpnbha{margin-bottom:1em}.wpnbha article{margin-bottom:1.5em;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}.wpnbha article:last-of-type{margin-bottom:0}.wpnbha .article-section-title{font-size:.8em;margin-bottom:.5em;width:100%}.wpnbha .article-section-title mark{background-color:transparent}.wpnbha.is-grid>div{display:flex;flex-flow:row wrap;gap:var(--wpnbha-col-gap);justify-content:flex-start;list-style:none;padding:0}.wpnbha.is-grid article{flex-basis:100%;margin-bottom:0}.wpnbha.is-grid .article-section-title{margin-bottom:calc(1em - var(--wpnbha-col-gap))}@media only screen and (min-width:600px){.wpnbha.columns-3 article,.wpnbha.columns-6 article{flex-basis:calc(33.33% - var(--wpnbha-col-gap)/3*2 - 0.1px)}.wpnbha.is-style-borders.columns-3 article,.wpnbha.is-style-borders.columns-6 article{flex-basis:calc(33.33% - var(--wpnbha-col-gap)*2/3*2 - 1.1px)}.wpnbha.columns-2 article,.wpnbha.columns-4 article,.wpnbha.columns-5 article{flex-basis:calc(50% - var(--wpnbha-col-gap)/2 - 0.1px)}.wpnbha.is-style-borders.columns-2 article,.wpnbha.is-style-borders.columns-4 article,.wpnbha.is-style-borders.columns-5 article{flex-basis:calc(50% - var(--wpnbha-col-gap)*2/2 - 1.1px)}.wpnbha.columns-5 article:last-of-type,.wpnbha.is-style-borders.columns-5 article:last-of-type{flex-basis:100%}}@media only screen and (min-width:782px){.wpnbha.columns-4 article{flex-basis:calc(25% - var(--wpnbha-col-gap)/4*3 - 0.1px)}.wpnbha.is-style-borders.columns-4 article{flex-basis:calc(25% - var(--wpnbha-col-gap)*2/4*3 - 1.1px)}.wpnbha.columns-5 article,.wpnbha.columns-5 article:last-of-type{flex-basis:calc(20% - var(--wpnbha-col-gap)/5*4 - 0.1px)}.wpnbha.is-style-borders.columns-5 article,.wpnbha.is-style-borders.columns-5 article:last-of-type{flex-basis:calc(20% - var(--wpnbha-col-gap)*2/5*4 - 1.1px)}.wpnbha.columns-6 article{flex-basis:calc(16.6666% - var(--wpnbha-col-gap)/6*5 - 0.1px)}.wpnbha.is-style-borders.columns-6 article{flex-basis:calc(16.6666% - var(--wpnbha-col-gap)*2/6*5 - 1.1px)}}.wpnbha figcaption{font-size:.6em}.wpnbha.image-alignleft .post-has-image,.wpnbha.image-alignright .post-has-image{display:flex}.wpnbha.image-alignleft .post-has-image .post-thumbnail,.wpnbha.image-alignright .post-has-image .post-thumbnail{flex-basis:33%}.wpnbha.image-alignleft .post-has-image .entry-wrapper,.wpnbha.image-alignright .post-has-image .entry-wrapper{flex-basis:67%}.wpnbha.image-alignleft.mobile-stack .post-has-image,.wpnbha.image-alignright.mobile-stack .post-has-image{display:block}@media only screen and (min-width:600px){.wpnbha.image-alignleft.mobile-stack .post-has-image,.wpnbha.image-alignright.mobile-stack .post-has-image{display:flex}.wpnbha.image-alignleft.is-4 .post-thumbnail,.wpnbha.image-alignright.is-4 .post-thumbnail{flex-basis:75%}.wpnbha.image-alignleft.is-4 .entry-wrapper,.wpnbha.image-alignright.is-4 .entry-wrapper{flex-basis:25%}.wpnbha.image-alignleft.is-3 .entry-wrapper,.wpnbha.image-alignleft.is-3 .post-thumbnail,.wpnbha.image-alignright.is-3 .entry-wrapper,.wpnbha.image-alignright.is-3 .post-thumbnail{flex-basis:50%}}.wpnbha.image-alignleft.is-1 .post-thumbnail,.wpnbha.image-alignright.is-1 .post-thumbnail{flex-basis:25%}.wpnbha.image-alignleft.is-1 .entry-wrapper,.wpnbha.image-alignright.is-1 .entry-wrapper{flex-basis:75%}.wpnbha.image-alignleft .post-thumbnail{margin-left:1em}.wpnbha.image-alignright .post-thumbnail{margin-right:1em}.wpnbha.image-alignright .entry-wrapper{order:-1}.wpnbha.mobile-stack.image-alignleft .post-thumbnail,.wpnbha.mobile-stack.image-alignright .post-thumbnail{margin-right:0;margin-left:0}@media only screen and (min-width:600px){.wpnbha.mobile-stack.image-alignleft .post-thumbnail{margin-left:1em}.wpnbha.mobile-stack.image-alignright .post-thumbnail{margin-right:1em}}.wpnbha .entry-title{margin:0 0 .25em}.wpnbha .entry-title a{color:inherit;text-decoration:none}.wpnbha .entry-meta .byline:not(:last-child){margin-left:1.5em}.wpnbha .entry-meta .updated{display:none}.wpnbha .entry-meta .updated.published{display:block}.wpnbha .avatar{border-radius:100%;display:block;margin-left:.5em}.wpnbha.has-text-color .article-section-title,.wpnbha.has-text-color .cat-links,.wpnbha.has-text-color .cat-links a,.wpnbha.has-text-color .cat-links a:visited,.wpnbha.has-text-color .entry-meta,.wpnbha.has-text-color .entry-meta .byline a,.wpnbha.has-text-color .entry-meta .byline a:visited,.wpnbha.has-text-color .entry-meta a,.wpnbha.has-text-color .entry-title,.wpnbha.has-text-color .entry-title a,.wpnbha.has-text-color .entry-title a:visited,.wpnbha.has-text-color figcaption{color:inherit}.wpnbha.has-text-color .entry-meta span:not(.avatar){opacity:.8}.wpnbha.image-alignbehind .post-has-image{align-items:flex-end;display:flex;position:relative}.wpnbha.image-alignbehind .post-has-image .post-thumbnail{inset:0;margin:0;overflow:hidden;position:absolute}.wpnbha.image-alignbehind .post-has-image .post-thumbnail img{height:100%!important;margin:0!important;max-width:1000%!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important}.wpnbha.image-alignbehind .post-has-image .post-thumbnail:after{background:rgba(0,0,0,.5);content:"";inset:0;position:absolute;z-index:1}.wpnbha.image-alignbehind .post-has-image .entry-wrapper{padding:2rem 1rem;position:relative;width:100%;z-index:2}@media only screen and (min-width:1168px){.wpnbha.image-alignbehind .post-has-image .entry-wrapper{padding:2rem 1.5rem}}.wpnbha.image-alignbehind .post-has-image .cat-links a,.wpnbha.image-alignbehind .post-has-image .entry-meta,.wpnbha.image-alignbehind .post-has-image .entry-meta .byline a,.wpnbha.image-alignbehind .post-has-image .entry-title a,.wpnbha.image-alignbehind .post-has-image .entry-wrapper{color:#fff}.wpnbha.image-alignbehind figcaption{bottom:1em;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.9);display:-webkit-box;font-style:italic;right:0;-webkit-line-clamp:1;margin:0;max-height:1.6em;overflow:hidden;padding:0 1rem;position:absolute;left:0;text-align:left;text-overflow:ellipsis;z-index:3}.wpnbha.image-alignbehind figcaption a,.wpnbha.image-alignbehind figcaption a:visited{color:#fff}@media only screen and (min-width:1168px){.wpnbha.image-alignbehind figcaption{padding:0 1.5rem}}.wpnbha .error,.wpnbha .loading,.wpnbha button{display:none}.wpnbha>button{margin-top:1em;position:relative}.wpnbha.has-more-button button{display:block;height:auto;width:auto}.wpnbha.has-more-button.is-loading button{pointer-events:none}.wpnbha.has-more-button.is-loading .label{visibility:hidden}.wpnbha.has-more-button.is-loading .loading{display:block}.wpnbha .loading{animation:wpnbha-loading-animation .9s linear infinite;border-color:currentcolor transparent transparent currentcolor;border-radius:50%;border-style:solid;border-width:1.5px;height:18px;right:50%;margin-right:-9px;margin-top:-9px;position:absolute;top:50%;transform:rotate(0deg);width:18px}.wpnbha.has-more-button.is-error .error,.wpnbha.has-more-button.is-error button{display:block}.wpnbha .author-avatar,.wpnbha .byline,.wpnbha .cat-links,.wpnbha .posted-on,.wpnbha .tags-links{clip:auto;height:auto;position:relative;width:auto}.wpnbha.has-text-align-center .cat-links,.wpnbha.has-text-align-center .entry-meta,.wpnbha.has-text-align-center .entry-sponsors{justify-content:center}.wpnbha.has-text-align-center figcaption,.wpnbha.has-text-align-center.image-alignbehind figcaption{text-align:inherit}.wpnbha.has-text-align-right .cat-links,.wpnbha.has-text-align-right .entry-meta,.wpnbha.has-text-align-right .entry-sponsors,.wpnbha.has-text-align-right .sponsor-logos{justify-content:flex-end;text-align:left}.wpnbha.has-text-align-right figcaption{text-align:inherit}.wpnbha.has-text-align-right .entry-date:not(:first-child){margin-right:1.5em}.wpnbha.has-text-align-right .entry-meta .byline:not(:last-child){margin:0}.wpnbha .cat-links{display:flex;flex-wrap:wrap;font-size:.6em;font-weight:700;margin:0 0 .5em}.wpnbha .cat-links.sponsor-label{align-items:center;display:flex;gap:.5em}.wpnbha .cat-links a{text-decoration:none}.wpnbha .cat-links a:hover{text-decoration:underline}.wpnbha .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.25em;width:100%}.wpnbha .entry-sponsors.plus-author{font-size:.9em}.wpnbha .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbha .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}@media only screen and (min-width:782px){.wpnbha article .entry-title{font-size:1.6em}.wpnbha article .avatar{height:40px;width:40px}.wpnbha.ts-10 article .avatar,.wpnbha.ts-8 article .avatar,.wpnbha.ts-9 article .avatar{height:2.4em;width:2.4em}.wpnbha.ts-10 article .entry-title{font-size:3.6em}}@media only screen and (min-width:1168px){.wpnbha.ts-10 article .entry-title{font-size:4.8em}}@media only screen and (min-width:782px){.wpnbha.ts-9 article .entry-title{font-size:3.4em}}@media only screen and (min-width:1168px){.wpnbha.ts-9 article .entry-title{font-size:4.2em}}@media only screen and (min-width:782px){.wpnbha.ts-8 article .entry-title{font-size:3em}}@media only screen and (min-width:1168px){.wpnbha.ts-8 article .entry-title{font-size:3.6em}}@media only screen and (min-width:782px){.wpnbha.ts-7 article .entry-title{font-size:2.4em}.wpnbha.ts-7 article .avatar{height:48px;width:48px}}@media only screen and (min-width:1168px){.wpnbha.ts-7 article .entry-title{font-size:3em}}@media only screen and (min-width:782px){.wpnbha.ts-6 article .entry-title{font-size:2em}.wpnbha.ts-6 article .avatar{height:44px;width:44px}}@media only screen and (min-width:1168px){.wpnbha.ts-6 article .entry-title{font-size:2.4em}}@media only screen and (min-width:782px){.wpnbha.ts-5 article .entry-title{font-size:1.8em}.wpnbha.ts-5 article .avatar{height:40px;width:40px}}@media only screen and (min-width:1168px){.wpnbha.ts-5 article .entry-title{font-size:2em}}@media only screen and (min-width:782px){.wpnbha.ts-3 article .entry-title{font-size:1.2em}.wpnbha.ts-3 article .entry-meta{font-size:.7em}.wpnbha.ts-3 article .avatar{height:32px;width:32px}.wpnbha.ts-1 article .entry-meta,.wpnbha.ts-1 article .entry-wrapper .more-link,.wpnbha.ts-1 article .entry-wrapper p,.wpnbha.ts-1 article .newspack-post-subtitle,.wpnbha.ts-2 article .entry-meta,.wpnbha.ts-2 article .entry-wrapper .more-link,.wpnbha.ts-2 article .entry-wrapper p,.wpnbha.ts-2 article .newspack-post-subtitle{font-size:.7em}.wpnbha.ts-2 article .entry-title{font-size:.9em}.wpnbha.ts-2 article .avatar{height:28px;width:28px}.wpnbha.ts-1 article .entry-title{font-size:.7em}.wpnbha.ts-1 article .avatar{height:24px;width:24px}}.wpnbha.is-style-borders article{border:solid rgba(0,0,0,.2);border-width:0 0 1px;box-sizing:content-box;padding-bottom:1em}.wpnbha.is-style-borders article:last-of-type:not(:first-of-type){border-bottom:0;padding-left:0}@media only screen and (min-width:600px){.wpnbha.is-style-borders.is-grid article{border-width:0;padding-left:0}.wpnbha.is-style-borders.columns-2 article:nth-of-type(odd):not(:last-of-type),.wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+1):not(:last-of-type),.wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+2):not(:last-of-type),.wpnbha.is-style-borders.columns-4 article:nth-of-type(odd):not(:last-of-type),.wpnbha.is-style-borders.columns-5 article:nth-of-type(odd):not(:last-of-type),.wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+1):not(:last-of-type),.wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+2):not(:last-of-type){border-width:0 0 0 1px;padding-left:var(--wpnbha-col-gap)}}@media only screen and (min-width:782px){.wpnbha.is-style-borders.is-grid article{border-width:0 0 0 1px;padding-left:var(--wpnbha-col-gap)}.wpnbha.is-style-borders.columns-1 article,.wpnbha.is-style-borders.columns-2 article:nth-of-type(2n),.wpnbha.is-style-borders.columns-3 article:nth-of-type(3n),.wpnbha.is-style-borders.columns-4 article:nth-of-type(4n),.wpnbha.is-style-borders.columns-5 article:nth-of-type(5n),.wpnbha.is-style-borders.columns-6 article:nth-of-type(6n),.wpnbha.is-style-borders.is-grid article:last-of-type{border:0;padding-left:0!important}}@keyframes wpnbha-loading-animation{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}
|
|
57
57
|
.editor-styles-wrapper .components-form-file-upload{display:flex}.editor-styles-wrapper .wp-block-newspack-blocks-iframe-notice{margin:0;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-iframe .wp-block-newspack-blocks-iframe__input{border-radius:2px;flex:1 1 auto;margin:0 0 0 8px}.editor-styles-wrapper .wp-block-newspack-blocks-iframe .components-placeholder__fieldset>*{margin-bottom:1.5rem;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-iframe .components-placeholder__fieldset>:last-child,.wp-block-newspack-blocks-iframe__url-input-container .wp-block-newspack-blocks-iframe__button{margin-bottom:0}.wp-block-newspack-blocks-iframe__url-input-form{display:flex}.wp-block-newspack-blocks-iframe__url-input-form input[type=url].wp-block-newspack-blocks-iframe__url-input-form__url-input-field{border:none;border-radius:0;flex-grow:1;margin:2px;min-width:200px;width:100%}@media only screen and (min-width:782px){.wp-block-newspack-blocks-iframe__url-input-form input[type=url].wp-block-newspack-blocks-iframe__url-input-form__url-input-field{width:300px}}.wp-block-newspack-blocks-iframe__url-input-form__url-input-submit-button{flex-shrink:1}.wp-block-newspack-blocks-iframe__button{margin-bottom:.5rem}.wp-block-newspack-blocks-iframe__cancel-button.is-link{display:block;margin:1em}.wp-block-newspack-blocks-iframe.is-appender{min-height:0}.wp-block-newspack-blocks-iframe.is-appender:hover{box-shadow:0 0 0 1px var(--wp-admin-theme-color);cursor:pointer}.wp-block-newspack-blocks-iframe__unit-control{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1em}
|
|
58
58
|
.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wpbnbvp__overlay{align-content:center;background-color:hsla(0,0%,100%,.9);display:flex;flex-direction:column;height:100%;justify-content:center;right:0;position:absolute;text-align:center;top:0;width:100%}.wpbnbvp-preview{position:relative}
|
package/dist/editor.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array('lodash', 'moment', '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', 'moment', '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' => '9f33a6bdc4948914fe36');
|
package/dist/editor.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
body:not(
|
|
1
|
+
body:not(.is-block-theme) .editor-styles-wrapper div.wp-block-columns{gap:32px}body:not(.is-block-theme) .editor-styles-wrapper div.wp-block-columns.is-style-borders{gap:64px}@media only screen and (min-width:782px){.wp-block-columns.is-style-first-col-to-second>[data-type="core/column"]:nth-child(2),.wp-block-columns.is-style-first-col-to-third>[data-type="core/column"]:nth-child(2),.wp-block-columns.is-style-first-col-to-third>[data-type="core/column"]:nth-child(3){order:-1}}.wp-block-columns.is-style-borders>[data-type="core/column"]{border-bottom:1px solid #ccc;position:relative}.wp-block-columns.is-style-borders>[data-type="core/column"] [data-type="core/column"],.wp-block-columns.is-style-borders>[data-type="core/column"]:last-child{border-bottom:0}@media only screen and (min-width:782px){.wp-block-columns.is-style-borders>[data-type="core/column"]{border-bottom:0}.wp-block-columns.is-style-borders>[data-type="core/column"]:after{border-right:1px solid #ccc;bottom:0;content:"";position:absolute;right:-32px;top:0}.wp-block-columns.is-style-borders>[data-type="core/column"]:nth-child(odd):after{border-color:#ccc}.wp-block-columns.is-style-borders>[data-type="core/column"] [data-type="core/column"]:after,.wp-block-columns.is-style-borders>[data-type="core/column"]:last-child:after{display:none}.wp-block-columns.is-style-borders>[data-type="core/column"]:after{border-color:#ccc}.wp-block-columns.is-style-borders.is-style-first-col-to-second>[data-type="core/column"]:first-child:after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>[data-type="core/column"]:first-child:after{display:none}.wp-block-columns.is-style-borders.is-style-first-col-to-second>[data-type="core/column"]:nth-child(2):after,.wp-block-columns.is-style-borders.is-style-first-col-to-third>[data-type="core/column"]:nth-child(3):after{display:block}}.editor-styles-wrapper .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child),.editor-styles-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0}
|
|
2
2
|
.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit .block-editor-block-list__block-edit,.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-list__block-edit .block-editor-block-list__block-edit{float:none}.wp-block-group.is-style-border{border:1px solid #ccc}.wp-block-group.is-style-border:not(.has-background){padding:20px 30px}
|
|
3
3
|
.editor-styles-wrapper .block-editor-block-patterns-list__item .block-editor-block-preview__container{max-height:316px;overflow:hidden}.editor-styles-wrapper .newspack-blocks-placeholder-block{background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin-top:0;padding:1em}.editor-styles-wrapper .newspack-blocks-placeholder-block p{font-size:13px}.editor-styles-wrapper .newspack-blocks-placeholder-block__label{align-items:center;display:flex;flex-wrap:wrap;font-size:18pt}.editor-styles-wrapper .newspack-blocks-placeholder-block__label svg{display:block;fill:currentcolor;margin-right:1ch}.editor-styles-wrapper .newspack-blocks-placeholder-block__buttons{display:flex;flex-wrap:wrap;gap:16px}.editor-styles-wrapper .newspack-blocks-placeholder-block__buttons .components-button{margin:0}.editor-styles-wrapper .newspack-blocks-placeholder-block__buttons .components-button.is-primary{color:#fff}
|
|
4
4
|
.newspack-accordion{border:1px solid #ddd}.newspack-accordion__icon{transform:rotate(90deg);transition:transform .2s ease-out}.newspack-accordion--is-open .newspack-accordion__icon{transform:rotate(-90deg)}.newspack-accordion summary{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding:16px 32px}.newspack-accordion__content{padding:16px 32px}
|
|
@@ -48,11 +48,11 @@ body:not([class*=block-theme]) .editor-styles-wrapper div.wp-block-columns{gap:3
|
|
|
48
48
|
.autocomplete-tokenfield{max-width:100%;position:relative}.autocomplete-tokenfield .components-spinner{bottom:12px;position:absolute;right: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}
|
|
49
49
|
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}: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:content-box;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-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;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-lazy-preloader,.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;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.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-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .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.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet: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-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .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,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .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 .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{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,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-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.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{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,rgba(0,0,0,.5));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%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;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-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow: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-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .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-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .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}
|
|
50
50
|
.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:hsla(0,0%,100%,.75)}.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:rgba(0,0,0,.5);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:hsla(0,0%,100%,.75)}.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%;-o-object-fit:cover;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{-o-object-fit:contain;object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f1f1f1;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 #000;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:rgba(0,0,0,.5);background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;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,.75)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.75),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}
|
|
51
|
-
.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:hsla(0,0%,100%,.75)}.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}.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}
|
|
51
|
+
.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:hsla(0,0%,100%,.75)}.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-right: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}
|
|
52
52
|
.newspack-checkout-button__product-field__selected .components-button{display:block;text-align:left;width:100%}.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;right:0;top:2em}[data-align=center] .wp-block-newspack-blocks-checkout-button{display:flex;flex-direction:column}.wp-block-newspack-blocks-checkout-button__button{width:auto}[data-align=full] .wp-block-newspack-blocks-checkout-button__button,[data-align=wide] .wp-block-newspack-blocks-checkout-button__button{width:100%}[data-align=center] .wp-block-newspack-blocks-checkout-button__button{margin-left:auto;margin-right:auto}
|
|
53
53
|
.wpbnbd.is-style-default .wpbnbd__button{padding:.38rem .76rem}.wpbnbd.is-style-default .wpbnbd__button:focus,.wpbnbd.is-style-default .wpbnbd__button:hover{background:#f1f1f1}.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-left-width:1px}.wpbnbd.is-style-default.wpbnbd-frequencies--3 .tab-container .freq-label:nth-of-type(2){border-left-width:1px;border-right-width:1px}.wpbnbd.is-style-alternate{border-color:#f1f1f1;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:#f1f1f1;border-color:#f1f1f1;margin:0;text-align:center}.wpbnbd.is-style-alternate.tiered .money-input{bottom:0;left:0;right:0}.wpbnbd.is-style-alternate .tab-container .freq-label,.wpbnbd.is-style-alternate .wpbnbd__tiers__selection{background:#f1f1f1;border-color:#f1f1f1}.wpbnbd.is-style-alternate .wpbnbd__tiers__selection{border-radius:5px;margin-left:auto;margin-right:auto;padding:5px;width:-moz-min-content;width:min-content}.wpbnbd.is-style-alternate .wpbnbd__tiers__selection .wpbnbd__button{color:#111;padding:0 15px}.wpbnbd.is-style-alternate .wpbnbd__tiers .wpbnbd__button{border:.19rem solid transparent}.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 #ccc}.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:#111}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:after{box-sizing:content-box;content:"";display:block;inset:.19rem;position:absolute;z-index:-1}.wpbnbd.is-style-alternate .tab-container .freq-label.wpbnbd__button--active:hover{background:#f1f1f1}.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-left-radius:0;border-top-right-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:left}.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:#ccc;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.wpbnbd.is-style-minimal .wpbnbd__tiers__selection .wpbnbd__button--active:after{background:#111;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:transparent;border:none;color:#767676;display:grid;font-family:inherit;font-weight:inherit;grid-gap:.25rem;grid-template-columns:auto 1fr;margin:0;padding:0;text-align:left}.wpbnbd.is-style-minimal.tiered .tiers .tier-label:before{background:#fff;border:1px solid #ccc;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;left:0;right:0}.wpbnbd.is-style-minimal .tab-container .freq-label{background:transparent;border:none;box-shadow:0 3px 0 #fff,0 4px 0 0 #ccc;padding:.38rem 0;transition:none}@media only screen and (min-width:782px){.wpbnbd.is-style-minimal .tab-container .freq-label{padding-left:.76rem;padding-right:.76rem}}.wpbnbd.is-style-minimal .tab-container .freq-label:before{border-color:#ccc;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);left:var(--newspack-ui-spacer-5,24px);line-height:var(--newspack-ui-line-height-s,1.5);max-width:100%;overflow:hidden;right: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-xs,3px)}.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-m,6px) var(--newspack-ui-border-radius-m,6px) 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-m,6px) var(--newspack-ui-border-radius-m,6px);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-left:auto;margin-right:auto;padding:calc(var(--newspack-ui-spacer-base, 8px)/2);width:-moz-min-content;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-left:calc(var(--newspack-ui-spacer-2, 12px) - 1px);padding-right:calc(var(--newspack-ui-spacer-2, 12px) - 1px);width:100%}.wpbnbd.is-style-modern.wpbnbd--frequency-based .tab-container .freq-label{background:transparent;border:1px solid transparent;border-radius:var(--newspack-ui-border-radius-xs,3px);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-m,6px) var(--newspack-ui-border-radius-m,6px) 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{left:0;right: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;left: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);left:var(--newspack-ui-spacer-5,24px);right: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:-moz-min-content;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-left:calc(var(--newspack-ui-spacer-2, 12px) - 1px);padding-right: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-xs,3px);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-left:calc(var(--newspack-ui-spacer-2, 12px)/-2);margin-right: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-left:calc(var(--newspack-ui-spacer-2, 12px)/2);margin-right: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 #ccc;color:#767676;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:#111}.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:transparent}.wpbnbd--selected-other .wp-block-newspack-blocks-donate__frequency-label{display:none}
|
|
54
54
|
.wpbnbd--frequency-based{background:#fff;border:1px solid #ccc;color:#111;position:relative;width:100%}.wpbnbd--frequency-based input[type=radio]{left:-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:#f1f1f1;color:#666}.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:#767676;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-left:1.5rem;margin-right: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 #ccc;border-radius:5px;margin:.38rem;padding:.38rem .76rem}.wpbnbd.tiered .tiers .tier-label:hover{background:#f1f1f1}.wpbnbd.tiered .tiers input[type=radio]:focus+.tier-label{background:#f1f1f1;outline:1px dotted currentcolor;outline-offset:-4px}.wpbnbd.tiered .tiers input[type=radio]:checked+.tier-label{background-color:#757575;border-color:transparent;color:#fff}.wpbnbd.tiered .tiers .odl{bottom:calc(1.6em + 1.1rem + 2px);font-weight:700;left:.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;left:.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 #ccc;border-radius:3px;display:flex;max-width:200px;position:relative}.wpbnbd .money-input:focus-within{border-color:#111;outline:thin solid hsla(0,0%,7%,.15);outline-offset:-4px}.wpbnbd .money-input .currency{cursor:default;font-size:.8em;padding-left:.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:#111}.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-left:8px}.wpbnbd--tiers-based .wpbnbd .submit-button,.wpbnbd--tiers-based .wpbnbd__button{background:none;border-color:transparent;border-radius:0;border-width:1px}.wpbnbd--tiers-based .wpbnbd .submit-button--active,.wpbnbd--tiers-based .wpbnbd__button--active{border-color:#ccc}.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-left:-10px;margin-right:-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:#ccc;border-radius:50px;height:8px;margin:0 5px;width:36px}}.wpbnbd--tiers-based .wpbnbd__tiers__tier{background:#fff;border:1px solid #ccc;border-radius:5px;display:flex;flex:1;flex-direction:column;margin-left:10px;margin-right:10px;padding:19px 14px;scroll-snap-align:start}@media screen and (max-width:600px){.wpbnbd--tiers-based .wpbnbd__tiers__tier{flex:0 0 auto;width:80%}}.wpbnbd--tiers-based .wpbnbd__tiers__tier--recommended{border:2px solid #111}.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:#757575;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:#767676;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:#111}.wpbnbd--tiers-based .wpbnbd__tiers__tier-tile{border:2px solid #111;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:right}.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-left:20px;padding-right:20px}.wp-block-newspack-blocks-donate.wpbnbd--frequency-based.tiered .tiers input.frequency-input~input[type=number]{display:none;left: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:transparent;color:#111}.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-left-radius:3px;border-top-right-radius:3px}.newspack-blocks-additional-fields-editor__field:last-of-type{border-bottom-left-radius:3px;border-bottom-right-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-left:10px}.newspack-blocks-additional-fields-editor__field__left-section__icon{margin-right: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-left:10px}.newspack-blocks-additional-fields-editor .components-base-control{margin-bottom:0}
|
|
55
|
-
.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wpnbha .editor-rich-text{width:100%}.wpnbha .post-thumbnail{margin:0 0 .25em}.wpnbha .post-thumbnail img{height:auto;width:100%}.wpnbha .post-thumbnail figcaption{margin-bottom:.5em}.wpnbha .entry-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.8em;margin-top:.5em}.wpnbha .cat-links{font-size:.7em}.wpnbha
|
|
55
|
+
.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wpnbha .editor-rich-text{width:100%}.wpnbha .post-thumbnail{margin:0 0 .25em}.wpnbha .post-thumbnail img{height:auto;width:100%}.wpnbha .post-thumbnail figcaption{margin-bottom:.5em}.wpnbha .entry-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.8em;margin-top:.5em}.wpnbha .entry-meta div.byline-container{align-items:center;display:inline;display:flex;margin-right:1.5em}.wpnbha .cat-links{font-size:.7em}.wpnbha .entry-meta .avatar{display:inline-block;margin-right:.5em}.wpnbha .excerpt-contain p{margin:.5em 0}.wpnbha .entry-title{font-size:1.2em;margin:0 0 .25em}.wpnbha .avatar{height:25px;width:25px}@media only screen and (min-width:782px){.wpnbha.ts-4 article .entry-title{font-size:1.6em}}.wpnbha .newspack-post-subtitle--in-homepage-block{font-style:italic;line-height:1.4;margin-bottom:0;margin-top:.3em}.wpnbha.ts-10 .entry-title,.wpnbha.ts-8 .entry-title,.wpnbha.ts-9 .entry-title{line-height:1.1}.wpnbha.ts-10 .entry-title{font-size:2.6em}.wpnbha.ts-10 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-9 .entry-title{font-size:2.4em}.wpnbha.ts-9 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-8 .entry-title{font-size:2.2em}.wpnbha.ts-8 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-7 .entry-title{font-size:2em}.wpnbha.ts-7 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-6 .entry-title{font-size:1.7em}.wpnbha.ts-5 .entry-title,.wpnbha.ts-6 .newspack-post-subtitle{font-size:1.4em}.wpnbha.ts-5 .newspack-post-subtitle{font-size:1.2em}.wpnbha.ts-3 .entry-title{font-size:1em}.wpnbha.ts-3 .entry-wrapper .more-link,.wpnbha.ts-3 .entry-wrapper p,.wpnbha.ts-3 .newspack-post-subtitle{font-size:.8em}.wpnbha.ts-2 .entry-title{font-size:.9em}.wpnbha.ts-2 article .entry-wrapper .more-link,.wpnbha.ts-2 article .entry-wrapper p,.wpnbha.ts-2 article .newspack-post-subtitle{font-size:.8em}.wpnbha.ts-1 .entry-title{font-size:.9em}.wpnbha.ts-1 article .entry-wrapper .more-link,.wpnbha.ts-1 article .entry-wrapper p,.wpnbha.ts-1 article .newspack-post-subtitle{font-size:.8em}[data-type="newspack-blocks/homepage-articles"] .wp-block-button__link{height:auto;width:auto}.newspack-block--error.components-placeholder{color:#d63638}.newspack-block--disabled{position:relative}.newspack-block--disabled:after{background-color:#fff;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:2}.newspack-block__panel .spacing-sizes-control .components-range-control__root>span{margin-top:0}.newspack-block__panel>:not(.components-panel__body-title){margin-bottom:16px;margin-top:0}.newspack-block__panel>:not(.components-panel__body-title):last-of-type{margin-bottom:8px}.newspack-block__panel.is-content .autocomplete-tokenfield+.components-checkbox-control{margin-top:-8px}.newspack-block__button-group{flex:0 0 100%}.newspack-block__button-group .components-base-control__label{width:100%}.newspack-block__button-group .components-button-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr))}.newspack-block__button-group .components-button-group button{justify-content:center}.components-base-control__field:empty{display:none}.components-base-control__field:empty+.components-base-control__help{margin:0}.components-base-control__label-dropdown{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.components-base-control__label-dropdown .components-base-control__label{margin:0!important}.components-base-control__label-dropdown .components-select-control__input{font-size:11px!important;font-weight:500;line-height:1.4;text-transform:uppercase}
|
|
56
56
|
.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}:root{--wpnbha-col-gap:1em}@media only screen and (min-width:600px){:root{--wpnbha-col-gap:16px}}@media only screen and (min-width:782px){:root{--wpnbha-col-gap:32px}}@media only screen and (min-width:600px){.colgap-2{--wpnbha-col-gap:16px}.colgap-1{--wpnbha-col-gap:8px}}.wpnbha{margin-bottom:1em}.wpnbha article{margin-bottom:1.5em;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}.wpnbha article:last-of-type{margin-bottom:0}.wpnbha .article-section-title{font-size:.8em;margin-bottom:.5em;width:100%}.wpnbha .article-section-title mark{background-color:transparent}.wpnbha.is-grid>div{display:flex;flex-flow:row wrap;gap:var(--wpnbha-col-gap);justify-content:flex-start;list-style:none;padding:0}.wpnbha.is-grid article{flex-basis:100%;margin-bottom:0}.wpnbha.is-grid .article-section-title{margin-bottom:calc(1em - var(--wpnbha-col-gap))}@media only screen and (min-width:600px){.wpnbha.columns-3 article,.wpnbha.columns-6 article{flex-basis:calc(33.33% - var(--wpnbha-col-gap)/3*2 - 0.1px)}.wpnbha.is-style-borders.columns-3 article,.wpnbha.is-style-borders.columns-6 article{flex-basis:calc(33.33% - var(--wpnbha-col-gap)*2/3*2 - 1.1px)}.wpnbha.columns-2 article,.wpnbha.columns-4 article,.wpnbha.columns-5 article{flex-basis:calc(50% - var(--wpnbha-col-gap)/2 - 0.1px)}.wpnbha.is-style-borders.columns-2 article,.wpnbha.is-style-borders.columns-4 article,.wpnbha.is-style-borders.columns-5 article{flex-basis:calc(50% - var(--wpnbha-col-gap)*2/2 - 1.1px)}.wpnbha.columns-5 article:last-of-type,.wpnbha.is-style-borders.columns-5 article:last-of-type{flex-basis:100%}}@media only screen and (min-width:782px){.wpnbha.columns-4 article{flex-basis:calc(25% - var(--wpnbha-col-gap)/4*3 - 0.1px)}.wpnbha.is-style-borders.columns-4 article{flex-basis:calc(25% - var(--wpnbha-col-gap)*2/4*3 - 1.1px)}.wpnbha.columns-5 article,.wpnbha.columns-5 article:last-of-type{flex-basis:calc(20% - var(--wpnbha-col-gap)/5*4 - 0.1px)}.wpnbha.is-style-borders.columns-5 article,.wpnbha.is-style-borders.columns-5 article:last-of-type{flex-basis:calc(20% - var(--wpnbha-col-gap)*2/5*4 - 1.1px)}.wpnbha.columns-6 article{flex-basis:calc(16.6666% - var(--wpnbha-col-gap)/6*5 - 0.1px)}.wpnbha.is-style-borders.columns-6 article{flex-basis:calc(16.6666% - var(--wpnbha-col-gap)*2/6*5 - 1.1px)}}.wpnbha figcaption{font-size:.6em}.wpnbha.image-alignleft .post-has-image,.wpnbha.image-alignright .post-has-image{display:flex}.wpnbha.image-alignleft .post-has-image .post-thumbnail,.wpnbha.image-alignright .post-has-image .post-thumbnail{flex-basis:33%}.wpnbha.image-alignleft .post-has-image .entry-wrapper,.wpnbha.image-alignright .post-has-image .entry-wrapper{flex-basis:67%}.wpnbha.image-alignleft.mobile-stack .post-has-image,.wpnbha.image-alignright.mobile-stack .post-has-image{display:block}@media only screen and (min-width:600px){.wpnbha.image-alignleft.mobile-stack .post-has-image,.wpnbha.image-alignright.mobile-stack .post-has-image{display:flex}.wpnbha.image-alignleft.is-4 .post-thumbnail,.wpnbha.image-alignright.is-4 .post-thumbnail{flex-basis:75%}.wpnbha.image-alignleft.is-4 .entry-wrapper,.wpnbha.image-alignright.is-4 .entry-wrapper{flex-basis:25%}.wpnbha.image-alignleft.is-3 .entry-wrapper,.wpnbha.image-alignleft.is-3 .post-thumbnail,.wpnbha.image-alignright.is-3 .entry-wrapper,.wpnbha.image-alignright.is-3 .post-thumbnail{flex-basis:50%}}.wpnbha.image-alignleft.is-1 .post-thumbnail,.wpnbha.image-alignright.is-1 .post-thumbnail{flex-basis:25%}.wpnbha.image-alignleft.is-1 .entry-wrapper,.wpnbha.image-alignright.is-1 .entry-wrapper{flex-basis:75%}.wpnbha.image-alignleft .post-thumbnail{margin-right:1em}.wpnbha.image-alignright .post-thumbnail{margin-left:1em}.wpnbha.image-alignright .entry-wrapper{order:-1}.wpnbha.mobile-stack.image-alignleft .post-thumbnail,.wpnbha.mobile-stack.image-alignright .post-thumbnail{margin-left:0;margin-right:0}@media only screen and (min-width:600px){.wpnbha.mobile-stack.image-alignleft .post-thumbnail{margin-right:1em}.wpnbha.mobile-stack.image-alignright .post-thumbnail{margin-left:1em}}.wpnbha .entry-title{margin:0 0 .25em}.wpnbha .entry-title a{color:inherit;text-decoration:none}.wpnbha .entry-meta .byline:not(:last-child){margin-right:1.5em}.wpnbha .entry-meta .updated{display:none}.wpnbha .entry-meta .updated.published{display:block}.wpnbha .avatar{border-radius:100%;display:block;margin-right:.5em}.wpnbha.has-text-color .article-section-title,.wpnbha.has-text-color .cat-links,.wpnbha.has-text-color .cat-links a,.wpnbha.has-text-color .cat-links a:visited,.wpnbha.has-text-color .entry-meta,.wpnbha.has-text-color .entry-meta .byline a,.wpnbha.has-text-color .entry-meta .byline a:visited,.wpnbha.has-text-color .entry-meta a,.wpnbha.has-text-color .entry-title,.wpnbha.has-text-color .entry-title a,.wpnbha.has-text-color .entry-title a:visited,.wpnbha.has-text-color figcaption{color:inherit}.wpnbha.has-text-color .entry-meta span:not(.avatar){opacity:.8}.wpnbha.image-alignbehind .post-has-image{align-items:flex-end;display:flex;position:relative}.wpnbha.image-alignbehind .post-has-image .post-thumbnail{inset:0;margin:0;overflow:hidden;position:absolute}.wpnbha.image-alignbehind .post-has-image .post-thumbnail img{height:100%!important;margin:0!important;max-width:1000%!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important}.wpnbha.image-alignbehind .post-has-image .post-thumbnail:after{background:rgba(0,0,0,.5);content:"";inset:0;position:absolute;z-index:1}.wpnbha.image-alignbehind .post-has-image .entry-wrapper{padding:2rem 1rem;position:relative;width:100%;z-index:2}@media only screen and (min-width:1168px){.wpnbha.image-alignbehind .post-has-image .entry-wrapper{padding:2rem 1.5rem}}.wpnbha.image-alignbehind .post-has-image .cat-links a,.wpnbha.image-alignbehind .post-has-image .entry-meta,.wpnbha.image-alignbehind .post-has-image .entry-meta .byline a,.wpnbha.image-alignbehind .post-has-image .entry-title a,.wpnbha.image-alignbehind .post-has-image .entry-wrapper{color:#fff}.wpnbha.image-alignbehind figcaption{bottom:1em;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.9);display:-webkit-box;font-style:italic;left:0;-webkit-line-clamp:1;margin:0;max-height:1.6em;overflow:hidden;padding:0 1rem;position:absolute;right:0;text-align:right;text-overflow:ellipsis;z-index:3}.wpnbha.image-alignbehind figcaption a,.wpnbha.image-alignbehind figcaption a:visited{color:#fff}@media only screen and (min-width:1168px){.wpnbha.image-alignbehind figcaption{padding:0 1.5rem}}.wpnbha .error,.wpnbha .loading,.wpnbha button{display:none}.wpnbha>button{margin-top:1em;position:relative}.wpnbha.has-more-button button{display:block;height:auto;width:auto}.wpnbha.has-more-button.is-loading button{pointer-events:none}.wpnbha.has-more-button.is-loading .label{visibility:hidden}.wpnbha.has-more-button.is-loading .loading{display:block}.wpnbha .loading{animation:wpnbha-loading-animation .9s linear infinite;border-color:currentcolor currentcolor transparent transparent;border-radius:50%;border-style:solid;border-width:1.5px;height:18px;left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%;transform:rotate(0deg);width:18px}.wpnbha.has-more-button.is-error .error,.wpnbha.has-more-button.is-error button{display:block}.wpnbha .author-avatar,.wpnbha .byline,.wpnbha .cat-links,.wpnbha .posted-on,.wpnbha .tags-links{clip:auto;height:auto;position:relative;width:auto}.wpnbha.has-text-align-center .cat-links,.wpnbha.has-text-align-center .entry-meta,.wpnbha.has-text-align-center .entry-sponsors{justify-content:center}.wpnbha.has-text-align-center figcaption,.wpnbha.has-text-align-center.image-alignbehind figcaption{text-align:inherit}.wpnbha.has-text-align-right .cat-links,.wpnbha.has-text-align-right .entry-meta,.wpnbha.has-text-align-right .entry-sponsors,.wpnbha.has-text-align-right .sponsor-logos{justify-content:flex-end;text-align:right}.wpnbha.has-text-align-right figcaption{text-align:inherit}.wpnbha.has-text-align-right .entry-date:not(:first-child){margin-left:1.5em}.wpnbha.has-text-align-right .entry-meta .byline:not(:last-child){margin:0}.wpnbha .cat-links{display:flex;flex-wrap:wrap;font-size:.6em;font-weight:700;margin:0 0 .5em}.wpnbha .cat-links.sponsor-label{align-items:center;display:flex;gap:.5em}.wpnbha .cat-links a{text-decoration:none}.wpnbha .cat-links a:hover{text-decoration:underline}.wpnbha .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.25em;width:100%}.wpnbha .entry-sponsors.plus-author{font-size:.9em}.wpnbha .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbha .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}@media only screen and (min-width:782px){.wpnbha article .entry-title{font-size:1.6em}.wpnbha article .avatar{height:40px;width:40px}.wpnbha.ts-10 article .avatar,.wpnbha.ts-8 article .avatar,.wpnbha.ts-9 article .avatar{height:2.4em;width:2.4em}.wpnbha.ts-10 article .entry-title{font-size:3.6em}}@media only screen and (min-width:1168px){.wpnbha.ts-10 article .entry-title{font-size:4.8em}}@media only screen and (min-width:782px){.wpnbha.ts-9 article .entry-title{font-size:3.4em}}@media only screen and (min-width:1168px){.wpnbha.ts-9 article .entry-title{font-size:4.2em}}@media only screen and (min-width:782px){.wpnbha.ts-8 article .entry-title{font-size:3em}}@media only screen and (min-width:1168px){.wpnbha.ts-8 article .entry-title{font-size:3.6em}}@media only screen and (min-width:782px){.wpnbha.ts-7 article .entry-title{font-size:2.4em}.wpnbha.ts-7 article .avatar{height:48px;width:48px}}@media only screen and (min-width:1168px){.wpnbha.ts-7 article .entry-title{font-size:3em}}@media only screen and (min-width:782px){.wpnbha.ts-6 article .entry-title{font-size:2em}.wpnbha.ts-6 article .avatar{height:44px;width:44px}}@media only screen and (min-width:1168px){.wpnbha.ts-6 article .entry-title{font-size:2.4em}}@media only screen and (min-width:782px){.wpnbha.ts-5 article .entry-title{font-size:1.8em}.wpnbha.ts-5 article .avatar{height:40px;width:40px}}@media only screen and (min-width:1168px){.wpnbha.ts-5 article .entry-title{font-size:2em}}@media only screen and (min-width:782px){.wpnbha.ts-3 article .entry-title{font-size:1.2em}.wpnbha.ts-3 article .entry-meta{font-size:.7em}.wpnbha.ts-3 article .avatar{height:32px;width:32px}.wpnbha.ts-1 article .entry-meta,.wpnbha.ts-1 article .entry-wrapper .more-link,.wpnbha.ts-1 article .entry-wrapper p,.wpnbha.ts-1 article .newspack-post-subtitle,.wpnbha.ts-2 article .entry-meta,.wpnbha.ts-2 article .entry-wrapper .more-link,.wpnbha.ts-2 article .entry-wrapper p,.wpnbha.ts-2 article .newspack-post-subtitle{font-size:.7em}.wpnbha.ts-2 article .entry-title{font-size:.9em}.wpnbha.ts-2 article .avatar{height:28px;width:28px}.wpnbha.ts-1 article .entry-title{font-size:.7em}.wpnbha.ts-1 article .avatar{height:24px;width:24px}}.wpnbha.is-style-borders article{border:solid rgba(0,0,0,.2);border-width:0 0 1px;box-sizing:content-box;padding-bottom:1em}.wpnbha.is-style-borders article:last-of-type:not(:first-of-type){border-bottom:0;padding-right:0}@media only screen and (min-width:600px){.wpnbha.is-style-borders.is-grid article{border-width:0;padding-right:0}.wpnbha.is-style-borders.columns-2 article:nth-of-type(odd):not(:last-of-type),.wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+1):not(:last-of-type),.wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+2):not(:last-of-type),.wpnbha.is-style-borders.columns-4 article:nth-of-type(odd):not(:last-of-type),.wpnbha.is-style-borders.columns-5 article:nth-of-type(odd):not(:last-of-type),.wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+1):not(:last-of-type),.wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+2):not(:last-of-type){border-width:0 1px 0 0;padding-right:var(--wpnbha-col-gap)}}@media only screen and (min-width:782px){.wpnbha.is-style-borders.is-grid article{border-width:0 1px 0 0;padding-right:var(--wpnbha-col-gap)}.wpnbha.is-style-borders.columns-1 article,.wpnbha.is-style-borders.columns-2 article:nth-of-type(2n),.wpnbha.is-style-borders.columns-3 article:nth-of-type(3n),.wpnbha.is-style-borders.columns-4 article:nth-of-type(4n),.wpnbha.is-style-borders.columns-5 article:nth-of-type(5n),.wpnbha.is-style-borders.columns-6 article:nth-of-type(6n),.wpnbha.is-style-borders.is-grid article:last-of-type{border:0;padding-right:0!important}}@keyframes wpnbha-loading-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
|
|
57
57
|
.editor-styles-wrapper .components-form-file-upload{display:flex}.editor-styles-wrapper .wp-block-newspack-blocks-iframe-notice{margin:0;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-iframe .wp-block-newspack-blocks-iframe__input{border-radius:2px;flex:1 1 auto;margin:0 8px 0 0}.editor-styles-wrapper .wp-block-newspack-blocks-iframe .components-placeholder__fieldset>*{margin-bottom:1.5rem;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-iframe .components-placeholder__fieldset>:last-child,.wp-block-newspack-blocks-iframe__url-input-container .wp-block-newspack-blocks-iframe__button{margin-bottom:0}.wp-block-newspack-blocks-iframe__url-input-form{display:flex}.wp-block-newspack-blocks-iframe__url-input-form input[type=url].wp-block-newspack-blocks-iframe__url-input-form__url-input-field{border:none;border-radius:0;flex-grow:1;margin:2px;min-width:200px;width:100%}@media only screen and (min-width:782px){.wp-block-newspack-blocks-iframe__url-input-form input[type=url].wp-block-newspack-blocks-iframe__url-input-form__url-input-field{width:300px}}.wp-block-newspack-blocks-iframe__url-input-form__url-input-submit-button{flex-shrink:1}.wp-block-newspack-blocks-iframe__button{margin-bottom:.5rem}.wp-block-newspack-blocks-iframe__cancel-button.is-link{display:block;margin:1em}.wp-block-newspack-blocks-iframe.is-appender{min-height:0}.wp-block-newspack-blocks-iframe.is-appender:hover{box-shadow:0 0 0 1px var(--wp-admin-theme-color);cursor:pointer}.wp-block-newspack-blocks-iframe__unit-control{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1em}
|
|
58
58
|
.wp-block[data-type^="newspack-blocks/"] .component-placeholder__align-center{align-items:center}.wpbnbvp__overlay{align-content:center;background-color:hsla(0,0%,100%,.9);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.wpbnbvp-preview{position:relative}
|