/*
 * GENERATED FILE — DO NOT EDIT.
 *
 *   producer  scripts/build-wp-blocks-bundle.mjs
 *   served at /wp-blocks.css (public/ ships verbatim, so this path is stable
 *             across builds — which is the whole reason the file exists)
 *
 * Sources, IN THIS ORDER, and the order is the contract:
 *
 *   1. src/styles/wp-blocks.generated.css
 *      core's own block stylesheet, every selector rewritten to sit under
 *      .nr-wp-content. GENERATED by scripts/build-wp-block-css.mjs.
 *
 *   2. src/styles/wp-blocks-presets.css
 *      the --wp--preset--* custom properties the file above references,
 *      mapped onto NR tokens. Hand-written.
 *
 *   3. src/styles/wp-blocks-layout.css
 *      the .is-layout-flex / .is-layout-constrained rules WordPress
 *      generates per site and prints into <head>. Not in core's
 *      stylesheet and not in the REST API, so without these a Gallery
 *      stacks vertically.
 *
 *   4. src/styles/wp-blocks-overrides.css
 *      the corrections on top: where a core rule has to beat one of ours,
 *      the button colours a theme would normally supply, the 16px floor.
 *      LAST, because beating the three files above is its entire job.
 *
 * Edit the sources, never this file. Anything written here is thrown away the
 * next time `npm run build` or `npm run dev` runs — the prebuild and predev
 * hooks in package.json regenerate it. `node scripts/build-wp-blocks-bundle.mjs
 * --check` reports whether the committed copy is current.
 *
 * This file is BOTH the front end's block stylesheet (linked from
 * src/layouts/BaseLayout.astro) and the one the Lowthian Editor style bridge
 * fetches into the block editor canvas. That is deliberate: the client's
 * editor and the visitor's page read the same bytes, so they cannot diverge.
 */

/* ===== src/styles/wp-blocks.generated.css ===== */
/*
 * GENERATED FILE — DO NOT EDIT.
 *
 *   source    vendor/wp-block-library/style.css
 *             (= wp-includes/css/dist/block-library/style.css, WordPress 7.0.x,
 *             served by admin.nukeresister.org and byte-identical to core)
 *   sha256    c7b754541e5b0a410f0ad6566516db8a08b897fd08117f158d53a7f18404a060
 *   producer  scripts/build-wp-block-css.mjs
 *   scope     every selector rewritten to sit under .nr-wp-content
 *
 * Edit the producer, or edit src/styles/wp-blocks-overrides.css. Editing this
 * file is thrown away on the next WordPress upgrade.
 *
 * Colours and sizes are NOT set here — see src/styles/wp-blocks-presets.css.
 */
.nr-wp-content .wp-block-accordion { box-sizing: border-box; }
.nr-wp-content .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon { transform: rotate(45deg); }
@media (prefers-reduced-motion: no-preference) {
  .nr-wp-content .wp-block-accordion-item { transition: grid-template-rows 0.3s ease-out; }
  .nr-wp-content .wp-block-accordion-item > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon { transition: transform 0.2s ease-in-out; }
}
.nr-wp-content .wp-block-accordion-heading__toggle { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; text-decoration: inherit; word-spacing: inherit; font-style: inherit; background: none; border: none; color: inherit; padding: var(--wp--preset--spacing--20, 1em) 0; cursor: pointer; overflow: hidden; display: flex; align-items: center; text-align: inherit; width: 100%; }
.nr-wp-content .wp-block-accordion-heading__toggle:not(:focus-visible) { outline: none; }
.nr-wp-content .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title { text-decoration: underline; }
.nr-wp-content .wp-block-accordion-heading__toggle-title { flex: 1; }
.nr-wp-content .wp-block-accordion-heading__toggle-icon { width: 1.2em; height: 1.2em; display: flex; align-items: center; justify-content: center; }
.nr-wp-content .wp-block-accordion-panel[inert],
.nr-wp-content .wp-block-accordion-panel[aria-hidden=true] { display: none; margin-block-start: 0; }
.nr-wp-content .wp-block-archives { box-sizing: border-box; }
.nr-wp-content .wp-block-archives-dropdown label { display: block; }
.nr-wp-content .wp-block-avatar { box-sizing: border-box; line-height: 0; }
.nr-wp-content .wp-block-avatar img { box-sizing: border-box; }
.nr-wp-content .wp-block-avatar.aligncenter { text-align: center; }
.nr-wp-content .wp-block-audio { box-sizing: border-box; }
.nr-wp-content .wp-block-audio :where(figcaption) { margin-top: 0.5em; margin-bottom: 1em; }
.nr-wp-content .wp-block-audio audio { width: 100%; min-width: 300px; }
.nr-wp-content .wp-block-breadcrumbs { box-sizing: border-box; }
.nr-wp-content .wp-block-breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; }
.nr-wp-content .wp-block-breadcrumbs li { margin: 0; padding: 0; display: flex; align-items: center; }
.nr-wp-content .wp-block-breadcrumbs li:not(:last-child)::after { content: var(--separator, "/"); margin: 0 0.5em; opacity: 0.7; }
.nr-wp-content .wp-block-breadcrumbs span { color: inherit; }
.nr-wp-content .wp-block-button__link { cursor: pointer; display: inline-block; text-align: center; word-break: break-word; box-sizing: border-box; height: 100%; align-content: center; }
.nr-wp-content .wp-block-button__link.aligncenter { text-align: center; }
.nr-wp-content .wp-block-button__link.alignright { text-align: right; }
.nr-wp-content :where(.wp-block-button__link) { box-shadow: none; text-decoration: none; border-radius: 9999px; padding: calc(0.667em + 2px) calc(1.333em + 2px); }
.nr-wp-content .wp-block-button[style*=text-decoration] .wp-block-button__link { text-decoration: inherit; }
.nr-wp-content .wp-block-buttons > .wp-block-button.has-custom-width { max-width: none; }
.nr-wp-content .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link { width: 100%; }
.nr-wp-content .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link { font-size: inherit; }
.nr-wp-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 { width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75); }
.nr-wp-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 { width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5); }
.nr-wp-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 { width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25); }
.nr-wp-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 { width: 100%; flex-basis: 100%; }
.nr-wp-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 { width: 25%; }
.nr-wp-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 { width: 50%; }
.nr-wp-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 { width: 75%; }
.nr-wp-content .wp-block-button.is-style-squared,
.nr-wp-content .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0; }
.nr-wp-content .wp-block-button.no-border-radius,
.nr-wp-content .wp-block-button__link.no-border-radius { border-radius: 0 !important; }
:root .nr-wp-content :where(.wp-block-button.is-style-outline > .wp-block-button__link),
:root .nr-wp-content :where(.wp-block-button .wp-block-button__link.is-style-outline) { border: 2px solid currentColor; padding: 0.667em 1.333em; }
:root .nr-wp-content :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)) { color: currentColor; }
:root .nr-wp-content :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background)),
:root .nr-wp-content :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)) { background-color: transparent; background-image: none; }
.nr-wp-content .wp-block-buttons { box-sizing: border-box; }
.nr-wp-content .wp-block-buttons.is-vertical { flex-direction: column; }
.nr-wp-content .wp-block-buttons.is-vertical > .wp-block-button:last-child { margin-bottom: 0; }
.nr-wp-content .wp-block-buttons > .wp-block-button { display: inline-block; margin: 0; }
.nr-wp-content .wp-block-buttons.is-content-justification-left { justify-content: flex-start; }
.nr-wp-content .wp-block-buttons.is-content-justification-left.is-vertical { align-items: flex-start; }
.nr-wp-content .wp-block-buttons.is-content-justification-center { justify-content: center; }
.nr-wp-content .wp-block-buttons.is-content-justification-center.is-vertical { align-items: center; }
.nr-wp-content .wp-block-buttons.is-content-justification-right { justify-content: flex-end; }
.nr-wp-content .wp-block-buttons.is-content-justification-right.is-vertical { align-items: flex-end; }
.nr-wp-content .wp-block-buttons.is-content-justification-space-between { justify-content: space-between; }
.nr-wp-content .wp-block-buttons.aligncenter { text-align: center; }
.nr-wp-content .wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter { margin-left: auto; margin-right: auto; width: 100%; }
.nr-wp-content .wp-block-buttons[style*=text-decoration] .wp-block-button,
.nr-wp-content .wp-block-buttons[style*=text-decoration] .wp-block-button__link { text-decoration: inherit; }
.nr-wp-content .wp-block-buttons.has-custom-font-size .wp-block-button__link { font-size: inherit; }
.nr-wp-content .wp-block-buttons .wp-block-button__link { width: 100%; }
.nr-wp-content .wp-block-button.aligncenter { text-align: center; }
.nr-wp-content .wp-block-calendar { text-align: center; }
.nr-wp-content .wp-block-calendar th,
.nr-wp-content .wp-block-calendar td { padding: 0.25em; border: 1px solid; }
.nr-wp-content .wp-block-calendar th { font-weight: 400; }
.nr-wp-content .wp-block-calendar caption { background-color: inherit; }
.nr-wp-content .wp-block-calendar table { width: 100%; border-collapse: collapse; }
.nr-wp-content .wp-block-calendar table.has-background th { background-color: inherit; }
.nr-wp-content .wp-block-calendar table.has-text-color th { color: inherit; }
.nr-wp-content .wp-block-calendar :where(table:not(.has-text-color)) { color: #40464d; }
.nr-wp-content .wp-block-calendar :where(table:not(.has-text-color)) th,
.nr-wp-content .wp-block-calendar :where(table:not(.has-text-color)) td { border-color: #ddd; }
.nr-wp-content :where(.wp-block-calendar table:not(.has-background) th) { background: #ddd; }
.nr-wp-content .wp-block-categories { box-sizing: border-box; }
.nr-wp-content .wp-block-categories.alignleft { margin-right: 2em; }
.nr-wp-content .wp-block-categories.alignright { margin-left: 2em; }
.nr-wp-content .wp-block-categories.wp-block-categories-dropdown.aligncenter { text-align: center; }
.nr-wp-content .wp-block-categories .wp-block-categories__label:not(.screen-reader-text) { width: 100%; display: block; }
.nr-wp-content .wp-block-code { box-sizing: border-box; }
.nr-wp-content .wp-block-code code { display: block; font-family: inherit; overflow-wrap: break-word; white-space: pre-wrap; direction: ltr; text-align: initial; }
.nr-wp-content .wp-block-columns { display: flex; box-sizing: border-box; flex-wrap: wrap !important; }
@media (min-width: 782px) {
  .nr-wp-content .wp-block-columns { flex-wrap: nowrap !important; }
}
.nr-wp-content .wp-block-columns { align-items: initial !important; }
.nr-wp-content .wp-block-columns.are-vertically-aligned-top { align-items: flex-start; }
.nr-wp-content .wp-block-columns.are-vertically-aligned-center { align-items: center; }
.nr-wp-content .wp-block-columns.are-vertically-aligned-bottom { align-items: flex-end; }
@media (max-width: 781px) {
  .nr-wp-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
}
@media (min-width: 782px) {
  .nr-wp-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 0; flex-grow: 1; }
  .nr-wp-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] { flex-grow: 0; }
}
.nr-wp-content .wp-block-columns.is-not-stacked-on-mobile { flex-wrap: nowrap !important; }
.nr-wp-content .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column { flex-basis: 0; flex-grow: 1; }
.nr-wp-content .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] { flex-grow: 0; }
.nr-wp-content :where(.wp-block-columns) { margin-bottom: 1.75em; }
.nr-wp-content :where(.wp-block-columns.has-background) { padding: 1.25em 2.375em; }
.nr-wp-content .wp-block-column { flex-grow: 1; min-width: 0; word-break: break-word; overflow-wrap: break-word; }
.nr-wp-content .wp-block-column.is-vertically-aligned-top { align-self: flex-start; }
.nr-wp-content .wp-block-column.is-vertically-aligned-center { align-self: center; }
.nr-wp-content .wp-block-column.is-vertically-aligned-bottom { align-self: flex-end; }
.nr-wp-content .wp-block-column.is-vertically-aligned-stretch { align-self: stretch; }
.nr-wp-content .wp-block-column.is-vertically-aligned-top,
.nr-wp-content .wp-block-column.is-vertically-aligned-center,
.nr-wp-content .wp-block-column.is-vertically-aligned-bottom { width: 100%; }
.nr-wp-content .wp-block-post-comments { box-sizing: border-box; }
.nr-wp-content .wp-block-post-comments .alignleft { float: left; }
.nr-wp-content .wp-block-post-comments .alignright { float: right; }
.nr-wp-content .wp-block-post-comments .navigation::after { content: ""; display: table; clear: both; }
.nr-wp-content .wp-block-post-comments .commentlist { clear: both; list-style: none; margin: 0; padding: 0; }
.nr-wp-content .wp-block-post-comments .commentlist .comment { min-height: 2.25em; padding-left: 3.25em; }
.nr-wp-content .wp-block-post-comments .commentlist .comment p { font-size: 1em; line-height: 1.8; margin: 1em 0; }
.nr-wp-content .wp-block-post-comments .commentlist .children { list-style: none; margin: 0; padding: 0; }
.nr-wp-content .wp-block-post-comments .comment-author { line-height: 1.5; }
.nr-wp-content .wp-block-post-comments .comment-author .avatar { border-radius: 1.5em; display: block; float: left; height: 2.5em; margin-top: 0.5em; margin-right: 0.75em; width: 2.5em; }
.nr-wp-content .wp-block-post-comments .comment-author cite { font-style: normal; }
.nr-wp-content .wp-block-post-comments .comment-meta { font-size: 0.875em; line-height: 1.5; }
.nr-wp-content .wp-block-post-comments .comment-meta b { font-weight: normal; }
.nr-wp-content .wp-block-post-comments .comment-meta .comment-awaiting-moderation { margin-top: 1em; margin-bottom: 1em; display: block; }
.nr-wp-content .wp-block-post-comments .comment-body .commentmetadata { font-size: 0.875em; }
.nr-wp-content .wp-block-post-comments .comment-form-comment label,
.nr-wp-content .wp-block-post-comments .comment-form-author label,
.nr-wp-content .wp-block-post-comments .comment-form-email label,
.nr-wp-content .wp-block-post-comments .comment-form-url label { display: block; margin-bottom: 0.25em; }
.nr-wp-content .wp-block-post-comments .comment-form textarea,
.nr-wp-content .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]) { display: block; box-sizing: border-box; width: 100%; }
.nr-wp-content .wp-block-post-comments .comment-form-cookies-consent { display: flex; gap: 0.25em; }
.nr-wp-content .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent { margin-top: 0.35em; }
.nr-wp-content .wp-block-post-comments .comment-reply-title { margin-bottom: 0; }
.nr-wp-content .wp-block-post-comments .comment-reply-title :where(small) { font-size: var(--wp--preset--font-size--medium, smaller); margin-left: 0.5em; }
.nr-wp-content .wp-block-post-comments .reply { font-size: 0.875em; margin-bottom: 1.4em; }
.nr-wp-content .wp-block-post-comments textarea,
.nr-wp-content .wp-block-post-comments input:not([type=submit]) { border: 1px solid #949494; font-size: 1em; font-family: inherit; }
.nr-wp-content .wp-block-post-comments textarea,
.nr-wp-content .wp-block-post-comments input:not([type=submit]):not([type=checkbox]) { padding: calc(0.667em + 2px); }
.nr-wp-content :where(.wp-block-post-comments input[type=submit]) { border: none; }
.nr-wp-content .wp-block-comments { box-sizing: border-box; }
.nr-wp-content .wp-block-comments-pagination > .wp-block-comments-pagination-next,
.nr-wp-content .wp-block-comments-pagination > .wp-block-comments-pagination-previous,
.nr-wp-content .wp-block-comments-pagination > .wp-block-comments-pagination-numbers { font-size: inherit; }
.nr-wp-content .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow { margin-right: 1ch; display: inline-block; }
.nr-wp-content .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) { transform: scaleX(1) ; }
.nr-wp-content .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow { margin-left: 1ch; display: inline-block; }
.nr-wp-content .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) { transform: scaleX(1) ; }
.nr-wp-content .wp-block-comments-pagination.aligncenter { justify-content: center; }
.nr-wp-content .wp-block-comment-template { box-sizing: border-box; margin-bottom: 0; max-width: 100%; list-style: none; padding: 0; }
.nr-wp-content .wp-block-comment-template li { clear: both; }
.nr-wp-content .wp-block-comment-template ol { margin-bottom: 0; max-width: 100%; list-style: none; padding-left: 2rem; }
.nr-wp-content .wp-block-comment-template.alignleft { float: left; }
.nr-wp-content .wp-block-comment-template.aligncenter { margin-left: auto; margin-right: auto; width: fit-content; }
.nr-wp-content .wp-block-comment-template.alignright { float: right; }
.nr-wp-content .wp-block-comment-date { box-sizing: border-box; }
.nr-wp-content .comment-awaiting-moderation { display: block; font-size: 0.875em; line-height: 1.5; }
.nr-wp-content .wp-block-comment-content { box-sizing: border-box; }
.nr-wp-content .wp-block-comment-author-name { box-sizing: border-box; }
.nr-wp-content .wp-block-comment-edit-link { box-sizing: border-box; }
.nr-wp-content .wp-block-comment-reply-link { box-sizing: border-box; }
.nr-wp-content .wp-block-cover-image,
.nr-wp-content .wp-block-cover { min-height: 430px; padding: 1em; position: relative; background-position: center center; display: flex; justify-content: center; align-items: center; overflow: hidden; overflow: clip; box-sizing: border-box; }
.nr-wp-content .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.nr-wp-content .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.nr-wp-content .wp-block-cover.has-background-dim:not([class*=-background-color]),
.nr-wp-content .wp-block-cover .has-background-dim:not([class*=-background-color]) { background-color: #000; }
.nr-wp-content .wp-block-cover-image .has-background-dim.has-background-gradient,
.nr-wp-content .wp-block-cover .has-background-dim.has-background-gradient { background-color: transparent; }
.nr-wp-content .wp-block-cover-image.has-background-dim::before,
.nr-wp-content .wp-block-cover.has-background-dim::before { content: ""; background-color: inherit; }
.nr-wp-content .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover .wp-block-cover__background,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0.5; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background { opacity: 0.1; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background { opacity: 0.2; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background { opacity: 0.3; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background { opacity: 0.4; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background { opacity: 0.5; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background { opacity: 0.6; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background { opacity: 0.7; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background { opacity: 0.8; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background { opacity: 0.9; }
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.nr-wp-content .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.nr-wp-content .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background { opacity: 1; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0 { opacity: 0; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10 { opacity: 0.1; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20 { opacity: 0.2; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30 { opacity: 0.3; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40 { opacity: 0.4; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50 { opacity: 0.5; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60 { opacity: 0.6; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70 { opacity: 0.7; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80 { opacity: 0.8; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90 { opacity: 0.9; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.nr-wp-content .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.nr-wp-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.nr-wp-content .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100 { opacity: 1; }
.nr-wp-content .wp-block-cover-image.alignleft,
.nr-wp-content .wp-block-cover-image.alignright,
.nr-wp-content .wp-block-cover.alignleft,
.nr-wp-content .wp-block-cover.alignright { max-width: 420px; width: 100%; }
.nr-wp-content .wp-block-cover-image.aligncenter,
.nr-wp-content .wp-block-cover-image.alignleft,
.nr-wp-content .wp-block-cover-image.alignright,
.nr-wp-content .wp-block-cover.aligncenter,
.nr-wp-content .wp-block-cover.alignleft,
.nr-wp-content .wp-block-cover.alignright { display: flex; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover .wp-block-cover__inner-container { position: relative; width: 100%; color: inherit; }
.nr-wp-content .wp-block-cover-image.is-position-top-left,
.nr-wp-content .wp-block-cover.is-position-top-left { align-items: flex-start; justify-content: flex-start; }
.nr-wp-content .wp-block-cover-image.is-position-top-center,
.nr-wp-content .wp-block-cover.is-position-top-center { align-items: flex-start; justify-content: center; }
.nr-wp-content .wp-block-cover-image.is-position-top-right,
.nr-wp-content .wp-block-cover.is-position-top-right { align-items: flex-start; justify-content: flex-end; }
.nr-wp-content .wp-block-cover-image.is-position-center-left,
.nr-wp-content .wp-block-cover.is-position-center-left { align-items: center; justify-content: flex-start; }
.nr-wp-content .wp-block-cover-image.is-position-center-center,
.nr-wp-content .wp-block-cover.is-position-center-center { align-items: center; justify-content: center; }
.nr-wp-content .wp-block-cover-image.is-position-center-right,
.nr-wp-content .wp-block-cover.is-position-center-right { align-items: center; justify-content: flex-end; }
.nr-wp-content .wp-block-cover-image.is-position-bottom-left,
.nr-wp-content .wp-block-cover.is-position-bottom-left { align-items: flex-end; justify-content: flex-start; }
.nr-wp-content .wp-block-cover-image.is-position-bottom-center,
.nr-wp-content .wp-block-cover.is-position-bottom-center { align-items: flex-end; justify-content: center; }
.nr-wp-content .wp-block-cover-image.is-position-bottom-right,
.nr-wp-content .wp-block-cover.is-position-bottom-right { align-items: flex-end; justify-content: flex-end; }
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { margin: 0; }
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.nr-wp-content .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container { margin: 0; width: auto; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__image-background,
.nr-wp-content .wp-block-cover-image video.wp-block-cover__video-background,
.nr-wp-content .wp-block-cover .wp-block-cover__image-background,
.nr-wp-content .wp-block-cover video.wp-block-cover__video-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; outline: none; border: none; box-shadow: none; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__embed-background,
.nr-wp-content .wp-block-cover .wp-block-cover__embed-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; max-width: none; max-height: none; outline: none; border: none; box-shadow: none; pointer-events: none; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__embed-background .wp-block-embed__wrapper,
.nr-wp-content .wp-block-cover .wp-block-cover__embed-background .wp-block-embed__wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; }
.nr-wp-content .wp-block-cover-image .wp-block-cover__embed-background iframe,
.nr-wp-content .wp-block-cover-image .wp-block-cover__embed-background .wp-block-embed__wrapper iframe,
.nr-wp-content .wp-block-cover .wp-block-cover__embed-background iframe,
.nr-wp-content .wp-block-cover .wp-block-cover__embed-background .wp-block-embed__wrapper iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 100vh; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); pointer-events: none; }
.nr-wp-content .wp-block-cover-image.has-parallax,
.nr-wp-content .wp-block-cover.has-parallax,
.nr-wp-content .wp-block-cover__image-background.has-parallax,
.nr-wp-content video.wp-block-cover__video-background.has-parallax { background-attachment: fixed; background-size: cover; background-repeat: no-repeat; }
@supports (-webkit-touch-callout: inherit) {
  .nr-wp-content .wp-block-cover-image.has-parallax,
  .nr-wp-content .wp-block-cover.has-parallax,
  .nr-wp-content .wp-block-cover__image-background.has-parallax,
  .nr-wp-content video.wp-block-cover__video-background.has-parallax { background-attachment: scroll; }
}
@media (prefers-reduced-motion: reduce) {
  .nr-wp-content .wp-block-cover-image.has-parallax,
  .nr-wp-content .wp-block-cover.has-parallax,
  .nr-wp-content .wp-block-cover__image-background.has-parallax,
  .nr-wp-content video.wp-block-cover__video-background.has-parallax { background-attachment: scroll; }
}
.nr-wp-content .wp-block-cover-image.is-repeated,
.nr-wp-content .wp-block-cover.is-repeated,
.nr-wp-content .wp-block-cover__image-background.is-repeated,
.nr-wp-content video.wp-block-cover__video-background.is-repeated { background-repeat: repeat; background-size: auto; }
.nr-wp-content section.wp-block-cover-image h2,
.nr-wp-content .wp-block-cover-image-text,
.nr-wp-content .wp-block-cover-text { color: #fff; }
.nr-wp-content section.wp-block-cover-image h2 a,
.nr-wp-content section.wp-block-cover-image h2 a:hover,
.nr-wp-content section.wp-block-cover-image h2 a:focus,
.nr-wp-content section.wp-block-cover-image h2 a:active,
.nr-wp-content .wp-block-cover-image-text a,
.nr-wp-content .wp-block-cover-image-text a:hover,
.nr-wp-content .wp-block-cover-image-text a:focus,
.nr-wp-content .wp-block-cover-image-text a:active,
.nr-wp-content .wp-block-cover-text a,
.nr-wp-content .wp-block-cover-text a:hover,
.nr-wp-content .wp-block-cover-text a:focus,
.nr-wp-content .wp-block-cover-text a:active { color: #fff; }
.nr-wp-content .wp-block-cover-image .wp-block-cover.has-left-content { justify-content: flex-start; }
.nr-wp-content .wp-block-cover-image .wp-block-cover.has-right-content { justify-content: flex-end; }
.nr-wp-content section.wp-block-cover-image.has-left-content > h2,
.nr-wp-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.nr-wp-content .wp-block-cover.has-left-content .wp-block-cover-text { margin-left: 0; text-align: left; }
.nr-wp-content section.wp-block-cover-image.has-right-content > h2,
.nr-wp-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.nr-wp-content .wp-block-cover.has-right-content .wp-block-cover-text { margin-right: 0; text-align: right; }
.nr-wp-content section.wp-block-cover-image > h2,
.nr-wp-content .wp-block-cover-image .wp-block-cover-image-text,
.nr-wp-content .wp-block-cover .wp-block-cover-text { font-size: 2em; line-height: 1.25; z-index: 1; margin-bottom: 0; max-width: 840px; padding: 0.44em; text-align: center; }
.nr-wp-content :where(.wp-block-cover:not(.has-text-color)),
.nr-wp-content :where(.wp-block-cover-image:not(.has-text-color)) { color: #fff; }
.nr-wp-content :where(.wp-block-cover.is-light:not(.has-text-color)),
.nr-wp-content :where(.wp-block-cover-image.is-light:not(.has-text-color)) { color: #000; }
:root .nr-wp-content :where(.wp-block-cover p:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-cover h1:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-cover h2:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-cover h3:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-cover h4:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-cover h5:not(.has-text-color)),
:root .nr-wp-content :where(.wp-block-cover h6:not(.has-text-color)) { color: inherit; }
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__video-background { z-index: 0; }
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__embed-background { z-index: 0; }
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__image-background { z-index: 0; }
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient)::before,
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__background,
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__gradient-background { z-index: 1; }
body:not(.editor-styles-wrapper) .nr-wp-content .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__inner-container { z-index: 1; }
.nr-wp-content .has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__inner-container { z-index: auto; }
.nr-wp-content .wp-block-details { box-sizing: border-box; }
.nr-wp-content .wp-block-details summary { cursor: pointer; }
.nr-wp-content .wp-block[data-align=left] > [data-type="core/embed"],
.nr-wp-content .wp-block[data-align=right] > [data-type="core/embed"],
.nr-wp-content .wp-block-embed.alignleft,
.nr-wp-content .wp-block-embed.alignright { max-width: 360px; width: 100%; }
.nr-wp-content .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.nr-wp-content .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
.nr-wp-content .wp-block-embed.alignleft .wp-block-embed__wrapper,
.nr-wp-content .wp-block-embed.alignright .wp-block-embed__wrapper { min-width: 280px; }
.nr-wp-content .wp-block-cover .wp-block-embed { min-width: 320px; min-height: 240px; }
.nr-wp-content .wp-block-group.is-layout-flex .wp-block-embed { flex: 1 1 0%; min-width: 0; }
.nr-wp-content .wp-block-embed { overflow-wrap: break-word; }
.nr-wp-content .wp-block-embed :where(figcaption) { margin-top: 0.5em; margin-bottom: 1em; }
.nr-wp-content .wp-block-embed iframe { max-width: 100%; }
.nr-wp-content .wp-block-embed__wrapper { position: relative; }
.nr-wp-content .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before { content: ""; display: block; padding-top: 50%; }
.nr-wp-content .wp-embed-responsive .wp-has-aspect-ratio iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before { padding-top: 42.85%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before { padding-top: 50%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before { padding-top: 56.25%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before { padding-top: 75%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { padding-top: 100%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before { padding-top: 177.77%; }
.nr-wp-content .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { padding-top: 200%; }
.nr-wp-content .wp-block-file { box-sizing: border-box; }
.nr-wp-content .wp-block-file:not(.wp-element-button) { font-size: 0.8em; }
.nr-wp-content .wp-block-file.aligncenter { text-align: center; }
.nr-wp-content .wp-block-file.alignright { text-align: right; }
.nr-wp-content .wp-block-file * + .wp-block-file__button { margin-left: 0.75em; }
.nr-wp-content :where(.wp-block-file) { margin-bottom: 1.5em; }
.nr-wp-content .wp-block-file__embed { margin-bottom: 1em; }
.nr-wp-content :where(.wp-block-file__button) { border-radius: 2em; padding: 0.5em 1em; display: inline-block; }
.nr-wp-content :where(.wp-block-file__button):where(a):hover,
.nr-wp-content :where(.wp-block-file__button):where(a):visited,
.nr-wp-content :where(.wp-block-file__button):where(a):focus,
.nr-wp-content :where(.wp-block-file__button):where(a):active { box-shadow: none; color: #fff; opacity: 0.85; text-decoration: none; }
.nr-wp-content .wp-block-form-input__label { width: 100%; display: flex; flex-direction: column; gap: 0.25em; margin-bottom: 0.5em; }
.nr-wp-content .wp-block-form-input__label.is-label-inline { flex-direction: row; gap: 0.5em; align-items: center; }
.nr-wp-content .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content { margin-bottom: 0.5em; }
.nr-wp-content .wp-block-form-input__label:has(input[type=checkbox]) { flex-direction: row; width: fit-content; }
.nr-wp-content .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content { margin: 0; }
.nr-wp-content .wp-block-form-input__label:has(.wp-block-form-input__label-content + input[type=checkbox]) { flex-direction: row-reverse; }
.nr-wp-content .wp-block-form-input__label-content { width: fit-content; }
.nr-wp-content :where(.wp-block-form-input__input) { padding: 0 0.5em; font-size: 1em; margin-bottom: 0.5em; }
.nr-wp-content :where(.wp-block-form-input__input)[type=text],
.nr-wp-content :where(.wp-block-form-input__input)[type=password],
.nr-wp-content :where(.wp-block-form-input__input)[type=date],
.nr-wp-content :where(.wp-block-form-input__input)[type=datetime],
.nr-wp-content :where(.wp-block-form-input__input)[type=datetime-local],
.nr-wp-content :where(.wp-block-form-input__input)[type=email],
.nr-wp-content :where(.wp-block-form-input__input)[type=month],
.nr-wp-content :where(.wp-block-form-input__input)[type=number],
.nr-wp-content :where(.wp-block-form-input__input)[type=search],
.nr-wp-content :where(.wp-block-form-input__input)[type=tel],
.nr-wp-content :where(.wp-block-form-input__input)[type=time],
.nr-wp-content :where(.wp-block-form-input__input)[type=url],
.nr-wp-content :where(.wp-block-form-input__input)[type=week] { min-height: 2em; line-height: 2; border-width: 1px; border-style: solid; }
.nr-wp-content textarea.wp-block-form-input__input { min-height: 10em; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images),
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item { margin: 0 1em 1em 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; width: calc(50% - 1em); }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(even),
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(even),
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(even),
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(even) { margin-right: 0; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure { margin: 0; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img { display: block; max-width: 100%; height: auto; width: auto; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption { position: absolute; bottom: 0; width: 100%; max-height: 100%; overflow: auto; padding: 3em 0.77em 0.7em; color: #fff; text-align: center; font-size: 0.8em; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); box-sizing: border-box; margin: 0; z-index: 2; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img { display: inline; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images) figcaption,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) figcaption { flex-grow: 1; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.nr-wp-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.nr-wp-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.nr-wp-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img { width: 100%; height: 100%; flex: 1; object-fit: cover; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item { width: 100%; margin-right: 0; }
@media (min-width: 600px) {
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item { width: calc(33.3333333333% - 0.6666666667em); margin-right: 1em; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item { width: calc(25% - 0.75em); margin-right: 1em; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item { width: calc(20% - 0.8em); margin-right: 1em; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item { width: calc(16.6666666667% - 0.8333333333em); margin-right: 1em; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item { width: calc(14.2857142857% - 0.8571428571em); margin-right: 1em; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item { width: calc(12.5% - 0.875em); margin-right: 1em; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n) { margin-right: 0; }
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .nr-wp-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .nr-wp-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) { margin-right: 0; }
}
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.nr-wp-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child { margin-right: 0; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images).alignleft,
.nr-wp-content .wp-block-gallery:not(.has-nested-images).alignright,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).alignleft,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).alignright { max-width: 420px; width: 100%; }
.nr-wp-content .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.nr-wp-content .blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure { justify-content: center; }
.nr-wp-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item { align-self: flex-start; }
.nr-wp-content figure.wp-block-gallery.has-nested-images { align-items: normal; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2); margin: 0; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image { display: flex; flex-grow: 1; justify-content: center; position: relative; flex-direction: column; max-width: 100%; box-sizing: border-box; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image > div,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image > a { margin: 0; flex-direction: column; flex-grow: 1; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image img { display: block; height: auto; max-width: 100% !important; width: auto; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { position: absolute; bottom: 0; right: 0; left: 0; max-height: 100%; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before { content: ""; height: 100%; max-height: 3em; pointer-events: none; backdrop-filter: blur(3px); -webkit-mask-image: linear-gradient(0deg, #000 20%, transparent 100%); mask-image: linear-gradient(0deg, #000 20%, transparent 100%); }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { color: #fff; text-shadow: 0 0 1.5px #000; font-size: 13px; margin: 0; overflow: auto; padding: 1em; text-align: center; box-sizing: border-box; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar { width: 12px; height: 12px; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track { background-color: transparent; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 8px; border: 3px solid transparent; background-clip: padding-box; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.8); }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { scrollbar-width: thin; scrollbar-gutter: stable both-edges; scrollbar-color: transparent transparent; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within { scrollbar-color: rgba(255, 255, 255, 0.8) transparent; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { will-change: transform; }
@media (hover: none) {
  .nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { scrollbar-color: rgba(255, 255, 255, 0.8) transparent; }
}
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img { display: inline; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a { color: inherit; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img { box-sizing: border-box; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a { flex: 1 1 auto; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption { flex: initial; background: none; color: inherit; margin: 0; padding: 10px 10px 9px; position: relative; text-shadow: none; }
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded::before,
.nr-wp-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border::before { content: none; }
.nr-wp-content .wp-block-gallery.has-nested-images figcaption { flex-grow: 1; flex-basis: 100%; text-align: center; }
.nr-wp-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) { margin-top: 0; margin-bottom: auto; }
.nr-wp-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) { align-self: inherit; }
.nr-wp-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
.nr-wp-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a { display: flex; }
.nr-wp-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.nr-wp-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img { width: 100%; flex: 1 0 0%; height: 100%; object-fit: cover; }
.nr-wp-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) { width: 100%; }
@media (min-width: 600px) {
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) { width: calc(33.3333333333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.6666666667); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) { width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) { width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) { width: calc(16.6666666667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8333333333); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) { width: calc(14.2857142857% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8571428571); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) { width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) { width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.6666666667); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) { width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5); }
  .nr-wp-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) { width: 100%; }
}
.nr-wp-content .wp-block-gallery.has-nested-images.alignleft,
.nr-wp-content .wp-block-gallery.has-nested-images.alignright { max-width: 420px; width: 100%; }
.nr-wp-content .wp-block-gallery.has-nested-images.aligncenter { justify-content: center; }
.nr-wp-content .wp-block-group { box-sizing: border-box; }
.nr-wp-content :where(.wp-block-group.wp-block-group-is-layout-constrained) { position: relative; }
.nr-wp-content h1:where(.wp-block-heading).has-background,
.nr-wp-content h2:where(.wp-block-heading).has-background,
.nr-wp-content h3:where(.wp-block-heading).has-background,
.nr-wp-content h4:where(.wp-block-heading).has-background,
.nr-wp-content h5:where(.wp-block-heading).has-background,
.nr-wp-content h6:where(.wp-block-heading).has-background { padding: 1.25em 2.375em; }
.nr-wp-content h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.nr-wp-content h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.nr-wp-content h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.nr-wp-content h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.nr-wp-content h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.nr-wp-content h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.nr-wp-content h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.nr-wp-content h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.nr-wp-content h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.nr-wp-content h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.nr-wp-content h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.nr-wp-content h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) { rotate: 180deg; }
.nr-wp-content .wp-block-icon { line-height: 0; }
.nr-wp-content .wp-block-icon.aligncenter { display: flex; justify-content: center; }
.nr-wp-content .wp-block-icon svg { box-sizing: border-box; fill: currentColor; }
.nr-wp-content :where(.wp-block-icon) svg { width: 100%; height: 100%; }
.nr-wp-content .wp-block-image > a,
.nr-wp-content .wp-block-image > figure > a { display: inline-block; }
.nr-wp-content .wp-block-image img { height: auto; max-width: 100%; vertical-align: bottom; box-sizing: border-box; }
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-block-image img.hide { visibility: hidden; }
  .nr-wp-content .wp-block-image img.show { animation: show-content-image 0.4s; }
}
.nr-wp-content .wp-block-image[style*=border-radius] > a,
.nr-wp-content .wp-block-image[style*=border-radius] img { border-radius: inherit; }
.nr-wp-content .wp-block-image.has-custom-border img { box-sizing: border-box; }
.nr-wp-content .wp-block-image.aligncenter { text-align: center; }
.nr-wp-content .wp-block-image.alignfull > a,
.nr-wp-content .wp-block-image.alignwide > a { width: 100%; }
.nr-wp-content .wp-block-image.alignfull img,
.nr-wp-content .wp-block-image.alignwide img { height: auto; width: 100%; }
.nr-wp-content .wp-block-image.alignleft,
.nr-wp-content .wp-block-image.alignright,
.nr-wp-content .wp-block-image.aligncenter,
.nr-wp-content .wp-block-image .alignleft,
.nr-wp-content .wp-block-image .alignright,
.nr-wp-content .wp-block-image .aligncenter { display: table; }
.nr-wp-content .wp-block-image.alignleft > figcaption,
.nr-wp-content .wp-block-image.alignright > figcaption,
.nr-wp-content .wp-block-image.aligncenter > figcaption,
.nr-wp-content .wp-block-image .alignleft > figcaption,
.nr-wp-content .wp-block-image .alignright > figcaption,
.nr-wp-content .wp-block-image .aligncenter > figcaption { display: table-caption; caption-side: bottom; }
.nr-wp-content .wp-block-image .alignleft { float: left; margin-left: 0; margin-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; }
.nr-wp-content .wp-block-image .alignright { float: right; margin-right: 0; margin-left: 1em; margin-top: 0.5em; margin-bottom: 0.5em; }
.nr-wp-content .wp-block-image .aligncenter { margin-left: auto; margin-right: auto; }
.nr-wp-content .wp-block-image :where(figcaption) { margin-top: 0.5em; margin-bottom: 1em; }
.nr-wp-content .wp-block-image.is-style-circle-mask img { border-radius: 9999px; }
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .nr-wp-content .wp-block-image.is-style-circle-mask img { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-mode: alpha; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; border-radius: 0; }
}
:root .nr-wp-content :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) { border-radius: 9999px; }
.nr-wp-content .wp-block-image figure { margin: 0; }
.nr-wp-content .wp-lightbox-container { position: relative; display: flex; flex-direction: column; }
.nr-wp-content .wp-lightbox-container img { cursor: zoom-in; }
.nr-wp-content .wp-lightbox-container img:hover + button { opacity: 1; }
.nr-wp-content .wp-lightbox-container button { opacity: 0; border: none; background-color: rgba(90, 90, 90, 0.25); backdrop-filter: blur(16px) saturate(180%); cursor: zoom-in; display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; position: absolute; z-index: 100; top: 16px; right: 16px; text-align: center; padding: 0; border-radius: 4px; }
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-lightbox-container button { transition: opacity 0.2s ease; }
}
.nr-wp-content .wp-lightbox-container button:focus-visible { outline: 3px auto rgba(90, 90, 90, 0.25); outline: 3px auto -webkit-focus-ring-color; outline-offset: 3px; }
.nr-wp-content .wp-lightbox-container button:hover { cursor: pointer; opacity: 1; }
.nr-wp-content .wp-lightbox-container button:focus { opacity: 1; }
.nr-wp-content .wp-lightbox-container button:hover,
.nr-wp-content .wp-lightbox-container button:focus,
.nr-wp-content .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) { background-color: rgba(90, 90, 90, 0.25); border: none; }
.nr-wp-content .wp-lightbox-overlay { position: fixed; top: 0; left: 0; z-index: 100000; overflow: hidden; width: 100%; height: 100vh; box-sizing: border-box; visibility: hidden; cursor: zoom-out; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-close-button { font-family: inherit; position: absolute; top: calc(env(safe-area-inset-top) + 16px); right: calc(env(safe-area-inset-right) + 16px); padding: 0 4px; cursor: pointer; z-index: 5000000; min-width: 40px; min-height: 40px; display: flex; gap: 8px; align-items: center; justify-content: center; line-height: 1; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-close-button:hover,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-close-button:focus,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background) { background: none; border: none; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg { height: 1em; width: 1em; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-close-icon svg { display: block; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next { position: absolute; padding: 0 8px; z-index: 2000002; font-family: inherit; min-width: 40px; min-height: 40px; gap: 4px; display: flex; cursor: pointer; align-items: center; justify-content: center; bottom: 16px; line-height: 1; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden],
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden] { display: none; }
@media (min-width: 960px) {
  .nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev,
  .nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next { bottom: 50%; transform: translateY(-50%); }
}
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background),
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background) { background: none; border: none; padding: 0 8px; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg { width: 1.5em; height: 1.5em; display: block; }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-prev { left: calc(env(safe-area-inset-left) + 16px); }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-button-next { right: calc(env(safe-area-inset-right) + 16px); }
.nr-wp-content .wp-lightbox-overlay .wp-lightbox-navigation-icon svg { vertical-align: middle; }
.nr-wp-content .wp-lightbox-overlay .lightbox-image-container { position: absolute; overflow: hidden; top: 50%; left: 50%; transform-origin: top left; transform: translate(-50%, -50%); width: var(--wp--lightbox-container-width); height: var(--wp--lightbox-container-height); z-index: 2000001; }
.nr-wp-content .wp-lightbox-overlay .wp-block-image { position: relative; transform-origin: 0 0; display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; box-sizing: border-box; z-index: 3000000; margin: 0; }
.nr-wp-content .wp-lightbox-overlay .wp-block-image img { min-width: var(--wp--lightbox-image-width); min-height: var(--wp--lightbox-image-height); width: var(--wp--lightbox-image-width); height: var(--wp--lightbox-image-height); }
.nr-wp-content .wp-lightbox-overlay .wp-block-image figcaption { display: none; }
.nr-wp-content .wp-lightbox-overlay button { border: none; background: none; }
.nr-wp-content .wp-lightbox-overlay .scrim { width: 100%; height: 100%; position: absolute; z-index: 2000000; background-color: rgb(255, 255, 255); opacity: 0.9; }
.nr-wp-content .wp-lightbox-overlay.active { visibility: visible; }
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-lightbox-overlay.active { animation: both turn-on-visibility 0.25s; }
}
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-lightbox-overlay.active img { animation: both turn-on-visibility 0.35s; }
}
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-lightbox-overlay.show-closing-animation:not(.active) { animation: both turn-off-visibility 0.35s; }
}
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-lightbox-overlay.show-closing-animation:not(.active) img { animation: both turn-off-visibility 0.25s; }
}
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-lightbox-overlay.zoom.active { opacity: 1; visibility: visible; animation: none; }
  .nr-wp-content .wp-lightbox-overlay.zoom.active .lightbox-image-container { animation: lightbox-zoom-in 0.4s; }
  .nr-wp-content .wp-lightbox-overlay.zoom.active .lightbox-image-container img { animation: none; }
  .nr-wp-content .wp-lightbox-overlay.zoom.active .scrim { animation: turn-on-visibility 0.4s forwards; }
  .nr-wp-content .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) { animation: none; }
  .nr-wp-content .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container { animation: lightbox-zoom-out 0.4s; }
  .nr-wp-content .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img { animation: none; }
  .nr-wp-content .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim { animation: turn-off-visibility 0.4s forwards; }
}
@keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    visibility: visible;
    transform: translate(-50%, -50%) scale(1, 1);
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
}
.nr-wp-content ol.wp-block-latest-comments { margin-left: 0; box-sizing: border-box; }
.nr-wp-content :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) { line-height: 1.1; }
.nr-wp-content :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) { line-height: 1.8; }
.nr-wp-content .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.nr-wp-content .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) { line-height: 1.5; }
.nr-wp-content .wp-block-latest-comments .wp-block-latest-comments { padding-left: 0; }
.nr-wp-content .wp-block-latest-comments__comment { list-style: none; margin-bottom: 1em; }
.nr-wp-content .has-avatars .wp-block-latest-comments__comment { min-height: 2.25em; list-style: none; }
.nr-wp-content .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.nr-wp-content .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt { margin-left: 3.25em; }
.nr-wp-content .wp-block-latest-comments__comment-excerpt p { font-size: 0.875em; margin: 0.36em 0 1.4em; }
.nr-wp-content .wp-block-latest-comments__comment-date { display: block; font-size: 0.75em; }
.nr-wp-content .wp-block-latest-comments .avatar,
.nr-wp-content .wp-block-latest-comments__comment-avatar { border-radius: 1.5em; display: block; float: left; height: 2.5em; margin-right: 0.75em; width: 2.5em; }
.nr-wp-content .wp-block-latest-comments[style*=font-size] a,
.nr-wp-content .wp-block-latest-comments[class*=-font-size] a { font-size: inherit; }
.nr-wp-content .wp-block-latest-posts { box-sizing: border-box; }
.nr-wp-content .wp-block-latest-posts.alignleft { margin-right: 2em; }
.nr-wp-content .wp-block-latest-posts.alignright { margin-left: 2em; }
.nr-wp-content .wp-block-latest-posts.wp-block-latest-posts__list { list-style: none; }
.nr-wp-content .wp-block-latest-posts.wp-block-latest-posts__list li { clear: both; overflow-wrap: break-word; }
.nr-wp-content .wp-block-latest-posts.is-grid { display: flex; flex-wrap: wrap; }
.nr-wp-content .wp-block-latest-posts.is-grid li { margin: 0 1.25em 1.25em 0; width: 100%; }
@media (min-width: 600px) {
  .nr-wp-content .wp-block-latest-posts.columns-2 li { width: calc(100% / 2 - 1.25em + 1.25em / 2); }
  .nr-wp-content .wp-block-latest-posts.columns-2 li:nth-child(2n) { margin-right: 0; }
  .nr-wp-content .wp-block-latest-posts.columns-3 li { width: calc(100% / 3 - 1.25em + 1.25em / 3); }
  .nr-wp-content .wp-block-latest-posts.columns-3 li:nth-child(3n) { margin-right: 0; }
  .nr-wp-content .wp-block-latest-posts.columns-4 li { width: calc(100% / 4 - 1.25em + 1.25em / 4); }
  .nr-wp-content .wp-block-latest-posts.columns-4 li:nth-child(4n) { margin-right: 0; }
  .nr-wp-content .wp-block-latest-posts.columns-5 li { width: calc(100% / 5 - 1.25em + 1.25em / 5); }
  .nr-wp-content .wp-block-latest-posts.columns-5 li:nth-child(5n) { margin-right: 0; }
  .nr-wp-content .wp-block-latest-posts.columns-6 li { width: calc(100% / 6 - 1.25em + 1.25em / 6); }
  .nr-wp-content .wp-block-latest-posts.columns-6 li:nth-child(6n) { margin-right: 0; }
}
:root .nr-wp-content :where(.wp-block-latest-posts.is-grid) { padding: 0; }
:root .nr-wp-content :where(.wp-block-latest-posts.wp-block-latest-posts__list) { padding-left: 0; }
.nr-wp-content .wp-block-latest-posts__post-date,
.nr-wp-content .wp-block-latest-posts__post-author { display: block; font-size: 0.8125em; }
.nr-wp-content .wp-block-latest-posts__post-excerpt,
.nr-wp-content .wp-block-latest-posts__post-full-content { margin-top: 0.5em; margin-bottom: 1em; }
.nr-wp-content .wp-block-latest-posts__featured-image a { display: inline-block; }
.nr-wp-content .wp-block-latest-posts__featured-image img { height: auto; width: auto; max-width: 100%; }
.nr-wp-content .wp-block-latest-posts__featured-image.alignleft { margin-right: 1em; float: left; }
.nr-wp-content .wp-block-latest-posts__featured-image.alignright { margin-left: 1em; float: right; }
.nr-wp-content .wp-block-latest-posts__featured-image.aligncenter { margin-bottom: 1em; text-align: center; }
.nr-wp-content ol,
.nr-wp-content ul { box-sizing: border-box; }
:root .nr-wp-content :where(.wp-block-list.has-background) { padding: 1.25em 2.375em; }
.nr-wp-content .wp-block-loginout { box-sizing: border-box; }
.nr-wp-content .wp-block-math { overflow-x: auto; overflow-y: hidden; }
.nr-wp-content .wp-block-media-text { direction: ltr; display: grid; grid-template-columns: 50% 1fr; grid-template-rows: auto; box-sizing: border-box; }
.nr-wp-content .wp-block-media-text.has-media-on-the-right { grid-template-columns: 1fr 50%; }
.nr-wp-content .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.nr-wp-content .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media { align-self: start; }
.nr-wp-content .wp-block-media-text > .wp-block-media-text__content,
.nr-wp-content .wp-block-media-text > .wp-block-media-text__media,
.nr-wp-content .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content,
.nr-wp-content .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media { align-self: center; }
.nr-wp-content .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content,
.nr-wp-content .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media { align-self: end; }
.nr-wp-content .wp-block-media-text > .wp-block-media-text__media { grid-column: 1; grid-row: 1; margin: 0; }
.nr-wp-content .wp-block-media-text > .wp-block-media-text__content { direction: ltr; grid-column: 2; grid-row: 1; padding: 0 8% 0 8%; word-break: break-word; }
.nr-wp-content .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media { grid-column: 2; grid-row: 1; }
.nr-wp-content .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content { grid-column: 1; grid-row: 1; }
.nr-wp-content .wp-block-media-text__media a { display: block; }
.nr-wp-content .wp-block-media-text__media img,
.nr-wp-content .wp-block-media-text__media video { height: auto; max-width: unset; width: 100%; vertical-align: middle; }
.nr-wp-content .wp-block-media-text.is-image-fill > .wp-block-media-text__media { height: 100%; min-height: 250px; background-size: cover; }
.nr-wp-content .wp-block-media-text.is-image-fill > .wp-block-media-text__media > a { display: block; height: 100%; }
.nr-wp-content .wp-block-media-text.is-image-fill > .wp-block-media-text__media img { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.nr-wp-content .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media { position: relative; height: 100%; min-height: 250px; }
.nr-wp-content .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a { display: block; height: 100%; }
.nr-wp-content .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 600px) {
  .nr-wp-content .wp-block-media-text.is-stacked-on-mobile { grid-template-columns: 100% !important; }
  .nr-wp-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media { grid-column: 1; grid-row: 1; }
  .nr-wp-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content { grid-column: 1; grid-row: 2; }
}
.nr-wp-content .wp-block-navigation { position: relative; }
.nr-wp-content .wp-block-navigation ul { margin-top: 0; margin-bottom: 0; margin-left: 0; padding-left: 0; }
.nr-wp-content .wp-block-navigation ul,
.nr-wp-content .wp-block-navigation ul li { list-style: none; padding: 0; }
.nr-wp-content .wp-block-navigation .wp-block-navigation-item { background-color: inherit; display: flex; align-items: center; position: relative; }
.nr-wp-content .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty { display: none; }
.nr-wp-content .wp-block-navigation .wp-block-navigation-item__content { display: block; z-index: 1; }
.nr-wp-content .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content { color: inherit; }
.nr-wp-content .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content { text-decoration: underline; }
.nr-wp-content .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus,
.nr-wp-content .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active { text-decoration: underline; }
.nr-wp-content .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content { text-decoration: line-through; }
.nr-wp-content .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus,
.nr-wp-content .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active { text-decoration: line-through; }
.nr-wp-content .wp-block-navigation :where(a),
.nr-wp-content .wp-block-navigation :where(a:focus),
.nr-wp-content .wp-block-navigation :where(a:active) { text-decoration: none; }
.nr-wp-content .wp-block-navigation .wp-block-navigation__submenu-icon { align-self: center; line-height: 0; display: inline-block; font-size: inherit; padding: 0; background-color: inherit; color: currentColor; border: none; width: 0.6em; height: 0.6em; margin-left: 0.25em; }
.nr-wp-content .wp-block-navigation .wp-block-navigation__submenu-icon svg { display: inline-block; stroke: currentColor; width: inherit; height: inherit; margin-top: 0.075em; }
.nr-wp-content .wp-block-navigation { --navigation-layout-justification-setting: flex-start; --navigation-layout-direction: row; --navigation-layout-wrap: wrap; --navigation-layout-justify: flex-start; --navigation-layout-align: center; }
.nr-wp-content .wp-block-navigation.is-vertical { --navigation-layout-direction: column; --navigation-layout-justify: initial; --navigation-layout-align: flex-start; }
.nr-wp-content .wp-block-navigation.no-wrap { --navigation-layout-wrap: nowrap; }
.nr-wp-content .wp-block-navigation.items-justified-center { --navigation-layout-justification-setting: center; --navigation-layout-justify: center; }
.nr-wp-content .wp-block-navigation.items-justified-center.is-vertical { --navigation-layout-align: center; }
.nr-wp-content .wp-block-navigation.items-justified-right { --navigation-layout-justification-setting: flex-end; --navigation-layout-justify: flex-end; }
.nr-wp-content .wp-block-navigation.items-justified-right.is-vertical { --navigation-layout-align: flex-end; }
.nr-wp-content .wp-block-navigation.items-justified-space-between { --navigation-layout-justification-setting: space-between; --navigation-layout-justify: space-between; }
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container { background-color: inherit; color: inherit; position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: normal; opacity: 0; }
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container { transition: opacity 0.1s linear; }
}
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container { visibility: hidden; width: 0; height: 0; overflow: hidden; }
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content { display: flex; flex-grow: 1; padding: 0.5em 1em; }
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon { margin-right: 0; margin-left: auto; }
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content { margin: 0; }
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container { left: -1px; top: 100%; }
@media (min-width: 782px) {
  .nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: 100%; top: -1px; }
  .nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container::before { content: ""; position: absolute; right: 100%; height: 100%; display: block; width: 0.5em; background: transparent; }
  .nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon { margin-right: 0.25em; }
  .nr-wp-content .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg { transform: rotate(-90deg); }
}
@media (hover: hover) {
  .nr-wp-content .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container { visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; min-width: 200px; }
}
.nr-wp-content .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container { visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; min-width: 200px; }
.nr-wp-content .wp-block-navigation .has-child.open-always { flex-wrap: var(--navigation-layout-wrap, wrap); flex-direction: var(--navigation-layout-direction, initial); justify-content: var(--navigation-layout-justify, initial); align-items: var(--navigation-layout-align, initial); gap: var(--wp--style--block-gap, 2em); }
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation-item { justify-content: var(--navigation-layout-justify, initial); }
.nr-wp-content .wp-block-navigation .has-child.open-always.wp-block-navigation-submenu,
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container { gap: var(--wp--style--block-gap, 2em); }
.nr-wp-content .wp-block-navigation .has-child.open-always.wp-block-navigation-submenu,
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation-item { padding-top: 0; padding-bottom: 0; }
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container { padding-left: var(--wp--style--block-gap, 2em); padding-right: var(--wp--style--block-gap, 2em); }
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container .wp-block-navigation-item__content { padding: 0; }
.nr-wp-content .wp-block-navigation .has-child.open-always > .wp-block-navigation-item__content,
.nr-wp-content .wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content { flex-grow: 0; }
.nr-wp-content .wp-block-navigation .has-child.open-always > .wp-block-navigation__submenu-container { visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; flex-basis: 100%; position: static; border: none; background-color: transparent; color: inherit; }
.nr-wp-content .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container { left: 0; top: 100%; }
@media (min-width: 782px) {
  .nr-wp-content .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: 100%; top: 0; }
}
.nr-wp-content .wp-block-navigation-submenu { position: relative; display: flex; }
.nr-wp-content .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg { stroke: currentColor; }
.nr-wp-content button.wp-block-navigation-item__content { background-color: transparent; border: none; color: currentColor; font-size: inherit; font-family: inherit; letter-spacing: inherit; line-height: inherit; font-style: inherit; font-weight: inherit; text-transform: inherit; text-align: left; }
.nr-wp-content .wp-block-navigation-submenu__toggle { cursor: pointer; }
.nr-wp-content .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-icon > svg,
.nr-wp-content .wp-block-navigation-submenu__toggle[aria-expanded=true] > svg { transform: rotate(180deg); }
.nr-wp-content .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle { padding-left: 0; padding-right: 0.85em; }
.nr-wp-content .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon { margin-left: -0.6em; pointer-events: none; }
.nr-wp-content .wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) { padding: 0; }
.nr-wp-content .wp-block-navigation__responsive-container,
.nr-wp-content .wp-block-navigation__responsive-close,
.nr-wp-content .wp-block-navigation__responsive-dialog,
.nr-wp-content .wp-block-navigation .wp-block-page-list,
.nr-wp-content .wp-block-navigation__container,
.nr-wp-content .wp-block-navigation__responsive-container-content { gap: inherit; }
.nr-wp-content :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
.nr-wp-content :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) { padding: 0.5em 1em; }
.nr-wp-content :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
.nr-wp-content :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
.nr-wp-content :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
.nr-wp-content :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) { padding: 0.5em 1em; }
.nr-wp-content .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container { left: auto; right: 0; }
.nr-wp-content .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: -1px; right: -1px; }
@media (min-width: 782px) {
  .nr-wp-content .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .nr-wp-content .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .nr-wp-content .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .nr-wp-content .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: auto; right: 100%; }
}
.nr-wp-content .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); }
.nr-wp-content .wp-block-navigation.has-background .wp-block-navigation__submenu-container { background-color: inherit; }
.nr-wp-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container { color: #000; }
.nr-wp-content .wp-block-navigation__container { display: flex; flex-wrap: var(--navigation-layout-wrap, wrap); flex-direction: var(--navigation-layout-direction, initial); justify-content: var(--navigation-layout-justify, initial); align-items: var(--navigation-layout-align, initial); list-style: none; margin: 0; padding-left: 0; }
.nr-wp-content .wp-block-navigation__container .is-responsive { display: none; }
.nr-wp-content .wp-block-navigation__container:only-child,
.nr-wp-content .wp-block-page-list:only-child { flex-grow: 1; }
@keyframes overlay-menu__fade-in-animation {
  from {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nr-wp-content .wp-block-navigation__responsive-container { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; }
.nr-wp-content .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) { color: inherit; }
.nr-wp-content .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content { display: flex; flex-wrap: var(--navigation-layout-wrap, wrap); flex-direction: var(--navigation-layout-direction, initial); justify-content: var(--navigation-layout-justify, initial); align-items: var(--navigation-layout-align, initial); }
.nr-wp-content .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) { color: inherit !important; background-color: inherit !important; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open { display: flex; flex-direction: column; background-color: inherit; }
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-block-navigation__responsive-container.is-menu-open { animation: overlay-menu__fade-in-animation 0.1s ease-out; animation-fill-mode: forwards; }
}
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) { padding-top: clamp(1rem, var(--wp--style--root--padding-top), 20rem); padding-right: clamp(1rem, var(--wp--style--root--padding-right), 20rem); padding-bottom: clamp(1rem, var(--wp--style--root--padding-bottom), 20rem); padding-left: clamp(1rem, var(--wp--style--root--padding-left), 20rem); }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open { overflow: auto; z-index: 100000; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content { padding-top: calc(2rem + 24px); }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content { overflow: visible; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: var(--navigation-layout-justification-setting, inherit); }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-page-list,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container { justify-content: flex-start; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon { display: none; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container { opacity: 1; visibility: visible; height: auto; width: auto; overflow: initial; min-width: 200px; position: static; border: none; padding-left: 2rem; padding-right: 2rem; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container { gap: inherit; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { padding-top: var(--wp--style--block-gap, 2em); }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content { padding: 0; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-page-list { display: flex; flex-direction: column; align-items: var(--navigation-layout-justification-setting, initial); }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation-item .wp-block-navigation__submenu-container,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__container,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation-item,
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-page-list { color: inherit !important; background: transparent !important; }
.nr-wp-content .wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container { right: auto; left: auto; }
.nr-wp-content .wp-block-navigation__responsive-container.disable-default-overlay .wp-block-navigation__overlay-container { display: none; width: 100%; }
.nr-wp-content .wp-block-navigation__responsive-container.disable-default-overlay .wp-block-navigation__responsive-close { max-width: none; }
.nr-wp-content .wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content > *:not(.wp-block-navigation__overlay-container) { display: none; }
.nr-wp-content .wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__overlay-container { display: block; }
.nr-wp-content .wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__overlay-container .wp-block-navigation__submenu-container { right: auto; left: 0; }
@media (min-width: 600px) {
  .nr-wp-content .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: block; width: 100%; position: relative; z-index: auto; background-color: inherit; }
  .nr-wp-content .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close { display: none; }
  .nr-wp-content .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container { left: 0; }
}
.nr-wp-content .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) { background-color: #fff; }
.nr-wp-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) { color: #000; }
.nr-wp-content .wp-block-navigation__toggle_button_label { font-size: 1rem; font-weight: bold; }
.nr-wp-content .wp-block-navigation__responsive-container-open,
.nr-wp-content .wp-block-navigation__responsive-container-close { vertical-align: middle; cursor: pointer; color: currentColor; background: transparent; border: none; margin: 0; padding: 0; text-transform: inherit; }
.nr-wp-content .wp-block-navigation__responsive-container-open svg,
.nr-wp-content .wp-block-navigation__responsive-container-close svg { fill: currentColor; pointer-events: none; display: block; width: 24px; height: 24px; }
.nr-wp-content .wp-block-navigation__responsive-container-open { display: flex; }
.nr-wp-content .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open { font-family: inherit; font-weight: inherit; font-size: inherit; }
@media (min-width: 600px) {
  .nr-wp-content .wp-block-navigation__responsive-container-open:not(.always-shown) { display: none; }
}
.nr-wp-content .wp-block-navigation__responsive-container-close { position: absolute; top: 0; right: 0; z-index: 2; }
.nr-wp-content .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close { font-family: inherit; font-weight: inherit; font-size: inherit; }
.nr-wp-content .disable-default-overlay .wp-block-navigation__responsive-container-close { top: clamp(1rem, var(--wp--style--root--padding-left), 20rem); right: clamp(1rem, var(--wp--style--root--padding-left), 20rem); }
.nr-wp-content .wp-block-navigation__responsive-close { width: 100%; }
.nr-wp-content .has-modal-open .wp-block-navigation__responsive-close { max-width: var(--wp--style--global--wide-size, 100%); margin-left: auto; margin-right: auto; }
.nr-wp-content .wp-block-navigation__responsive-close:focus { outline: none; }
.nr-wp-content .is-menu-open .wp-block-navigation__responsive-close,
.nr-wp-content .is-menu-open .wp-block-navigation__responsive-dialog,
.nr-wp-content .is-menu-open .wp-block-navigation__responsive-container-content { box-sizing: border-box; }
.nr-wp-content .wp-block-navigation__responsive-dialog { position: relative; }
.nr-wp-content .has-modal-open .admin-bar .is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-dialog { margin-top: 46px; }
@media (min-width: 782px) {
  .nr-wp-content .has-modal-open .admin-bar .is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-dialog { margin-top: 32px; }
}
.nr-wp-content .wp-block-navigation .wp-block-navigation-item__label { overflow-wrap: break-word; }
.nr-wp-content .wp-block-navigation .wp-block-navigation-item__description { display: none; }
.nr-wp-content .link-ui-tools { outline: 1px solid #f0f0f0; padding: 8px; }
.nr-wp-content .link-ui-block-inserter { padding-top: 8px; }
.nr-wp-content .link-ui-block-inserter__back { margin-left: 8px; text-transform: uppercase; }
.nr-wp-content .wp-block-navigation-overlay-close { display: inline-flex; align-items: center; justify-content: center; gap: 0.5em; padding: 0; border: none; background: transparent; cursor: pointer; text-decoration: none; }
.nr-wp-content .wp-block-navigation-overlay-close:focus { outline-offset: 2px; }
.nr-wp-content .wp-block-navigation-overlay-close svg { width: 24px; height: 24px; fill: currentColor; display: block; flex-shrink: 0; }
.nr-wp-content .wp-block-navigation-overlay-close .wp-block-navigation-overlay-close__text { display: inline-flex; align-items: center; }
.nr-wp-content .wp-block-navigation .wp-block-page-list { display: flex; flex-direction: var(--navigation-layout-direction, initial); justify-content: var(--navigation-layout-justify, initial); align-items: var(--navigation-layout-align, initial); flex-wrap: var(--navigation-layout-wrap, wrap); background-color: inherit; }
.nr-wp-content .wp-block-navigation .wp-block-navigation-item { background-color: inherit; }
.nr-wp-content .wp-block-page-list { box-sizing: border-box; }
.nr-wp-content .is-small-text { font-size: 0.875em; }
.nr-wp-content .is-regular-text { font-size: 1em; }
.nr-wp-content .is-large-text { font-size: 2.25em; }
.nr-wp-content .is-larger-text { font-size: 3em; }
.nr-wp-content .has-drop-cap:not(:focus)::first-letter { float: left; font-size: 8.4em; line-height: 0.68; font-weight: 100; margin: 0.05em 0.1em 0 0; text-transform: uppercase; font-style: normal; }
body.rtl .nr-wp-content .has-drop-cap:not(:focus)::first-letter { float: initial; margin-left: 0.1em; }
.nr-wp-content p.has-drop-cap.has-background { overflow: hidden; }
:root .nr-wp-content :where(p.has-background) { padding: 1.25em 2.375em; }
.nr-wp-content :where(p.has-text-color:not(.has-link-color)) a { color: inherit; }
.nr-wp-content p.has-text-align-right[style*="writing-mode:vertical-rl"],
.nr-wp-content p.has-text-align-left[style*="writing-mode:vertical-lr"] { rotate: 180deg; }
.nr-wp-content .wp-block-playlist .wp-block-playlist__current-item { display: flex; align-items: center; gap: var(--wp--preset--spacing--40, 1.5em); align-self: stretch; padding-bottom: var(--wp--preset--spacing--30, 1em); margin-bottom: var(--wp--preset--spacing--30, 1em); }
.nr-wp-content .wp-block-playlist .wp-block-playlist__current-item div { display: flex; flex-direction: column; align-items: flex-start; gap: var(--wp--preset--spacing--20, 0.5em); }
.nr-wp-content .wp-block-playlist .wp-block-playlist__current-item .wp-block-playlist__current-item-artist-album { flex-direction: row; }
.nr-wp-content .wp-block-playlist .wp-block-playlist__current-item .wp-block-playlist__item-title { word-break: break-all; }
.nr-wp-content .wp-block-playlist audio { width: 100%; margin-top: var(--wp--preset--spacing--20, 0.625em); }
.nr-wp-content .wp-block-playlist .wp-block-playlist__tracklist { margin: 0; padding-left: 0; list-style: none; }
.nr-wp-content .wp-block-playlist .wp-block-playlist__tracklist.wp-block-playlist__tracklist-is-hidden { display: none; }
.nr-wp-content .wp-block-playlist .wp-block-playlist__tracklist.wp-block-playlist__tracklist-artist-is-hidden .wp-block-playlist-track__artist { display: none; }
.nr-wp-content .wp-block-playlist .wp-block-playlist__tracklist.wp-block-playlist__tracklist-show-numbers { counter-reset: playlist-track; }
.nr-wp-content .wp-block-playlist li.block-list-appender.block-list-appender { position: initial; margin-top: var(--wp--preset--spacing--30, 1em); }
.nr-wp-content .wp-block-playlist-track:has([aria-current=true]) { background-color: color-mix(in srgb, currentColor 10%, transparent); }
.nr-wp-content .wp-block-playlist-track:hover { background-color: color-mix(in srgb, currentColor 15%, transparent); }
.nr-wp-content .wp-block-playlist__tracklist-show-numbers .wp-block-playlist-track { counter-increment: playlist-track; }
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button { display: flex; align-items: center; width: 100%; padding: var(--wp--preset--spacing--20, 0.5em); font-size: inherit; font-family: inherit; text-align: left; background-color: transparent; color: inherit; border: 0; outline-offset: 2px; cursor: pointer; }
.nr-wp-content .wp-block-playlist__tracklist-show-numbers .wp-block-playlist-track .wp-block-playlist-track__button::before { content: counter(playlist-track); width: 2ch; margin-right: var(--wp--preset--spacing--20, 0.5em); font-size: 0.85em; opacity: 0.7; }
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__content { flex: 1 1 0; min-width: 0; }
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__title { display: block; }
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__artist { display: block; font-size: 0.85em; opacity: 0.7; margin-top: 0.125em; }
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__length { margin-left: auto; font-size: 0.85em; opacity: 0.7; }
.nr-wp-content .wp-block-post-author { display: flex; flex-wrap: wrap; box-sizing: border-box; }
.nr-wp-content .wp-block-post-author__byline { width: 100%; margin-top: 0; margin-bottom: 0; font-size: 0.5em; }
.nr-wp-content .wp-block-post-author__avatar { margin-right: 1em; }
.nr-wp-content .wp-block-post-author__bio { margin-bottom: 0.7em; font-size: 0.7em; }
.nr-wp-content .wp-block-post-author__content { flex-grow: 1; flex-basis: 0; }
.nr-wp-content .wp-block-post-author__name { margin: 0; }
.nr-wp-content .wp-block-post-author-biography { box-sizing: border-box; }
.nr-wp-content :where(.wp-block-post-comments-form textarea),
.nr-wp-content :where(.wp-block-post-comments-form input:not([type=submit])) { border-width: 1px; border-style: solid; border-color: #949494; font-size: 1em; font-family: inherit; }
.nr-wp-content :where(.wp-block-post-comments-form textarea),
.nr-wp-content :where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))) { padding: calc(0.667em + 2px); }
.nr-wp-content .wp-block-post-comments-form { box-sizing: border-box; }
.nr-wp-content .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) { font-weight: inherit; }
.nr-wp-content .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) { font-family: inherit; }
.nr-wp-content .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.nr-wp-content .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) { font-size: inherit; }
.nr-wp-content .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) { line-height: inherit; }
.nr-wp-content .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) { font-style: inherit; }
.nr-wp-content .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) { letter-spacing: inherit; }
.nr-wp-content .wp-block-post-comments-form :where(input[type=submit]) { box-shadow: none; cursor: pointer; display: inline-block; text-align: center; overflow-wrap: break-word; }
.nr-wp-content .wp-block-post-comments-form .comment-form textarea,
.nr-wp-content .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) { display: block; box-sizing: border-box; width: 100%; }
.nr-wp-content .wp-block-post-comments-form .comment-form-author label,
.nr-wp-content .wp-block-post-comments-form .comment-form-email label,
.nr-wp-content .wp-block-post-comments-form .comment-form-url label { display: block; margin-bottom: 0.25em; }
.nr-wp-content .wp-block-post-comments-form .comment-form-cookies-consent { display: flex; gap: 0.25em; }
.nr-wp-content .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent { margin-top: 0.35em; }
.nr-wp-content .wp-block-post-comments-form .comment-reply-title { margin-bottom: 0; }
.nr-wp-content .wp-block-post-comments-form .comment-reply-title :where(small) { font-size: var(--wp--preset--font-size--medium, smaller); margin-left: 0.5em; }
.nr-wp-content .wp-block-post-comments-count { box-sizing: border-box; }
.nr-wp-content .wp-block-post-content { display: flow-root; }
.nr-wp-content .wp-block-post-comments-link { box-sizing: border-box; }
.nr-wp-content .wp-block-post-date { box-sizing: border-box; }
.nr-wp-content :where(.wp-block-post-excerpt) { box-sizing: border-box; margin-top: var(--wp--style--block-gap); margin-bottom: var(--wp--style--block-gap); }
.nr-wp-content .wp-block-post-excerpt__excerpt { margin-top: 0; margin-bottom: 0; }
.nr-wp-content .wp-block-post-excerpt__more-text { margin-top: var(--wp--style--block-gap); margin-bottom: 0; }
.nr-wp-content .wp-block-post-excerpt__more-link { display: inline-block; }
.nr-wp-content .wp-block-post-featured-image { margin-left: 0; margin-right: 0; }
.nr-wp-content .wp-block-post-featured-image a { display: block; height: 100%; }
.nr-wp-content .wp-block-post-featured-image :where(img) { max-width: 100%; width: 100%; height: auto; vertical-align: bottom; box-sizing: border-box; }
.nr-wp-content .wp-block-post-featured-image.alignwide img,
.nr-wp-content .wp-block-post-featured-image.alignfull img { width: 100%; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim { position: absolute; inset: 0; background-color: #000; }
.nr-wp-content .wp-block-post-featured-image { position: relative; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient { background-color: transparent; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 { opacity: 0; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 { opacity: 0.1; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 { opacity: 0.2; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 { opacity: 0.3; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 { opacity: 0.4; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 { opacity: 0.5; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 { opacity: 0.6; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 { opacity: 0.7; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 { opacity: 0.8; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 { opacity: 0.9; }
.nr-wp-content .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 { opacity: 1; }
.nr-wp-content .wp-block-post-featured-image:where(.alignleft, .alignright) { width: 100%; }
.nr-wp-content .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous { display: inline-block; margin-right: 1ch; }
.nr-wp-content .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) { transform: scaleX(1) ; }
.nr-wp-content .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next { display: inline-block; margin-left: 1ch; }
.nr-wp-content .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) { transform: scaleX(1) ; }
.nr-wp-content .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"],
.nr-wp-content .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"] { rotate: 180deg; }
.nr-wp-content .wp-block-post-terms { box-sizing: border-box; }
.nr-wp-content .wp-block-post-terms .wp-block-post-terms__separator { white-space: pre-wrap; }
.nr-wp-content .wp-block-post-time-to-read { box-sizing: border-box; }
.nr-wp-content .wp-block-post-title { word-break: break-word; box-sizing: border-box; }
.nr-wp-content .wp-block-post-title :where(a) { display: inline-block; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-decoration: inherit; }
.nr-wp-content .wp-block-post-author-name { box-sizing: border-box; }
.nr-wp-content .wp-block-preformatted { box-sizing: border-box; white-space: pre-wrap; }
.nr-wp-content :where(.wp-block-preformatted.has-background) { padding: 1.25em 2.375em; }
.nr-wp-content .wp-block-pullquote { text-align: center; overflow-wrap: break-word; box-sizing: border-box; margin: 0 0 1em 0; padding: 4em 0; }
.nr-wp-content .wp-block-pullquote p,
.nr-wp-content .wp-block-pullquote blockquote { color: inherit; }
.nr-wp-content .wp-block-pullquote blockquote { margin: 0; }
.nr-wp-content .wp-block-pullquote p { margin-top: 0; }
.nr-wp-content .wp-block-pullquote p:last-child { margin-bottom: 0; }
.nr-wp-content .wp-block-pullquote.alignleft,
.nr-wp-content .wp-block-pullquote.alignright { max-width: 420px; }
.nr-wp-content .wp-block-pullquote cite,
.nr-wp-content .wp-block-pullquote footer { position: relative; }
.nr-wp-content .wp-block-pullquote .has-text-color a { color: inherit; }
.nr-wp-content .wp-block-pullquote.has-text-align-left blockquote { text-align: left; }
.nr-wp-content .wp-block-pullquote.has-text-align-right blockquote { text-align: right; }
.nr-wp-content .wp-block-pullquote.has-text-align-center blockquote { text-align: center; }
.nr-wp-content .wp-block-pullquote.is-style-solid-color { border: none; }
.nr-wp-content .wp-block-pullquote.is-style-solid-color blockquote { margin-left: auto; margin-right: auto; max-width: 60%; }
.nr-wp-content .wp-block-pullquote.is-style-solid-color blockquote p { margin-top: 0; margin-bottom: 0; font-size: 2em; }
.nr-wp-content .wp-block-pullquote.is-style-solid-color blockquote cite { text-transform: none; font-style: normal; }
.nr-wp-content .wp-block-pullquote :where(cite) { color: inherit; display: block; }
.nr-wp-content .wp-block-post-template { margin-top: 0; margin-bottom: 0; max-width: 100%; list-style: none; padding: 0; box-sizing: border-box; }
.nr-wp-content .wp-block-post-template.is-flex-container { flex-direction: row; display: flex; flex-wrap: wrap; gap: 1.25em; }
.nr-wp-content .wp-block-post-template.is-flex-container > li { margin: 0; width: 100%; }
@media (min-width: 600px) {
  .nr-wp-content .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li { width: calc(100% / 2 - 1.25em + 1.25em / 2); }
  .nr-wp-content .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li { width: calc(100% / 3 - 1.25em + 1.25em / 3); }
  .nr-wp-content .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li { width: calc(100% / 4 - 1.25em + 1.25em / 4); }
  .nr-wp-content .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li { width: calc(100% / 5 - 1.25em + 1.25em / 5); }
  .nr-wp-content .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li { width: calc(100% / 6 - 1.25em + 1.25em / 6); }
}
@media (max-width: 600px) {
  .nr-wp-content .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid { grid-template-columns: 1fr; }
}
.nr-wp-content .wp-block-post-template-is-layout-constrained > li > .alignright,
.nr-wp-content .wp-block-post-template-is-layout-flow > li > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }
.nr-wp-content .wp-block-post-template-is-layout-constrained > li > .alignleft,
.nr-wp-content .wp-block-post-template-is-layout-flow > li > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }
.nr-wp-content .wp-block-post-template-is-layout-constrained > li > .aligncenter,
.nr-wp-content .wp-block-post-template-is-layout-flow > li > .aligncenter { margin-inline-start: auto; margin-inline-end: auto; }
.nr-wp-content .wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type { margin-inline-start: auto; }
.nr-wp-content .wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child { margin-inline-end: auto; }
.nr-wp-content .wp-block-query-pagination .wp-block-query-pagination-previous-arrow { margin-right: 1ch; display: inline-block; }
.nr-wp-content .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) { transform: scaleX(1) ; }
.nr-wp-content .wp-block-query-pagination .wp-block-query-pagination-next-arrow { margin-left: 1ch; display: inline-block; }
.nr-wp-content .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) { transform: scaleX(1) ; }
.nr-wp-content .wp-block-query-pagination.aligncenter { justify-content: center; }
.nr-wp-content .wp-block-query-title { box-sizing: border-box; }
.nr-wp-content .wp-block-query-total { box-sizing: border-box; }
.nr-wp-content .wp-block-quote { box-sizing: border-box; overflow-wrap: break-word; }
.nr-wp-content .wp-block-quote.is-style-large:where(:not(.is-style-plain)),
.nr-wp-content .wp-block-quote.is-large:where(:not(.is-style-plain)) { margin-bottom: 1em; padding: 0 1em; }
.nr-wp-content .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p,
.nr-wp-content .wp-block-quote.is-large:where(:not(.is-style-plain)) p { font-size: 1.5em; font-style: italic; line-height: 1.6; }
.nr-wp-content .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.nr-wp-content .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer,
.nr-wp-content .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.nr-wp-content .wp-block-quote.is-large:where(:not(.is-style-plain)) footer { font-size: 1.125em; text-align: right; }
.nr-wp-content .wp-block-quote > cite { display: block; }
.nr-wp-content .wp-block-read-more { display: block; width: fit-content; }
.nr-wp-content .wp-block-read-more:where(:not([style*=text-decoration])) { text-decoration: none; }
.nr-wp-content .wp-block-read-more:where(:not([style*=text-decoration])):focus,
.nr-wp-content .wp-block-read-more:where(:not([style*=text-decoration])):active { text-decoration: none; }
.nr-wp-content ul.wp-block-rss.alignleft { margin-right: 2em; }
.nr-wp-content ul.wp-block-rss.alignright { margin-left: 2em; }
.nr-wp-content ul.wp-block-rss.is-grid { display: flex; flex-wrap: wrap; padding: 0; }
.nr-wp-content ul.wp-block-rss.is-grid li { margin: 0 1em 1em 0; width: 100%; }
@media (min-width: 600px) {
  .nr-wp-content ul.wp-block-rss.columns-2 li { width: calc(100% / 2 - 1em); }
  .nr-wp-content ul.wp-block-rss.columns-3 li { width: calc(100% / 3 - 1em); }
  .nr-wp-content ul.wp-block-rss.columns-4 li { width: calc(100% / 4 - 1em); }
  .nr-wp-content ul.wp-block-rss.columns-5 li { width: calc(100% / 5 - 1em); }
  .nr-wp-content ul.wp-block-rss.columns-6 li { width: calc(100% / 6 - 1em); }
}
.nr-wp-content .wp-block-rss__item-publish-date,
.nr-wp-content .wp-block-rss__item-author { display: block; font-size: 0.8125em; }
.nr-wp-content .wp-block-rss { box-sizing: border-box; list-style: none; padding: 0; }
.nr-wp-content .wp-block-search__button { margin-left: 10px; word-break: normal; }
.nr-wp-content .wp-block-search__button.has-icon { line-height: 0; }
.nr-wp-content .wp-block-search__button svg { min-width: 24px; min-height: 24px; width: 1.25em; height: 1.25em; fill: currentColor; vertical-align: text-bottom; }
.nr-wp-content :where(.wp-block-search__button) { border: 1px solid #ccc; padding: 6px 10px; }
.nr-wp-content .wp-block-search__inside-wrapper { display: flex; flex: auto; flex-wrap: nowrap; max-width: 100%; }
.nr-wp-content .wp-block-search__label { width: 100%; }
.nr-wp-content .wp-block-search.wp-block-search__button-only .wp-block-search__button { margin-left: 0; flex-shrink: 0; max-width: 100%; box-sizing: border-box; display: flex; justify-content: center; }
.nr-wp-content .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper { transition-property: width; min-width: 0 !important; }
.nr-wp-content .wp-block-search.wp-block-search__button-only .wp-block-search__input { transition-duration: 300ms; flex-basis: 100%; }
.nr-wp-content .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden { overflow: hidden; }
.nr-wp-content .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper { overflow: hidden; }
.nr-wp-content .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input { width: 0 !important; min-width: 0 !important; padding-left: 0 !important; padding-right: 0 !important; border-left-width: 0 !important; border-right-width: 0 !important; flex-grow: 0; margin: 0; flex-basis: 0; }
.nr-wp-content :where(.wp-block-search__input) { font-family: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; font-style: inherit; padding: 8px; flex-grow: 1; margin-left: 0; margin-right: 0; min-width: 3rem; border: 1px solid #949494; text-decoration: unset !important; appearance: initial; }
.nr-wp-content :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) { padding: 4px; border-width: 1px; border-style: solid; border-color: #949494; background-color: #fff; box-sizing: border-box; }
.nr-wp-content :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input { border-radius: 0; border: none; padding: 0 4px; }
.nr-wp-content :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus { outline: none; }
.nr-wp-content :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) { padding: 4px 8px; }
.nr-wp-content .wp-block-search.aligncenter .wp-block-search__inside-wrapper { margin: auto; }
.nr-wp-content .wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper { float: right; }
.nr-wp-content .wp-block-separator { border-top: 2px solid currentColor; border-left: none; border-right: none; border-bottom: none; }
:root .nr-wp-content :where(.wp-block-separator.is-style-dots) { text-align: center; line-height: 1; height: auto; }
:root .nr-wp-content :where(.wp-block-separator.is-style-dots)::before { content: "···"; color: currentColor; font-size: 1.5em; letter-spacing: 2em; padding-left: 2em; font-family: serif; }
.nr-wp-content .wp-block-separator.is-style-dots { background: none !important; border: none !important; }
.nr-wp-content .wp-block-site-logo { box-sizing: border-box; line-height: 0; }
.nr-wp-content .wp-block-site-logo a { display: inline-block; line-height: 0; }
.nr-wp-content .wp-block-site-logo.is-default-size img { width: 120px; height: auto; }
.nr-wp-content .wp-block-site-logo img { height: auto; max-width: 100%; }
.nr-wp-content .wp-block-site-logo a,
.nr-wp-content .wp-block-site-logo img { border-radius: inherit; }
.nr-wp-content .wp-block-site-logo.aligncenter { margin-left: auto; margin-right: auto; text-align: center; }
:root .nr-wp-content :where(.wp-block-site-logo.is-style-rounded) { border-radius: 9999px; }
.nr-wp-content .wp-block-site-tagline { box-sizing: border-box; }
.nr-wp-content .wp-block-site-title { box-sizing: border-box; }
.nr-wp-content .wp-block-site-title :where(a) { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-decoration: inherit; }
.nr-wp-content .wp-block-social-links { box-sizing: border-box; padding-left: 0; padding-right: 0; text-indent: 0; margin-left: 0; background: none; }
.nr-wp-content .wp-block-social-links .wp-social-link a,
.nr-wp-content .wp-block-social-links .wp-social-link a:hover { text-decoration: none; border-bottom: 0; box-shadow: none; }
.nr-wp-content .wp-block-social-links .wp-social-link svg { width: 1em; height: 1em; }
.nr-wp-content .wp-block-social-links .wp-social-link span:not(.screen-reader-text) { margin-left: 0.5em; margin-right: 0.5em; font-size: 0.65em; }
.nr-wp-content .wp-block-social-links.has-small-icon-size { font-size: 16px; }
.nr-wp-content .wp-block-social-links,
.nr-wp-content .wp-block-social-links.has-normal-icon-size { font-size: 24px; }
.nr-wp-content .wp-block-social-links.has-large-icon-size { font-size: 36px; }
.nr-wp-content .wp-block-social-links.has-huge-icon-size { font-size: 48px; }
.nr-wp-content .wp-block-social-links.aligncenter { justify-content: center; display: flex; }
.nr-wp-content .wp-block-social-links.alignright { justify-content: flex-end; }
.nr-wp-content .wp-block-social-link { display: block; border-radius: 9999px; }
@media not (prefers-reduced-motion) {
  .nr-wp-content .wp-block-social-link { transition: transform 0.1s ease; }
}
.nr-wp-content .wp-block-social-link { height: auto; }
.nr-wp-content .wp-block-social-link a { align-items: center; display: flex; line-height: 0; }
.nr-wp-content .wp-block-social-link:hover { transform: scale(1.1); }
.nr-wp-content .wp-block-social-links .wp-block-social-link.wp-social-link { display: inline-block; margin: 0; padding: 0; }
.nr-wp-content .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.nr-wp-content .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.nr-wp-content .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.nr-wp-content .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited,
.nr-wp-content .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg { color: currentColor; fill: currentColor; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link { background-color: #f0f0f0; color: #444; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon { background-color: #f90; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp { background-color: #1ea0c3; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance { background-color: #0757fe; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky { background-color: #0a7aff; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen { background-color: #1e1f26; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart { background-color: #02e49b; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord { background-color: #5865f2; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble { background-color: #e94c89; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox { background-color: #4280ff; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy { background-color: #f45800; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook { background-color: #0866ff; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx { background-color: #000; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr { background-color: #0461dd; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare { background-color: #e65678; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github { background-color: #24292d; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads { background-color: #eceadd; color: #382110; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google { background-color: #ea4434; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar { background-color: #1d4fc4; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram { background-color: #f00075; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm { background-color: #e21b24; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin { background-color: #0d66c2; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon { background-color: #3288d4; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium { background-color: #000; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup { background-color: #f6405f; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon { background-color: #000; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest { background-color: #e60122; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket { background-color: #ef4155; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit { background-color: #ff4500; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype { background-color: #0478d7; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat { background-color: #fefc00; color: #fff; stroke: #000; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud { background-color: #ff5600; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify { background-color: #1bd760; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram { background-color: #2aabee; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads { background-color: #000; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok { background-color: #000; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr { background-color: #011835; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch { background-color: #6440a4; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter { background-color: #1da1f2; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo { background-color: #1eb7ea; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk { background-color: #4680c2; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress { background-color: #3499cd; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp { background-color: #25d366; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x { background-color: #000; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp { background-color: #d32422; color: #fff; }
.nr-wp-content :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube { background-color: #f00; color: #fff; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link { background: none; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg { width: 1.25em; height: 1.25em; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon { color: #f90; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp { color: #1ea0c3; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance { color: #0757fe; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky { color: #0a7aff; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen { color: #1e1f26; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart { color: #02e49b; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord { color: #5865f2; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble { color: #e94c89; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox { color: #4280ff; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy { color: #f45800; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook { color: #0866ff; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx { color: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr { color: #0461dd; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare { color: #e65678; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github { color: #24292d; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads { color: #382110; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google { color: #ea4434; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar { color: #1d4fc4; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram { color: #f00075; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm { color: #e21b24; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin { color: #0d66c2; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon { color: #3288d4; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium { color: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup { color: #f6405f; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon { color: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest { color: #e60122; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket { color: #ef4155; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit { color: #ff4500; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype { color: #0478d7; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat { color: #fff; stroke: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud { color: #ff5600; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify { color: #1bd760; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram { color: #2aabee; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads { color: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok { color: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr { color: #011835; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch { color: #6440a4; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter { color: #1da1f2; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo { color: #1eb7ea; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk { color: #4680c2; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp { color: #25d366; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress { color: #3499cd; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x { color: #000; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp { color: #d32422; }
.nr-wp-content :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube { color: #f00; }
.nr-wp-content .wp-block-social-links.is-style-pill-shape .wp-social-link { width: auto; }
:root .nr-wp-content :where(.wp-block-social-links .wp-social-link a) { padding: 0.25em; }
:root .nr-wp-content :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) { padding: 0; }
:root .nr-wp-content :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) { padding-left: 0.6666666667em; padding-right: 0.6666666667em; }
.nr-wp-content .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label { color: #000; }
.nr-wp-content .wp-block-spacer { clear: both; }
.nr-wp-content .wp-block-tag-cloud { box-sizing: border-box; }
.nr-wp-content .wp-block-tag-cloud.aligncenter { text-align: center; justify-content: center; }
.nr-wp-content .wp-block-tag-cloud a { display: inline-block; margin-right: 5px; }
.nr-wp-content .wp-block-tag-cloud span { display: inline-block; margin-left: 5px; text-decoration: none; }
:root .nr-wp-content :where(.wp-block-tag-cloud.is-style-outline) { display: flex; flex-wrap: wrap; gap: 1ch; }
:root .nr-wp-content :where(.wp-block-tag-cloud.is-style-outline a) { border: 1px solid currentColor; font-size: unset !important; margin-right: 0; padding: 1ch 2ch; text-decoration: none !important; }
.nr-wp-content .wp-block-tab { max-width: 100%; flex-basis: 100%; flex-grow: 1; box-sizing: border-box; }
.nr-wp-content .wp-block-tab > *:first-child { margin-top: 0; }
.nr-wp-content .wp-block-tab > *:last-child { margin-bottom: 0; }
.nr-wp-content .wp-block-tab[hidden],
.nr-wp-content .wp-block-tab:empty { display: none !important; }
.nr-wp-content .wp-block-tab.wp-block.has-background,
.nr-wp-content .wp-block-tab:not(.wp-block).has-background { padding: var(--wp--preset--spacing--30); }
.nr-wp-content .wp-block-tab-panel { flex-grow: 1; min-width: 0; }
.nr-wp-content .wp-block-table { overflow-x: auto; }
.nr-wp-content .wp-block-table table { border-collapse: collapse; width: 100%; }
.nr-wp-content .wp-block-table thead { border-bottom: 3px solid; }
.nr-wp-content .wp-block-table tfoot { border-top: 3px solid; }
.nr-wp-content .wp-block-table td,
.nr-wp-content .wp-block-table th { border: 1px solid; padding: 0.5em; }
.nr-wp-content .wp-block-table .has-fixed-layout { table-layout: fixed; width: 100%; }
.nr-wp-content .wp-block-table .has-fixed-layout td,
.nr-wp-content .wp-block-table .has-fixed-layout th { word-break: break-word; }
.nr-wp-content .wp-block-table.alignleft,
.nr-wp-content .wp-block-table.aligncenter,
.nr-wp-content .wp-block-table.alignright { display: table; width: auto; }
.nr-wp-content .wp-block-table.alignleft td,
.nr-wp-content .wp-block-table.alignleft th,
.nr-wp-content .wp-block-table.aligncenter td,
.nr-wp-content .wp-block-table.aligncenter th,
.nr-wp-content .wp-block-table.alignright td,
.nr-wp-content .wp-block-table.alignright th { word-break: break-word; }
.nr-wp-content .wp-block-table .has-subtle-light-gray-background-color { background-color: #f3f4f5; }
.nr-wp-content .wp-block-table .has-subtle-pale-green-background-color { background-color: #e9fbe5; }
.nr-wp-content .wp-block-table .has-subtle-pale-blue-background-color { background-color: #e7f5fe; }
.nr-wp-content .wp-block-table .has-subtle-pale-pink-background-color { background-color: #fcf0ef; }
.nr-wp-content .wp-block-table.is-style-stripes { border-spacing: 0; border-collapse: inherit; background-color: transparent; }
.nr-wp-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background-color: #f0f0f0; }
.nr-wp-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) { background-color: #f3f4f5; }
.nr-wp-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) { background-color: #e9fbe5; }
.nr-wp-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) { background-color: #e7f5fe; }
.nr-wp-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) { background-color: #fcf0ef; }
.nr-wp-content .wp-block-table.is-style-stripes th,
.nr-wp-content .wp-block-table.is-style-stripes td { border-color: transparent; }
.nr-wp-content .wp-block-table.is-style-stripes { border-bottom: 1px solid #f0f0f0; }
.nr-wp-content .wp-block-table .has-border-color > *,
.nr-wp-content .wp-block-table .has-border-color tr,
.nr-wp-content .wp-block-table .has-border-color th,
.nr-wp-content .wp-block-table .has-border-color td { border-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-top-color] > *,
.nr-wp-content .wp-block-table table[style*=border-top-color] tr:first-child { border-top-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-top-color] > * th,
.nr-wp-content .wp-block-table table[style*=border-top-color] > * td,
.nr-wp-content .wp-block-table table[style*=border-top-color] tr:first-child th,
.nr-wp-content .wp-block-table table[style*=border-top-color] tr:first-child td { border-top-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-top-color] tr:not(:first-child) { border-top-color: currentColor; }
.nr-wp-content .wp-block-table table[style*=border-right-color] > *,
.nr-wp-content .wp-block-table table[style*=border-right-color] tr,
.nr-wp-content .wp-block-table table[style*=border-right-color] th,
.nr-wp-content .wp-block-table table[style*=border-right-color] td:last-child { border-right-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-bottom-color] > *,
.nr-wp-content .wp-block-table table[style*=border-bottom-color] tr:last-child { border-bottom-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-bottom-color] > * th,
.nr-wp-content .wp-block-table table[style*=border-bottom-color] > * td,
.nr-wp-content .wp-block-table table[style*=border-bottom-color] tr:last-child th,
.nr-wp-content .wp-block-table table[style*=border-bottom-color] tr:last-child td { border-bottom-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) { border-bottom-color: currentColor; }
.nr-wp-content .wp-block-table table[style*=border-left-color] > *,
.nr-wp-content .wp-block-table table[style*=border-left-color] tr,
.nr-wp-content .wp-block-table table[style*=border-left-color] th,
.nr-wp-content .wp-block-table table[style*=border-left-color] td:first-child { border-left-color: inherit; }
.nr-wp-content .wp-block-table table[style*=border-style] > *,
.nr-wp-content .wp-block-table table[style*=border-style] tr,
.nr-wp-content .wp-block-table table[style*=border-style] th,
.nr-wp-content .wp-block-table table[style*=border-style] td { border-style: inherit; }
.nr-wp-content .wp-block-table table[style*=border-width] > *,
.nr-wp-content .wp-block-table table[style*=border-width] tr,
.nr-wp-content .wp-block-table table[style*=border-width] th,
.nr-wp-content .wp-block-table table[style*=border-width] td { border-width: inherit; border-style: inherit; }
:root .nr-wp-content :where(.wp-block-table-of-contents) { box-sizing: border-box; }
.nr-wp-content .wp-block-tabs { box-sizing: border-box; }
.nr-wp-content .wp-block-tabs .wp-block-tabs__title { display: none; }
.nr-wp-content .wp-block-tabs-menu { display: flex; align-items: flex-end; min-width: fit-content; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000; }
.nr-wp-content .wp-block-tabs-menu-item { box-sizing: border-box; color: inherit; display: block; width: max-content; text-decoration: none; cursor: pointer; flex-basis: inherit !important; flex-grow: inherit !important; border: none; background: none; appearance: none; -webkit-appearance: none; margin: 0; padding-block: var(--tab-padding-block, var(--wp--preset--spacing--20, 0.5em)); padding-inline: var(--tab-padding-inline, var(--wp--preset--spacing--30, 1em)); font-size: inherit; font-family: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; text-align: inherit; }
.nr-wp-content .wp-block-tabs-menu-item:focus { outline: none; }
.nr-wp-content .wp-block-tabs-menu-item:focus-visible { outline: 2px solid var(--tab-border-color-active, #000); outline-offset: 2px; }
.nr-wp-content .wp-block-tabs-menu-item:hover { background-color: var(--custom-tab-hover-color, #eaeaea) !important; color: var(--custom-tab-hover-text-color, #000) !important; }
.nr-wp-content .wp-block-tabs-menu-item[aria-selected=true],
.nr-wp-content .wp-block-tabs-menu-item.is-active { background-color: var(--custom-tab-active-color, #000) !important; color: var(--custom-tab-active-text-color, #fff) !important; }
.nr-wp-content .wp-block-term-count { box-sizing: border-box; }
.nr-wp-content :where(.wp-block-term-description) { box-sizing: border-box; margin-top: var(--wp--style--block-gap); margin-bottom: var(--wp--style--block-gap); }
.nr-wp-content .wp-block-term-description p { margin-top: 0; margin-bottom: 0; }
.nr-wp-content .wp-block-term-name { box-sizing: border-box; }
.nr-wp-content .wp-block-term-template { margin-top: 0; margin-bottom: 0; max-width: 100%; list-style: none; padding: 0; box-sizing: border-box; }
.nr-wp-content .wp-block-text-columns { display: flex; }
.nr-wp-content .wp-block-text-columns.aligncenter { display: flex; }
.nr-wp-content .wp-block-text-columns .wp-block-column { margin: 0 1em; padding: 0; }
.nr-wp-content .wp-block-text-columns .wp-block-column:first-child { margin-left: 0; }
.nr-wp-content .wp-block-text-columns .wp-block-column:last-child { margin-right: 0; }
.nr-wp-content .wp-block-text-columns.columns-2 .wp-block-column { width: 50%; }
.nr-wp-content .wp-block-text-columns.columns-3 .wp-block-column { width: 33.3333333333%; }
.nr-wp-content .wp-block-text-columns.columns-4 .wp-block-column { width: 25%; }
.nr-wp-content pre.wp-block-verse { box-sizing: border-box; overflow: auto; white-space: pre-wrap; min-width: 1em; word-break: break-word; }
.nr-wp-content :where(pre.wp-block-verse) { font-family: inherit; }
.nr-wp-content .wp-block-video { box-sizing: border-box; }
.nr-wp-content .wp-block-video video { width: 100%; height: auto; vertical-align: middle; }
@supports (position: sticky) {
  .nr-wp-content .wp-block-video [poster] { object-fit: cover; }
}
.nr-wp-content .wp-block-video.aligncenter { text-align: center; }
.nr-wp-content .wp-block-video :where(figcaption) { margin-top: 0.5em; margin-bottom: 1em; }
.nr-wp-content .editor-styles-wrapper,
.nr-wp-content .entry-content { counter-reset: footnotes; }
.nr-wp-content a[data-fn].fn { vertical-align: super; font-size: smaller; counter-increment: footnotes; display: inline-flex; text-decoration: none; text-indent: -9999999px; }
.nr-wp-content a[data-fn].fn::after { content: "[" counter(footnotes) "]"; text-indent: 0; float: left; }
.nr-wp-content { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122, 0, 223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0, 124, 186; --wp-admin-theme-color-darker-10: rgb(0, 107, 160.5); --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0, 90, 135; --wp-admin-border-width-focus: 2px; }
@media (min-resolution: 192dpi) {
  .nr-wp-content { --wp-admin-border-width-focus: 1.5px; }
}
.nr-wp-content .wp-element-button { cursor: pointer; }
:root .nr-wp-content .has-very-light-gray-background-color { background-color: #eee; }
:root .nr-wp-content .has-very-dark-gray-background-color { background-color: #313131; }
:root .nr-wp-content .has-very-light-gray-color { color: #eee; }
:root .nr-wp-content .has-very-dark-gray-color { color: #313131; }
:root .nr-wp-content .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { background: linear-gradient(135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%); }
:root .nr-wp-content .has-purple-crush-gradient-background { background: linear-gradient(135deg, rgb(52, 226, 228) 0%, rgb(71, 33, 251) 50%, rgb(171, 29, 254) 100%); }
:root .nr-wp-content .has-hazy-dawn-gradient-background { background: linear-gradient(135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%); }
:root .nr-wp-content .has-subdued-olive-gradient-background { background: linear-gradient(135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%); }
:root .nr-wp-content .has-atomic-cream-gradient-background { background: linear-gradient(135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%); }
:root .nr-wp-content .has-nightshade-gradient-background { background: linear-gradient(135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%); }
:root .nr-wp-content .has-midnight-gradient-background { background: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%); }
.nr-wp-content { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }
.nr-wp-content .has-regular-font-size { font-size: 1em; }
.nr-wp-content .has-larger-font-size { font-size: 2.625em; }
.nr-wp-content .has-normal-font-size { font-size: var(--wp--preset--font-size--normal); }
.nr-wp-content .has-huge-font-size { font-size: var(--wp--preset--font-size--huge); }
:root .nr-wp-content .has-text-align-center { text-align: center; }
:root .nr-wp-content .has-text-align-left { text-align: left; }
:root .nr-wp-content .has-text-align-right { text-align: right; }
.nr-wp-content .has-fit-text { white-space: nowrap !important; }
.nr-wp-content #end-resizable-editor-section { display: none; }
.nr-wp-content .aligncenter { clear: both; }
.nr-wp-content .items-justified-left { justify-content: flex-start; }
.nr-wp-content .items-justified-center { justify-content: center; }
.nr-wp-content .items-justified-right { justify-content: flex-end; }
.nr-wp-content .items-justified-space-between { justify-content: space-between; }
.nr-wp-content .screen-reader-text { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.nr-wp-content .screen-reader-text:focus { background-color: #ddd; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
html .nr-wp-content :where(.has-border-color) { border-style: solid; }
html .nr-wp-content :where([style*=border-color]) { border-style: solid; }
html .nr-wp-content :where([style*=border-top-color]) { border-top-style: solid; }
html .nr-wp-content :where([style*=border-right-color]) { border-right-style: solid; }
html .nr-wp-content :where([style*=border-bottom-color]) { border-bottom-style: solid; }
html .nr-wp-content :where([style*=border-left-color]) { border-left-style: solid; }
html .nr-wp-content :where([style*=border-width]) { border-style: solid; }
html .nr-wp-content :where([style*=border-top-width]) { border-top-style: solid; }
html .nr-wp-content :where([style*=border-right-width]) { border-right-style: solid; }
html .nr-wp-content :where([style*=border-bottom-width]) { border-bottom-style: solid; }
html .nr-wp-content :where([style*=border-left-width]) { border-left-style: solid; }
html .nr-wp-content :where(img[class*=wp-image-]) { height: auto; max-width: 100%; }
.nr-wp-content :where(figure) { margin: 0 0 1em 0; }
html .nr-wp-content :where(.is-position-sticky) { --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px); }
@media screen and (max-width: 600px) {
  html .nr-wp-content :where(.is-position-sticky) { --wp-admin--admin-bar--position-offset: 0px; }
}

/* ===== src/styles/wp-blocks-presets.css ===== */
/*
 * Nuclear Resister — WordPress preset custom properties, mapped onto NR tokens.
 *
 * WHAT THIS IS FOR
 * ----------------
 * Core's block stylesheet, and the inline styles WordPress writes onto block
 * markup, both reference `--wp--preset--*` and `--wp--style--*` custom
 * properties. On a normal WordPress front end those are generated from the
 * active theme's theme.json and printed into <head>. Nothing generates them
 * here: this build takes `content.rendered` out of the REST API, which carries
 * the CLASSES and the inline `var(--wp--…)` references but none of the CSS that
 * defines them. Left undefined, `padding: var(--wp--preset--spacing--40)` is an
 * invalid declaration and is dropped, and blocks that lean on block-gap collapse
 * to no spacing at all.
 *
 * WHERE THE NUMBERS COME FROM — and where they DON'T
 * --------------------------------------------------
 * The slug list is not invented and not taken from documentation. It is the
 * active theme's, read from the live install on 2026-08-14:
 *   GET /wp-json/wp/v2/global-styles/themes/twentytwentyfive  →  settings
 * Twenty Twenty-Five is the active theme on admin.nukeresister.org, it is a
 * block theme, and its palette is what the clients see in the editor's colour
 * picker. Its VALUES are not used here. Every value below is an existing token
 * from tokens.css.
 *
 * Declared on `.nr-wp-content` rather than `:root` so they inherit to every
 * block and reach nothing else. The site chrome never sees them.
 *
 * ⚠️ THE COLOUR MAPPING IS PROVISIONAL AND NEEDS WILLA.
 * See the colour section below. Two of the theme's eight palette entries have no
 * counterpart in NR's locked palette and are deliberately left UNDEFINED rather
 * than guessed at.
 *
 * ⚠️ THE REAL FIX FOR COLOUR IS ON THE WORDPRESS SIDE, NOT HERE.
 * As long as the editor offers Twenty Twenty-Five's palette, a client picks a
 * colour from one set and the site renders from another. Replacing the palette
 * in a theme.json / mu-plugin so the picker offers NR's own colours by name
 * makes this file a 1:1 mapping with nothing to interpret. That is the same
 * surface as the inserter allow-list.
 *
 * Revisions
 *   2026-08-14 — created (Lena), alongside scripts/build-wp-block-css.mjs.
 */

.nr-wp-content {
  /* ==========================================================================
   * SPACING PRESETS
   * --------------------------------------------------------------------------
   * Theme's scale is 10 / 20 / 30 / clamp(30,5vw,50) / clamp(30,7vw,70) /
   * clamp(50,7vw,90) / clamp(70,10vw,140) px. Mapped onto NR's 4px grid, which
   * is coarser and does not use viewport-relative steps — a fluid step inside a
   * fixed-measure reading column buys nothing and is one more thing that can
   * overflow at 320px, which this project has been bitten by before.
   * ====================================================================== */
  --wp--preset--spacing--20: var(--nr-space-3); /* 12px */
  --wp--preset--spacing--30: var(--nr-space-5); /* 20px */
  --wp--preset--spacing--40: var(--nr-space-8); /* 32px */
  --wp--preset--spacing--50: var(--nr-space-10); /* 40px */
  --wp--preset--spacing--60: var(--nr-space-11); /* 48px */
  --wp--preset--spacing--70: var(--nr-space-12); /* 64px */
  --wp--preset--spacing--80: calc(var(--nr-space-12) * 1.5); /* 96px */

  /* ==========================================================================
   * FONT-SIZE PRESETS — 16px FLOOR APPLIES
   * --------------------------------------------------------------------------
   * The theme's "Small" is 0.875rem = 14px. This project's 16px minimum is
   * described in tokens.css and in both content templates as non-negotiable, so
   * Small is clamped UP to 16px here. That is the one place this file knowingly
   * departs from what the editor previews, and it departs in the direction the
   * project already decided.
   *
   * `normal` and `huge` are WordPress's own legacy slugs — core's stylesheet
   * declares them itself (16px / 42px). They are restated here so all seven live
   * in one place; the generated file's copy sits earlier in the cascade.
   * ====================================================================== */
  --wp--preset--font-size--small: var(--nr-text-body); /* 16px, NOT 14px */
  --wp--preset--font-size--medium: var(--nr-text-body); /* 16px */
  --wp--preset--font-size--large: var(--nr-text-post-headline); /* 22px */
  --wp--preset--font-size--x-large: var(--nr-text-intro-large); /* 28px */
  --wp--preset--font-size--xx-large: var(--nr-text-section-title); /* 36px */
  --wp--preset--font-size--normal: var(--nr-text-body); /* 16px */
  --wp--preset--font-size--huge: var(--nr-text-section-title); /* 36px */

  /* ==========================================================================
   * LAYOUT
   * --------------------------------------------------------------------------
   * block-gap is the vertical rhythm between blocks in a Group/Columns/Stack.
   * Matched to the paragraph bottom margin the templates already use, so a
   * grouped run of paragraphs sits on the same rhythm as an ungrouped one.
   *
   * root padding is set to 0 on purpose: the interior column already supplies
   * its own horizontal padding, and core clamps these to a 1rem minimum
   * wherever it uses them, so a 0 here reads as "no EXTRA padding", not "none".
   *
   * wide-size is the interior column's own max width — there is no wider
   * container on this site for a wide-aligned block to expand into.
   * ====================================================================== */
  --wp--style--block-gap: var(--nr-space-5); /* 20px */
  --wp--style--unstable-gallery-gap: var(--nr-space-4); /* 16px, = core default */
  --wp--style--root--padding-top: 0;
  --wp--style--root--padding-right: 0;
  --wp--style--root--padding-bottom: 0;
  --wp--style--root--padding-left: 0;
  --wp--style--global--content-size: var(--nr-content-max);
  --wp--style--global--wide-size: var(--nr-content-max);

  /* ==========================================================================
   * COLOUR PRESETS — 6 of 8 MAPPED, 2 DELIBERATELY LEFT UNDEFINED
   * --------------------------------------------------------------------------
   * The editor offers Twenty Twenty-Five's eight palette entries. NR's palette
   * is locked (tokens.css: "do NOT introduce new color values"). Where the two
   * meet at the same hue, the NR token is used; the editor swatch and the
   * rendered colour then differ slightly, which is the cost of the locked
   * palette and is visible to nobody but a colour-picker.
   *
   *   theme slug   editor swatch            mapped to            delta
   *   base         #FFFFFF white            --nr-white           exact
   *   contrast     #111111 near-black       --nr-black           imperceptible
   *   accent-1     #FFEE58 lemon            --nr-yellow #fcb900  same hue, deeper
   *   accent-2     #F6CFF4 pale pink        —  NO NR EQUIVALENT
   *   accent-3     #503AA8 violet           —  NO NR EQUIVALENT
   *   accent-4     #686868 grey             --nr-mid-gray        slightly darker
   *   accent-5     #FBFAF3 warm off-white   --nr-light-gray      neutral, not warm
   *   accent-6     currentColor 20% mix     passed through       exact
   *
   * accent-2 and accent-3 have no counterpart anywhere in tokens.css — there is
   * no pink and no purple in this palette, and choosing one is a design-direction
   * call, not a build call. They are left undefined ON PURPOSE. An undefined
   * custom property makes the declaration invalid, so the element simply keeps
   * its inherited colour: the client's pick does nothing, visibly, which is the
   * safe failure. Do not fill these in without Willa.
   * ====================================================================== */
  --wp--preset--color--base: var(--nr-white);
  --wp--preset--color--contrast: var(--nr-black);
  --wp--preset--color--accent-1: var(--nr-yellow);
  /* --wp--preset--color--accent-2: PENDING WILLA — no pink in the locked palette */
  /* --wp--preset--color--accent-3: PENDING WILLA — no purple in the locked palette */
  --wp--preset--color--accent-4: var(--nr-mid-gray);
  --wp--preset--color--accent-5: var(--nr-light-gray);
  --wp--preset--color--accent-6: color-mix(in srgb, currentColor 20%, transparent);

  /* ------------------------------------------------------------------------
   * NR PALETTE (Willa, 2026-08-15). Defined HERE, not waiting on theme.json.
   *
   * The theme decides what the EDITOR offers; this file decides what the front
   * end renders. Defining them now means the day the palette is registered on
   * the WordPress side, nothing here has to change — and, more importantly, a
   * `.has-red-background-color` arriving by ANY route (a hand-written Custom
   * HTML block, a pasted pattern) resolves to a real colour instead of nothing.
   *
   * That last part is not hypothetical: with the legibility floor extended to
   * these slugs but no background defined, the floor set text to WHITE over a
   * TRANSPARENT background — white on the white card, invisible. Caught by a
   * cascade probe before it shipped. Foreground and background have to arrive
   * together or not at all.
   * --------------------------------------------------------------------- */
  --wp--preset--color--white: var(--nr-white);
  --wp--preset--color--light-gray: var(--nr-light-gray);
  --wp--preset--color--gold: var(--nr-yellow);
  --wp--preset--color--red: var(--nr-rust);
  --wp--preset--color--blue: var(--nr-bright-blue);
  --wp--preset--color--black: var(--nr-black);
  --wp--preset--color--dark-blue: var(--nr-footer-navy);
  --wp--preset--color--gray: var(--nr-mid-gray);
}

/* ==========================================================================
 * PRESET UTILITY CLASSES
 * --------------------------------------------------------------------------
 * WordPress writes `class="has-accent-1-background-color has-background"` onto
 * the block and expects the theme's global stylesheet to supply the rule. Core's
 * block stylesheet does not; these are it.
 *
 * The `!important` is WordPress's own convention for these classes, not a local
 * shortcut — core's generated global styles ship them exactly this way, and
 * without it the templates' own `.nr-wp-content :global(p) { color: … }` (which
 * is more specific) would silently beat every colour the client picks. The point
 * of a colour control that does nothing is hard to explain to an editor.
 * ====================================================================== */

.nr-wp-content .has-base-color { color: var(--wp--preset--color--base) !important; }
.nr-wp-content .has-contrast-color { color: var(--wp--preset--color--contrast) !important; }
.nr-wp-content .has-accent-1-color { color: var(--wp--preset--color--accent-1) !important; }
.nr-wp-content .has-accent-4-color { color: var(--wp--preset--color--accent-4) !important; }
.nr-wp-content .has-accent-5-color { color: var(--wp--preset--color--accent-5) !important; }
.nr-wp-content .has-accent-6-color { color: var(--wp--preset--color--accent-6) !important; }

.nr-wp-content .has-base-background-color { background-color: var(--wp--preset--color--base) !important; }
.nr-wp-content .has-contrast-background-color { background-color: var(--wp--preset--color--contrast) !important; }
.nr-wp-content .has-accent-1-background-color { background-color: var(--wp--preset--color--accent-1) !important; }
.nr-wp-content .has-accent-4-background-color { background-color: var(--wp--preset--color--accent-4) !important; }
.nr-wp-content .has-accent-5-background-color { background-color: var(--wp--preset--color--accent-5) !important; }
.nr-wp-content .has-accent-6-background-color { background-color: var(--wp--preset--color--accent-6) !important; }

.nr-wp-content .has-base-border-color { border-color: var(--wp--preset--color--base) !important; }
.nr-wp-content .has-contrast-border-color { border-color: var(--wp--preset--color--contrast) !important; }
.nr-wp-content .has-accent-1-border-color { border-color: var(--wp--preset--color--accent-1) !important; }
.nr-wp-content .has-accent-4-border-color { border-color: var(--wp--preset--color--accent-4) !important; }
.nr-wp-content .has-accent-5-border-color { border-color: var(--wp--preset--color--accent-5) !important; }

/* NR palette utility classes — the same three families, for the eight slugs
 * Willa specified. Inert until the palette is registered; see the SLUG NOTE. */
.nr-wp-content .has-white-color { color: var(--wp--preset--color--white) !important; }
.nr-wp-content .has-light-gray-color { color: var(--wp--preset--color--light-gray) !important; }
.nr-wp-content .has-gold-color { color: var(--wp--preset--color--gold) !important; }
.nr-wp-content .has-red-color { color: var(--wp--preset--color--red) !important; }
.nr-wp-content .has-blue-color { color: var(--wp--preset--color--blue) !important; }
.nr-wp-content .has-black-color { color: var(--wp--preset--color--black) !important; }
.nr-wp-content .has-dark-blue-color { color: var(--wp--preset--color--dark-blue) !important; }
.nr-wp-content .has-gray-color { color: var(--wp--preset--color--gray) !important; }

.nr-wp-content .has-white-background-color { background-color: var(--wp--preset--color--white) !important; }
.nr-wp-content .has-light-gray-background-color { background-color: var(--wp--preset--color--light-gray) !important; }
.nr-wp-content .has-gold-background-color { background-color: var(--wp--preset--color--gold) !important; }
.nr-wp-content .has-red-background-color { background-color: var(--wp--preset--color--red) !important; }
.nr-wp-content .has-blue-background-color { background-color: var(--wp--preset--color--blue) !important; }
.nr-wp-content .has-black-background-color { background-color: var(--wp--preset--color--black) !important; }
.nr-wp-content .has-dark-blue-background-color { background-color: var(--wp--preset--color--dark-blue) !important; }
.nr-wp-content .has-gray-background-color { background-color: var(--wp--preset--color--gray) !important; }

.nr-wp-content .has-white-border-color { border-color: var(--wp--preset--color--white) !important; }
.nr-wp-content .has-light-gray-border-color { border-color: var(--wp--preset--color--light-gray) !important; }
.nr-wp-content .has-gold-border-color { border-color: var(--wp--preset--color--gold) !important; }
.nr-wp-content .has-red-border-color { border-color: var(--wp--preset--color--red) !important; }
.nr-wp-content .has-blue-border-color { border-color: var(--wp--preset--color--blue) !important; }
.nr-wp-content .has-black-border-color { border-color: var(--wp--preset--color--black) !important; }
.nr-wp-content .has-dark-blue-border-color { border-color: var(--wp--preset--color--dark-blue) !important; }
.nr-wp-content .has-gray-border-color { border-color: var(--wp--preset--color--gray) !important; }

.nr-wp-content .has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; }
.nr-wp-content .has-medium-font-size { font-size: var(--wp--preset--font-size--medium) !important; }
.nr-wp-content .has-large-font-size { font-size: var(--wp--preset--font-size--large) !important; }
.nr-wp-content .has-x-large-font-size { font-size: var(--wp--preset--font-size--x-large) !important; }
.nr-wp-content .has-xx-large-font-size { font-size: var(--wp--preset--font-size--xx-large) !important; }

/* ==========================================================================
 * DARK BACKGROUND + INHERITED TEXT COLOUR — THE LEGIBILITY FLOOR
 * --------------------------------------------------------------------------
 * A client can apply a background colour WITHOUT also setting a text colour;
 * the editor neither requires it nor warns. Body text on this site is black, so
 * a dark background renders black on black — invisible, and a WCAG 1.4.3
 * failure on a client-facing page.
 *
 * Willa blessed this 2026-08-15 and extended it from two entries to FIVE. Her
 * point, and it is the right one: Blue and Red are exactly what a client
 * reaches for to make a callout box, so inherited black failing on them is the
 * LIKELY case rather than the exotic one.
 *
 * Recomputed from the sRGB relative-luminance formula, not copied:
 *
 *   background            inherited BLACK   white instead
 *   Black      #000000       1.00  FAIL       21.00  PASS
 *   Dark Blue  #1d3a52       1.78  FAIL       11.80  PASS
 *   Gray       #555555       2.82  FAIL        7.46  PASS
 *   Blue       #3166C4       3.83  FAIL        5.49  PASS
 *   Red        #cf2e2e       4.08  FAIL        5.14  PASS
 *   Gold       #fcb900      12.08  PASS        —  (no rule needed)
 *   Light Gray #efefef      18.26  PASS        —  (no rule needed)
 *   White      #ffffff      21.00  PASS        —  (no rule needed)
 *
 * `:not(.has-text-color)` is exactly the guard core uses for Cover, so a client
 * who DOES pick a text colour still gets it.
 *
 * ⚠️ THE SLUGS FOR FIVE OF THESE DO NOT EXIST YET — see the SLUG NOTE below.
 *
 * This is a legibility floor, not a design decision, but it IS a decision about
 * what the client's page looks like, so it is called out for Willa rather than
 * buried. The durable fix is on the WordPress side — a palette whose background
 * entries carry paired foregrounds.
 * ====================================================================== */
/* Slugs of the palette LIVE IN THE EDITOR TODAY (Twenty Twenty-Five). */
.nr-wp-content .has-contrast-background-color:not(.has-text-color),
.nr-wp-content .has-accent-4-background-color:not(.has-text-color),
/* Slugs of the NR palette Willa specified. INERT UNTIL WADE REGISTERS IT. */
.nr-wp-content .has-black-background-color:not(.has-text-color),
.nr-wp-content .has-dark-blue-background-color:not(.has-text-color),
.nr-wp-content .has-gray-background-color:not(.has-text-color),
.nr-wp-content .has-blue-background-color:not(.has-text-color),
.nr-wp-content .has-red-background-color:not(.has-text-color) {
  color: var(--nr-white);
}

/* ==========================================================================
 * ⚠️ SLUG NOTE — READ BEFORE TRUSTING ANY .has-* RULE IN THIS FILE
 * --------------------------------------------------------------------------
 * Willa's 2026-08-15 ruling names EIGHT palette entries: White, Light Gray,
 * Gold, Red, Blue, Black, Dark Blue, Gray. That is NR's palette, and it is the
 * palette that SHOULD exist. It is not the one the editor offers.
 *
 * Verified against the live install on 2026-08-15, not assumed —
 * GET /wp-json/wp/v2/global-styles/themes/twentytwentyfive returns Twenty
 * Twenty-Five's own eight: base, contrast, accent-1 … accent-6, with
 * defaultPalette false. There is no `red`, no `blue`, no `dark-blue`, no `gold`
 * and no `gray` slug anywhere on that install today.
 *
 * So every rule above is written TWICE: once against the slugs that exist now,
 * once against the slugs Willa's palette implies. Under today's palette the NR
 * selectors match nothing and cost nothing; when the palette is replaced they
 * take over. Neither state ships a wrong colour, and that is the whole point of
 * doing it this way rather than picking one and being wrong for a week.
 *
 * ⚠️ THE NR SLUGS ARE MY ASSUMPTION AND NEED WADE'S CONFIRMATION. I have used
 * the kebab-case of Willa's own names — white, light-gray, gold, red, blue,
 * black, dark-blue, gray. If the mu-plugin that registers the palette uses
 * anything else (keeping `accent-1…6`, say), these selectors match nothing and
 * FAIL SILENTLY — a legibility floor that is not there looks exactly like one
 * that is. Confirm the slugs, then this file is a find-and-replace.
 *
 * Mapping, for whoever registers it:
 *   white      --nr-white        #ffffff
 *   light-gray --nr-light-gray   #efefef
 *   gold       --nr-yellow       #fcb900
 *   red        --nr-rust         #cf2e2e
 *   blue       --nr-bright-blue  #3166C4
 *   black      --nr-black        #000000
 *   dark-blue  --nr-footer-navy  #1d3a52
 *   gray       --nr-mid-gray     #555555
 *
 * Note this palette has no pink and no purple, which retires the accent-2 /
 * accent-3 problem flagged above rather than solving it — those two entries
 * simply stop being offered.
 * ====================================================================== */

/* ==========================================================================
 * WIDE AND FULL ALIGNMENT
 * --------------------------------------------------------------------------
 * `.alignleft`, `.alignright`, `.aligncenter` and `.alignnone` are already
 * handled in global.css (they came from the old K2 theme and matter to ~1,150
 * archive posts). `.alignwide` and `.alignfull` never existed on the old site —
 * they are Gutenberg-only — and had no rule anywhere, so a client choosing
 * "Wide width" or "Full width" got a normal-width block and no feedback.
 *
 * Implemented CONSERVATIVELY: both fill the interior content column, neither
 * breaks out of it with negative margins. A true full-bleed band inside the
 * white interior card is a design-direction call, and negative margins on a
 * surface that has already produced two horizontal-scroll bugs on a 320px
 * viewport is not something to ship on a guess. Flagged for Willa.
 * ====================================================================== */
.nr-wp-content .alignwide,
.nr-wp-content .alignfull {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* ===== src/styles/wp-blocks-layout.css ===== */
/*
 * Nuclear Resister — WordPress LAYOUT SUPPORT styles.
 *
 * THE GAP THIS CLOSES, AND WHY IT IS NOT IN THE VENDORED FILE
 * ----------------------------------------------------------
 * `wp-includes/css/dist/block-library/style.css` does not contain a single
 * `.is-layout-flex { display: flex }`. It never has. WordPress generates the
 * layout rules per site, from the active theme's blockGap and content widths,
 * and prints them into `<head>` as part of `global-styles-inline-css`.
 *
 * A headless build gets `content.rendered` from the REST API and nothing else.
 * The CLASSES arrive; the CSS that gives them meaning does not. Measured in this
 * repo's own content snapshot on 2026-08-14 — not inferred:
 *
 *   1,254 posts, 38 pages
 *   `is-layout-flex` / `is-layout-constrained` / `is-layout-flow`   10 occurrences
 *   `wp-container-…` (per-instance layout classes)                   0 occurrences
 *   `<style>` inside content.rendered                                3 occurrences,
 *                                                                    none of them
 *                                                                    layout CSS
 *
 * So the one real Gallery in the archive — post 11517, the uranium truck
 * blockade — arrives carrying `is-layout-flex wp-block-gallery-is-layout-flex`
 * and stacks its photos vertically, because nothing anywhere declares that
 * `is-layout-flex` means flex. That is what a client sees today.
 *
 * WHERE THESE RULES COME FROM
 * ---------------------------
 * Transcribed from WordPress 7.0's own definitions, not from memory:
 *   wp-includes/block-supports/layout.php   wp_get_layout_definitions()
 *   wp-includes/class-wp-theme-json.php     WP_Theme_JSON::get_layout_styles()
 * The second decides the selector shapes: base styles are emitted against the
 * root block selector (`body`), and gap styles as `:root :where(.is-layout-*)`
 * for the root and `:root :where(<block>-is-layout-*)` per block — which is why
 * the archive's Gallery carries that hyphenated `wp-block-gallery-is-layout-flex`
 * class as well as the plain one.
 *
 * `body` is replaced with `.nr-wp-content` throughout, on the same reasoning as
 * the vendored file: these rules must not be able to reach the site chrome.
 *
 * WHAT IS DELIBERATELY NOT HERE
 * -----------------------------
 * The PER-INSTANCE layout CSS. When an editor sets a Row to "space between", a
 * custom gap, or a specific number of Columns, WordPress writes a
 * `wp-container-core-group-is-layout-<hash>` class and emits a matching rule
 * inline. That rule is generated per page load and cannot be pre-shipped from
 * here. Zero such classes exist in the snapshot today, so nothing is currently
 * broken by its absence — but a client who reaches for those controls will get
 * the DEFAULT layout rather than the one they chose, silently. Flagged in the
 * block classification; the fix is on the WordPress side, not in this file.
 *
 * Revisions
 *   2026-08-14 — created (Lena).
 */

/* --------------------------------------------------------------------------
 * DISPLAY MODES — the two lines that matter most.
 * -------------------------------------------------------------------------- */
.nr-wp-content .is-layout-flex {
  display: flex;
}

.nr-wp-content .is-layout-grid {
  display: grid;
}

/* --------------------------------------------------------------------------
 * FLOW (the default layout) — alignment of floated children.
 * -------------------------------------------------------------------------- */
.nr-wp-content .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.nr-wp-content .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.nr-wp-content .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* --------------------------------------------------------------------------
 * CONSTRAINED — flow, plus a content-width cap on non-aligned children.
 *
 * `--wp--style--global--content-size` is mapped in wp-blocks-presets.css to the
 * interior column's own max width, so this cap is a no-op on this site rather
 * than a second, competing measure. That is intentional: the reading width here
 * is the template's decision, not WordPress's.
 * -------------------------------------------------------------------------- */
.nr-wp-content .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.nr-wp-content .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.nr-wp-content .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.nr-wp-content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.nr-wp-content .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

/* --------------------------------------------------------------------------
 * FLEX / GRID base styles.
 * `:is(*, div)` is core's own trick for one extra point of specificity — kept
 * verbatim rather than "tidied", because the margin reset has to beat the
 * child block's own margin.
 * -------------------------------------------------------------------------- */
.nr-wp-content .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.nr-wp-content .is-layout-flex > :is(*, div) {
  margin: 0;
}
.nr-wp-content .is-layout-grid > :is(*, div) {
  margin: 0;
}

/* --------------------------------------------------------------------------
 * GAP / SPACING.
 *
 * Emitted by core at `:root :where(.is-layout-*)` — low specificity on purpose,
 * so a theme rule beats it. The same shape is kept here, which is why these can
 * sit after the flow rules above without fighting them.
 *
 * The per-block variants (`.wp-block-gallery-is-layout-flex` and friends) exist
 * because core emits one gap rule per block type. They are listed for the blocks
 * that actually occur in this corpus plus the ones a client is most likely to
 * reach for; a block type not listed falls back to the generic rule above it,
 * which is the same value.
 * -------------------------------------------------------------------------- */
.nr-wp-content :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}
.nr-wp-content :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}
.nr-wp-content :where(.is-layout-flow) > * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}

.nr-wp-content :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}
.nr-wp-content :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
.nr-wp-content :where(.is-layout-constrained) > * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}

.nr-wp-content :where(.is-layout-flex),
.nr-wp-content :where(.is-layout-grid) {
  gap: var(--wp--style--block-gap);
}

/* Per-block gap selectors, as core emits them. */
.nr-wp-content :where(.wp-block-columns-is-layout-flex),
.nr-wp-content :where(.wp-block-buttons-is-layout-flex),
.nr-wp-content :where(.wp-block-social-links-is-layout-flex),
.nr-wp-content :where(.wp-block-gallery-is-layout-flex),
.nr-wp-content :where(.wp-block-group-is-layout-flex) {
  gap: var(--wp--style--block-gap);
}
.nr-wp-content :where(.wp-block-columns-is-layout-grid),
.nr-wp-content :where(.wp-block-group-is-layout-grid),
.nr-wp-content :where(.wp-block-gallery-is-layout-grid) {
  gap: var(--wp--style--block-gap);
}
.nr-wp-content :where(.wp-block-group-is-layout-flow) > *,
.nr-wp-content :where(.wp-block-quote-is-layout-flow) > *,
.nr-wp-content :where(.wp-block-group-is-layout-constrained) > *,
.nr-wp-content :where(.wp-block-post-content-is-layout-constrained) > * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}

/* --------------------------------------------------------------------------
 * ROOT PADDING AWARENESS.
 *
 * Twenty Twenty-Five sets `useRootPaddingAwareAlignments`, so grouped content
 * arrives carrying `has-global-padding` — three posts in the archive already do.
 * The padding variables are 0 on this site (the interior column supplies its
 * own), so this is a no-op today. It is here so that if those variables are ever
 * given values, the class means what WordPress says it means instead of nothing.
 * -------------------------------------------------------------------------- */
.nr-wp-content .has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

/* ===== src/styles/wp-blocks-overrides.css ===== */
/*
 * Nuclear Resister — the short list of corrections that sit on top of core's
 * block CSS.
 *
 * Three kinds of rule live here, and only three:
 *   1. places where a core rule has to BEAT one of the site's own rules;
 *   2. the button appearance WordPress expects a theme to supply and this build
 *      has none of;
 *   3. the project's 16px type floor, where core drops below it.
 *
 * EVERY RULE IS A MEASURED DEFECT. Each was found by rendering
 * fixtures/block-fixture.html through the real page and post templates
 * (scripts/render-block-fixture.mjs) and reading the computed box, with the
 * before/after numbers recorded below. Nothing here is precautionary. If a rule
 * cannot be traced to something that visibly broke, delete it.
 *
 * WHY 1 HAPPENS AT ALL. Scoping core's stylesheet under `.nr-wp-content` leaves
 * it one specificity step BELOW the site's own WP-content typography, which
 * lives in Astro-scoped component styles and so carries an extra
 * `[data-astro-cid-…]` attribute. That asymmetry is exactly what keeps 1,250
 * archive posts looking as they do. It is wrong only where an NR rule written
 * for an inline photo lands on an element a block uses as machinery.
 *
 * NOTE THE ASYMMETRY BETWEEN TEMPLATES. The 480px image cap exists in
 * src/pages/[...slug].astro (interior pages) and deliberately NOT in
 * src/pages/[year]/[month]/[day]/[slug].astro (posts) — see the long note in the
 * former. So the Cover and Media & Text defects below are PAGE-ONLY; measured on
 * posts, both blocks were already correct. The fixes are written to be no-ops
 * where nothing was broken.
 *
 * ON THE DOUBLED CLASS NAMES. `.wp-block-cover__image-background.wp-block-cover
 * __image-background` is not a typo. It buys one class of specificity without
 * inventing a wrapper element or reaching for `!important`, which the next rule
 * would then have to out-shout.
 *
 * It is also not optional, and the margin is one point. The template's rule is
 * `.nr-wp-content[data-astro-cid-…] img:not([class*='align'])` — (0,3,1). A
 * three-class fix ties at (0,3,1) and then loses on source order, because Astro
 * emits component styles AFTER the global stylesheet. The Media & Text rule was
 * written that way first and changed nothing at all while looking correct; the
 * doubled class is what took it to (0,4,1) and made it apply. Do not "simplify"
 * these selectors without re-measuring.
 *
 * Revisions
 *   2026-08-14 — created (Lena).
 */

/* ==========================================================================
 * 0. HOLDING THE ARCHIVE STILL
 * --------------------------------------------------------------------------
 * Core's stylesheet is not only block rules. It carries a handful of BARE
 * selectors — `.aligncenter`, `:where(figure)`, `.has-drop-cap` — that predate
 * the block editor and land squarely on 14 years of classic-editor markup. They
 * are the one way a "blocks-only" stylesheet can change 1,200 posts that contain
 * no blocks at all, and they did.
 *
 * Found by rendering a 40-post random sample of classic archive posts before and
 * after and pixel-diffing: 37 identical, 3 not. Not by reading the CSS.
 * -------------------------------------------------------------------------- */

/* `.aligncenter { clear: both }` — 223 built pages carry `aligncenter`, and this
 * site's archive floats photos left and right constantly. A centred caption that
 * suddenly clears both floats drops below them and drags everything after it
 * down.
 * MEASURED on /2012/10/22/photos-of-transform-now-plowshares-action/:
 *   page height 5,748px -> 7,583px  (+32%)
 * Scoped off blocks with the attribute check, so a genuinely block-level
 * `aligncenter` keeps core's behaviour. */
.nr-wp-content .aligncenter:not([class*='wp-block-']) {
  clear: none;
}

/* `:where(figure) { margin: 0 0 1em 0 }` — 1,282 built pages carry a
 * `.wp-caption` figure. The templates' own figure rule deliberately excludes
 * anything with an alignment class (a float has to own its margins), and
 * global.css only gives margins to `.alignleft` / `.alignright`. So a CENTRED or
 * explicitly-unaligned caption matched neither, fell through to core's 1em, and
 * gained 16px it never had.
 * MEASURED: figure.wp-caption.aligncenter margin-bottom 0px -> 16px.
 *
 * ⚠️ THIS SELECTOR MUST NAME THE TWO ALIGNMENTS, not just `.wp-caption`. Written
 * as a bare `figure.wp-caption` it is (0,2,1) and therefore ALSO beats
 * global.css's `.nr-wp-content .alignleft` at (0,2,0) — which strips the 16px
 * bottom margin from every floated caption in the archive instead. Measured:
 * that version turned 3 changed pages in a 40-post sample into 16. */
.nr-wp-content figure.wp-caption.aligncenter,
.nr-wp-content figure.wp-caption.alignnone {
  margin-bottom: 0;
}

/* ==========================================================================
 * 1. CORE HAS TO WIN — AND THE RULE THAT DECIDES WHEN
 * --------------------------------------------------------------------------
 * WILLA'S GOVERNING PRINCIPLE, 2026-08-15. Written here so this stops needing a
 * per-block ruling:
 *
 *   THE 480px CAP GOVERNS IMAGES THE EDITOR PLACES IN THE TEXT FLOW.
 *   IT DOES NOT GOVERN IMAGES A LAYOUT BLOCK HAS ALREADY SIZED.
 *
 * An inline photo should not dominate the reading column — that is what the cap
 * in src/pages/[...slug].astro is for, and it stays. But when a block has
 * already decided how wide its slot is (Cover's backdrop, Media & Text's media
 * cell, a Column), a 480px image centred in that slot reads as a mistake.
 *
 * Applying it needs one question answered per case: DOES THE CONTAINER DECIDE
 * THE WIDTH? Cover yes, Media & Text yes, Column yes. Gallery — MEASURED, and
 * the answer is that it never mattered: core's own
 * `.wp-block-gallery.has-nested-images figure.wp-block-image img` carries
 * `max-width: 100% !important`, which beats the template's cap outright. The
 * same real gallery renders 536/536/1092 on BOTH templates (post 11517 vs the
 * same content injected as a page, 1440px). No rule needed, and none written.
 *
 * NOTE THE ASYMMETRY BETWEEN TEMPLATES. The cap exists in [...slug].astro
 * (interior pages) and deliberately NOT in [year]/[month]/[day]/[slug].astro
 * (posts) — see the long note in the former. So every defect below is PAGE-ONLY;
 * measured on posts, all of them were already correct. The fixes are written to
 * be no-ops where nothing was broken.
 * ====================================================================== */

/* --------------------------------------------------------------------------
 * COVER — the background image is a layer, not a photo.
 *
 * MEASURED, page template, 1440px viewport, Cover block 1066x430:
 *   before  img 480x345, object-fit: contain, margin-left: 293px
 *   after   img 1066x430, object-fit: cover, margin: 0
 * The template's `img:not([class*='align'])` rule was capping the background
 * layer at 480px, centring it and switching it to `contain`. What that renders
 * is a small letterboxed photo floating in the middle of an otherwise empty
 * coloured band, with the Cover's overlay text sitting on top of nothing — the
 * screenshot is in screenshots/block-fixture/.
 * -------------------------------------------------------------------------- */
.nr-wp-content .wp-block-cover .wp-block-cover__image-background.wp-block-cover__image-background,
.nr-wp-content .wp-block-cover .wp-block-cover__video-background.wp-block-cover__video-background {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
 * MEDIA & TEXT — the image is one half of a two-column grid and fills its cell.
 *
 * MEASURED, page template, 1440px viewport, media cell 533px wide:
 *   before  img 480x345, object-fit: contain, margin-left: 26.5px
 *   after   img 533x383, filling the cell
 * Same 480px cap, same centring margin. The post template already rendered 533px
 * wide, which is what makes this a template asymmetry rather than a core bug.
 * -------------------------------------------------------------------------- */
.nr-wp-content .wp-block-media-text .wp-block-media-text__media.wp-block-media-text__media > img,
.nr-wp-content .wp-block-media-text .wp-block-media-text__media.wp-block-media-text__media > a > img,
.nr-wp-content .wp-block-media-text .wp-block-media-text__media.wp-block-media-text__media > figure > img {
  max-width: 100%;
  max-height: none;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
}
.nr-wp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media > img,
.nr-wp-content .wp-block-media-text.is-image-fill .wp-block-media-text__media > a > img {
  height: 100%;
}

/* --------------------------------------------------------------------------
 * COLUMN — the column decides the width, so the cap does not.
 *
 * Willa reversed my earlier call here, and she is right. At 1140px a two-column
 * layout gives ~536px cells (measured, not estimated: 1092px inner minus the
 * 20px block-gap, halved). A 480px image in a 536px cell sits centred with ~28px
 * of gutter each side and reads as a mistake — the same failure as Media & Text
 * one block over.
 *
 * `:not([class*='align'])` is the exemption's own exemption: a photo the editor
 * floated left or right INSIDE a column is an inline photo by intent, so it
 * keeps the cap and keeps global.css's float margins.
 *
 * ⚠️ THE sizes="auto" SPLIT IS REPRODUCED HERE ON PURPOSE, and removing it
 * reintroduces a measured bug. WP 6.7+ writes `sizes="auto, …"` on any image
 * carrying a srcset; with `width: auto` the browser has no definite layout width
 * at candidate-selection time and falls back to the smallest ~300px candidate,
 * then renders it at full column width — visibly soft. [...slug].astro carries
 * the same two-branch rule and the same reasoning at length. Images with NO
 * srcset keep `width: auto` so they are never upscaled past their intrinsic
 * size, which is the other half of that history (the 1x1 tracking pixel and the
 * t-shirt photo).
 * -------------------------------------------------------------------------- */
.nr-wp-content .wp-block-column > .wp-block-image:not([class*='align']) img,
.nr-wp-content .wp-block-column > .wp-block-image:not([class*='align']) > a > img {
  max-width: 100%;
  max-height: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.nr-wp-content .wp-block-column > .wp-block-image:not([class*='align']) img[sizes^='auto'] {
  width: 100%;
}

/* ==========================================================================
 * 2. BUTTON APPEARANCE
 * --------------------------------------------------------------------------
 * MEASURED: the Button and Buttons blocks render as PLAIN UNDERLINED LINKS.
 * That is not a bug in the vendored file — core's block CSS deliberately sets
 * only shape (`border-radius`, `padding`, `text-decoration: none`) and leaves
 * colour to the theme, which supplies it from theme.json's `styles.elements
 * .button`. This build has no theme.json, so there is no colour and the padding
 * is invisible on a transparent background. A client who inserts a Button gets
 * something indistinguishable from a link.
 *
 * WILLA RULED 2026-08-15: BLUE, NOT THE DONATE GOLD.
 * The first version of this file used the donate button's gold, as the only
 * button treatment the site had. She rejected it, and the fixture render is the
 * argument: screenshots/block-fixture/page-1440.png shows a gold content button
 * and the masthead's gold DONATE button in one viewport, indistinguishable. A
 * gold button in an article body reads as a fundraising ask on a site with
 * exactly one call to action.
 *
 * Blue on white, white text. No new colour — --nr-bright-blue is the OREPA blue
 * the whole site is built on, and blue -> dark-blue on hover is already this
 * site's motion in the footer gradient.
 *
 * Contrast, recomputed from the sRGB relative-luminance formula rather than
 * copied from a comment:
 *   white on --nr-bright-blue  #3166C4   5.49:1   AA normal
 *   white on --nr-footer-navy  #1d3a52  11.80:1   AA normal (hover)
 * ====================================================================== */
/* The repeated class is load-bearing here for the FOREGROUND specifically, and
 * it is a contrast bug, not a tidiness one. At (0,2,0) the background applied
 * but the templates' own `.nr-wp-content[data-astro-cid-…] a` rule — (0,3,1) —
 * kept the text at --nr-news-headline, which is #3166C4: under the current blue
 * background that is 1:1, an invisible label. */
.nr-wp-content .wp-block-button__link.wp-block-button__link.wp-block-button__link,
.nr-wp-content .wp-element-button.wp-element-button.wp-element-button {
  background-color: var(--nr-bright-blue);
  color: var(--nr-white);
  border-radius: var(--nr-radius-button);
  text-decoration: none;
  font-family: var(--nr-font-body);
  font-weight: var(--nr-weight-bold);
  font-size: var(--nr-text-body);
}
.nr-wp-content .wp-block-button__link.wp-block-button__link.wp-block-button__link:hover,
.nr-wp-content .wp-element-button.wp-element-button.wp-element-button:hover {
  background-color: var(--nr-footer-navy);
  color: var(--nr-white);
  text-decoration: none;
}

/* --------------------------------------------------------------------------
 * FOCUS RING — TWO CASES, ONE MECHANISM (Willa, 2026-08-15)
 *
 * SC 2.4.11/1.4.11 want 3:1 for the indicator against what surrounds it. The
 * ring sits OUTSIDE the button (outline-offset: 2px), so it is measured against
 * the CONTAINER's background, not the button's — which is why one colour cannot
 * work. Recomputed, black ring against each palette background:
 *
 *   White      21.00   Light Gray 18.26   Gold 12.08   Red 4.08   Blue 3.83
 *   Black       1.00   Dark Blue   1.78   Gray  2.82
 *
 * So black is the default and clears 3:1 on five of the eight, and the three it
 * fails switch to Gold (--nr-focus-ring-on-navy): 12.08 on Black, 6.79 on Dark
 * Blue, 4.29 on Gray.
 *
 * It is keyed off the SAME .has-*-background-color selectors as the legibility
 * floor below, deliberately — one mechanism, not two things to keep in step.
 * The two lists differ in length and that is correct, not an oversight: the
 * floor covers five backgrounds because it is measured at 4.5:1 for text, the
 * ring covers three because it is measured at 3:1 for a UI component.
 *
 * This project has hit ring-on-dark four times. See the CEILING note in
 * tokens.css before changing either colour.
 * -------------------------------------------------------------------------- */
/* ⚠️ THE SWITCH IS AN INHERITED CUSTOM PROPERTY, NOT A SECOND SELECTOR, and that
 * is load-bearing. Written the obvious way —
 * `.has-contrast-background-color :focus-visible { outline-color: gold }` — it
 * is (0,3,0) and LOSES to the button's own (0,4,0) ring rule below, silently.
 * MEASURED before the fix: a button focused inside a black Group still drew a
 * BLACK ring, 1:1, exactly the failure the two-case rule exists to prevent. The
 * button rule cannot simply be made weaker either: at (0,3,0) it loses to the
 * templates' own `a:focus-visible` at (0,3,1) and the ring comes out rust.
 * A custom property sidesteps the whole fight — it inherits, so the container
 * sets it and every focusable inside picks it up whatever its specificity. */
.nr-wp-content {
  --nr-block-focus-ring: var(--nr-black);
}

/* Dark palette backgrounds. Slugs of the palette live in the editor TODAY,
 * followed by the slugs Willa's NR palette implies — see the SLUG NOTE in
 * wp-blocks-presets.css. Only the three that fail a black ring are listed;
 * Blue (3.83:1) and Red (4.08:1) clear the 3:1 bar for a UI component and keep
 * the default, even though both fail 4.5:1 for TEXT and so do appear in the
 * legibility floor. The two lists differing is correct. */
.nr-wp-content .has-contrast-background-color,
.nr-wp-content .has-accent-4-background-color,
.nr-wp-content .has-black-background-color,
.nr-wp-content .has-dark-blue-background-color,
.nr-wp-content .has-gray-background-color {
  --nr-block-focus-ring: var(--nr-focus-ring-on-navy);
}

.nr-wp-content .wp-block-button__link.wp-block-button__link:focus-visible,
.nr-wp-content .wp-element-button.wp-element-button:focus-visible {
  outline: 3px solid var(--nr-block-focus-ring);
  outline-offset: 2px;
}
/* The outline style keeps core's transparent background, so it needs a readable
 * foreground of its own — core sets `currentColor`, which here would inherit the
 * body black. Black on the white card is 21:1. */
.nr-wp-content .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.nr-wp-content .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--nr-news-body);
  background-color: transparent;
}

/* ==========================================================================
 * 3. THE 16px FLOOR
 * --------------------------------------------------------------------------
 * tokens.css and both content templates state the 16px minimum as
 * non-negotiable. Core's block CSS goes below it in several places, sized in
 * `em` against a 16px body:
 *
 *   .wp-block-file:not(.wp-element-button)          0.8em   = 12.8px  MEASURED
 *   .wp-block-playlist-track … __artist / __length  0.85em  = 13.6px
 *   .wp-block-social-links … span                   0.65em  = 10.4px
 *
 * Only these three are reachable: every other sub-1em rule in the vendored file
 * belongs to a block that cannot render on this site at all (Latest Posts,
 * Latest Comments, RSS, Post Author, the comment templates). The File block's
 * 12.8px was measured on the rendered fixture, at the "Download" button a
 * visitor is meant to click.
 *
 * This is enforcing a constraint the project already made, not making a new
 * one — which is why it is applied here rather than flagged and left.
 * ====================================================================== */
.nr-wp-content .wp-block-file,
.nr-wp-content .wp-block-file:not(.wp-element-button),
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__artist,
.nr-wp-content .wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__length,
.nr-wp-content .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: var(--nr-text-body);
}
