@charset "UTF-8";
/*!
 * Theme Name: The Onion
 * Theme URI: theonion.com
 * Description: Introducing The Onion’s latest digital marvel. This versatile WordPress block-theme is meticulously engineered for the art of news storytelling, ensuring the organization's satire reaches the masses with unparalleled precision. Ideal for users of all levels, from the amateur blogger who just discovered the internet to the professional satirist who knows their way around a CMS. With this theme, The Onion's content will not only inform but also baffle and amuse in equal measure.
 Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news, staff, donations, events, non-profits, advoacy
 * Author: Unrelated
 * Author URI: https://unrelated.co/
 * Version: 2.0.0
 * Requires at least: 6.4
 * Tested up to: 6.4
 * Requires PHP: 8.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: theonion
*/
@import url("https://use.typekit.net/rug6psx.css");
html {
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
}

body {
  overflow-x: clip;
}

.onion-temp-page-container {
  border-left: 1px solid var(--wp--preset--color--shade-2);
  border-right: 1px solid var(--wp--preset--color--shade-2);
  padding-left: var(--wp--style--root--padding-right);
  padding-right: var(--wp--style--root--padding-right);
}

.has-full-height {
  height: 100%;
}

.has-full-width {
  width: 100%;
}

.has-0-margin {
  margin: 0 !important;
}

@media screen and (min-width: 0) and (max-width: 600px) {
  .is-position-sticky {
    position: static;
  }
}
.is-align-self-center {
  align-self: center !important;
}

.is-equal-height-flex {
  display: flex;
}

.is-flex-shrink-0 {
  flex-shrink: 0;
}

.has-fluid-spacing {
  padding: clamp(32px, 4vw, 64px) !important;
}

/* Marquee Patch */
.amplify-storytelling-marquee {
  visibility: visible !important;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.single-post-content p::selection,
.single-post-content p > *::selection,
.single-post-content cite::selection,
.single-post-content cite > *::selection {
  background: var(--wp--preset--color--primary-1);
  color: var(--wp--preset--color--shade-3);
}

.single-post-content p::-moz-selection,
.single-post-content p > *::-moz-selection,
.single-post-content cite::-moz-selection,
.single-post-content cite > *::-moz-selection {
  background: var(--wp--preset--color--primary-1);
  color: var(--wp--preset--color--shade-3);
}

p > a {
  font-weight: inherit;
  text-decoration: inherit !important;
}

a {
  font-weight: inherit;
  text-decoration: none !important;
  transition: all 0.35s ease;
}
a:hover {
  opacity: 0.5;
}

a:where(:not(.wp-element-button)) {
  color: inherit;
}

.has-drop-cap:not(:focus):first-letter {
  font-family: var(--wp--preset--font-family--rocky-compressed);
  font-size: var(--wp--preset--font-size--giga);
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: inherit !important;
}

@media screen and (min-width: 600px) {
  .adp-popup-fixed-height {
    height: 80vh;
    max-height: 650px;
    overflow: hidden !important;
  }
}
.adp-popup-fixed-height .wp-block-gridible-grid-container {
  height: 100%;
}
.adp-popup-fixed-height .wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.adp-popup-outer {
  display: block !important;
}
.adp-popup-content {
  padding: 0 !important;
}
.adp-popup-close {
  align-items: center;
  background-color: var(--wp--preset--color--shade-2) !important;
  border: none !important;
  border-radius: 100em;
  color: var(--wp--preset--color--shade-1) !important;
  cursor: pointer;
  display: flex;
  height: var(--wp--preset--spacing--50);
  justify-content: center;
  width: var(--wp--preset--spacing--50);
}

.wp-block-button__link {
  transition: all 0.35s ease-in-out;
}
.wp-block-button__link:hover {
  opacity: 0.65;
}
.wp-block-button__link i {
  margin-right: var(--wp--preset--spacing--20);
}
.wp-block-button.is-style-link .wp-block-button__link {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.wp-block-button.is-style-link .wp-block-button__link mark {
  align-items: center;
  border-radius: 100em;
  display: inline-flex;
  font-size: 10px;
  height: 20px;
  margin-left: 8px;
  justify-content: center;
  position: relative;
  top: -2px;
  transition: margin-left 0.35s ease;
  width: 20px;
}
.wp-block-button.is-style-link .wp-block-button__link mark i {
  margin: 0;
}
.wp-block-button.is-style-link .wp-block-button__link:hover mark {
  margin-left: 12px;
}
.wp-block-button.is-style-link .wp-block-button__link i {
  margin-left: var(--wp--preset--spacing--20);
}

.wp-block-categories-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.wp-block-categories-list .cat-item {
  margin-bottom: 12px;
}

.wp-block-post-terms.taxonomy-category a:not(:first-of-type),
.wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator {
  display: none;
}

.wp-block-cover.is-style-contain img {
  object-fit: contain;
}

.wp-block-file {
  align-items: center;
  display: flex;
}
.wp-block-file a {
  font-size: var(--wp--preset--font-size--foxtrot);
}
.wp-block-file__button {
  font-weight: bold;
  margin-left: auto !important;
}

@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-2.has-alpha-font-size {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-2.has-alpha-font-size {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-3.has-alpha-font-size {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-3.has-alpha-font-size {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-4.has-alpha-font-size {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-4.has-alpha-font-size {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-2.has-bravo-font-size {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-2.has-bravo-font-size {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-3.has-bravo-font-size {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-3.has-bravo-font-size {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-4.has-bravo-font-size {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-4.has-bravo-font-size {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-2.has-charlie-font-size {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-2.has-charlie-font-size {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-3.has-charlie-font-size {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-3.has-charlie-font-size {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-4.has-charlie-font-size {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-4.has-charlie-font-size {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-2.has-delta-font-size {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-2.has-delta-font-size {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-3.has-delta-font-size {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-3.has-delta-font-size {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-4.has-delta-font-size {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-4.has-delta-font-size {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-2.has-echo-font-size {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-2.has-echo-font-size {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-3.has-echo-font-size {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-3.has-echo-font-size {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-4.has-echo-font-size {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-4.has-echo-font-size {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-2.has-foxtrot-font-size {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-2.has-foxtrot-font-size {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-3.has-foxtrot-font-size {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-3.has-foxtrot-font-size {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-heading.is-style-scale-4.has-foxtrot-font-size {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-heading.is-style-scale-4.has-foxtrot-font-size {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.75) !important;
  }
}

.wp-block-image.is-style-full img {
  width: 100% !important;
}
.wp-block-image.aligncenter {
  display: block;
  width: 100%;
}
.wp-block-image figcaption {
  display: block !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed);
  font-size: var(--wp--preset--font-size--foxtrot);
  font-weight: 500;
  text-align: left;
}
.wp-block-image img[alt=undefined] + figcaption {
  display: none !important;
}

.wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-post-featured-image a:hover {
  opacity: 1;
}

.wp-block-post.theonion_horoscope .wp-block-post-featured-image {
  overflow: visible;
}

.amplify-post-featured-image-caption {
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed);
  font-size: var(--wp--preset--font-size--foxtrot);
  font-weight: 500;
  margin-top: var(--wp--preset--spacing--20);
}

.is-vertical-video .wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  padding-top: 177.77% !important;
}
.is-vertical-video .wp-block-embed__wrapper {
  border-radius: var(--wp--preset--spacing--40);
  overflow: hidden;
}

.wp-block-query-pagination {
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed);
  font-size: var(--wp--preset--font-size--golf);
  font-weight: 600;
  gap: var(--wp--preset--spacing--30) !important;
}
.wp-block-query-pagination-numbers {
  display: flex;
  flex: auto;
  gap: var(--wp--preset--spacing--30);
  justify-content: flex-end;
}
.wp-block-query-pagination-numbers .page-numbers {
  align-items: center;
  background-color: var(--wp--preset--color--shade-2);
  color: var(--wp--preset--color--primary-1);
  display: flex;
  height: 48px;
  justify-content: center;
  transition: all 0.35s ease;
  width: 48px;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--primary-1);
  color: var(--wp--preset--color--shade-3);
}
.wp-block-query-pagination-numbers .page-numbers:hover:not(.current) {
  opacity: 0.5;
}
.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
  flex: 1;
  transition: all 0.35s ease;
}
.wp-block-query-pagination-previous:hover, .wp-block-query-pagination-next:hover {
  opacity: 0.5;
}
.wp-block-query-pagination-previous + .wp-block-query-pagination-numbers {
  justify-content: center;
}
.wp-block-query-pagination-next + .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child {
  justify-content: flex-start;
}
.wp-block-query-pagination-next {
  text-align: right;
}

.wp-block-post-template .wp-block-post-featured-image a,
.wp-block-post .wp-block-post-featured-image a {
  overflow: hidden;
  position: relative;
}
.wp-block-post-template .wp-block-post-featured-image a img,
.wp-block-post .wp-block-post-featured-image a img {
  transition: transform 0.5s ease-in-out;
}
.wp-block-post-template .wp-block-post-featured-image a:hover img,
.wp-block-post .wp-block-post-featured-image a:hover img {
  transform: scale(1.05);
}
.wp-block-post-template .wp-block-post-featured-image a:hover::before,
.wp-block-post .wp-block-post-featured-image a:hover::before {
  background-color: var(--wp--preset--color--primary-1);
  bottom: 0;
}
.wp-block-post-template .wp-block-post-featured-image a::before,
.wp-block-post .wp-block-post-featured-image a::before {
  background-color: transparent;
  bottom: -4px;
  content: "";
  height: var(--wp--preset--spacing--20);
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.15s linear;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-2.has-alpha-font-size, .wp-block-post-title.is-style-scale-2.has-alpha-font-size a {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-2.has-alpha-font-size, .wp-block-post-title.is-style-scale-2.has-alpha-font-size a {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-3.has-alpha-font-size, .wp-block-post-title.is-style-scale-3.has-alpha-font-size a {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-3.has-alpha-font-size, .wp-block-post-title.is-style-scale-3.has-alpha-font-size a {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-4.has-alpha-font-size, .wp-block-post-title.is-style-scale-4.has-alpha-font-size a {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-4.has-alpha-font-size, .wp-block-post-title.is-style-scale-4.has-alpha-font-size a {
    font-size: calc(var(--wp--preset--font-size--alpha) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-2.has-bravo-font-size, .wp-block-post-title.is-style-scale-2.has-bravo-font-size a {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-2.has-bravo-font-size, .wp-block-post-title.is-style-scale-2.has-bravo-font-size a {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-3.has-bravo-font-size, .wp-block-post-title.is-style-scale-3.has-bravo-font-size a {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-3.has-bravo-font-size, .wp-block-post-title.is-style-scale-3.has-bravo-font-size a {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-4.has-bravo-font-size, .wp-block-post-title.is-style-scale-4.has-bravo-font-size a {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-4.has-bravo-font-size, .wp-block-post-title.is-style-scale-4.has-bravo-font-size a {
    font-size: calc(var(--wp--preset--font-size--bravo) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-2.has-charlie-font-size, .wp-block-post-title.is-style-scale-2.has-charlie-font-size a {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-2.has-charlie-font-size, .wp-block-post-title.is-style-scale-2.has-charlie-font-size a {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-3.has-charlie-font-size, .wp-block-post-title.is-style-scale-3.has-charlie-font-size a {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-3.has-charlie-font-size, .wp-block-post-title.is-style-scale-3.has-charlie-font-size a {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-4.has-charlie-font-size, .wp-block-post-title.is-style-scale-4.has-charlie-font-size a {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-4.has-charlie-font-size, .wp-block-post-title.is-style-scale-4.has-charlie-font-size a {
    font-size: calc(var(--wp--preset--font-size--charlie) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-2.has-delta-font-size, .wp-block-post-title.is-style-scale-2.has-delta-font-size a {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-2.has-delta-font-size, .wp-block-post-title.is-style-scale-2.has-delta-font-size a {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-3.has-delta-font-size, .wp-block-post-title.is-style-scale-3.has-delta-font-size a {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-3.has-delta-font-size, .wp-block-post-title.is-style-scale-3.has-delta-font-size a {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-4.has-delta-font-size, .wp-block-post-title.is-style-scale-4.has-delta-font-size a {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-4.has-delta-font-size, .wp-block-post-title.is-style-scale-4.has-delta-font-size a {
    font-size: calc(var(--wp--preset--font-size--delta) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-2.has-echo-font-size, .wp-block-post-title.is-style-scale-2.has-echo-font-size a {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-2.has-echo-font-size, .wp-block-post-title.is-style-scale-2.has-echo-font-size a {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-3.has-echo-font-size, .wp-block-post-title.is-style-scale-3.has-echo-font-size a {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-3.has-echo-font-size, .wp-block-post-title.is-style-scale-3.has-echo-font-size a {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-4.has-echo-font-size, .wp-block-post-title.is-style-scale-4.has-echo-font-size a {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-4.has-echo-font-size, .wp-block-post-title.is-style-scale-4.has-echo-font-size a {
    font-size: calc(var(--wp--preset--font-size--echo) * 0.75) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-2.has-foxtrot-font-size, .wp-block-post-title.is-style-scale-2.has-foxtrot-font-size a {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.8) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-2.has-foxtrot-font-size, .wp-block-post-title.is-style-scale-2.has-foxtrot-font-size a {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.866) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-3.has-foxtrot-font-size, .wp-block-post-title.is-style-scale-3.has-foxtrot-font-size a {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.75) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-3.has-foxtrot-font-size, .wp-block-post-title.is-style-scale-3.has-foxtrot-font-size a {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.8) !important;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-post-title.is-style-scale-4.has-foxtrot-font-size, .wp-block-post-title.is-style-scale-4.has-foxtrot-font-size a {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.66) !important;
  }
}
@media screen and (max-width: 1079px) and (min-width: 600px) {
  .wp-block-post-title.is-style-scale-4.has-foxtrot-font-size, .wp-block-post-title.is-style-scale-4.has-foxtrot-font-size a {
    font-size: calc(var(--wp--preset--font-size--foxtrot) * 0.75) !important;
  }
}
.wp-block-post-title a:hover {
  color: var(--wp--preset--color--primary-1);
  opacity: 1;
}

.wp-block-query .wp-block-post-template-is-layout-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 600px) {
  .wp-block-query .wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) and (max-width: 1000000000px) {
  .wp-block-query .wp-block-post-template-is-layout-grid.columns-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
}

.wp-block-quote,
.wp-block-pullquote {
  margin: 0;
}
.wp-block-quote cite,
.wp-block-quote cite mark,
.wp-block-pullquote cite,
.wp-block-pullquote cite mark {
  font-size: var(--wp--preset--font-size--golf);
  font-style: normal;
  font-weight: 400;
  opacity: 0.75;
  text-transform: initial;
}

.wp-block-separator {
  border-bottom: 1px solid;
  border-top: none;
  margin-bottom: 12px;
  margin-top: 12px;
}
.wp-block-separator.is-style-vertical {
  border: none;
  border-left: 1px solid;
  height: 100%;
  width: 0;
}
.wp-block-separator.is-style-double {
  background-color: transparent !important;
  border-top: 2px solid;
  border-bottom: 1px solid;
  height: 3px;
}
.wp-block-separator.is-style-short {
  width: 150px !important;
}

.wp-block-social-links.is-style-square .wp-block-social-link {
  border-radius: 0;
}

.wp-block-outermost-social-sharing.is-style-square .wp-block-outermost-social-sharing-link {
  border-radius: 0;
}

.wp-block-post-terms.taxonomy-post_tag {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
}
.wp-block-post-terms.taxonomy-post_tag a {
  background-color: var(--wp--preset--color--primary-1);
  color: var(--wp--preset--color--shade-3);
  padding-bottom: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--20);
}

.wp-block-theonion-category-featured-tags__item {
  white-space: nowrap;
}

.consent-banner-modal-wrapper h2 {
  font-size: var(--wp--preset--font-size--echo) !important;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  padding-bottom: var(--wp--preset--spacing--0) !important;
}

#consent-banner-main h2 {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-size: var(--wp--preset--font-size--delta);
  margin-bottom: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
}

#consent-banner-settings ul label {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  margin-bottom: var(--wp--preset--spacing--0);
  margin-left: 9px !important;
}

#consent-banner-settings ul li {
  border-color: var(--wp--preset--color--shade-2);
}

#consent-banner-main p {
  color: var(--wp--preset--color--shade-1);
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed);
  margin-bottom: var(--wp--preset--spacing--0);
}

#consent-banner-modal .consent-banner-modal-buttons {
  margin-top: var(--wp--preset--spacing--0) !important;
}

#consent-banner-modal .consent-banner-button,
.consent-banner-button {
  border-color: var(--wp--preset--color--primary-1) !important;
  border-radius: 0 !important;
  border-width: 1px !important;
  color: var(--wp--preset--color--primary-2) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-weight: 700 !important;
}

#consent-banner-modal .consent-banner-button[href="#accept"],
.consent-banner-button[href="#accept"] {
  background-color: var(--wp--preset--color--primary-1) !important;
  color: var(--wp--preset--color--shade-3) !important;
}

#consent-banner-settings ul p {
  padding-bottom: 12px !important;
}

.wp-block-cb-carousel {
  margin-bottom: 0 !important;
}
.wp-block-cb-carousel .slick-list {
  margin-left: -16px;
  margin-right: -16px;
}
.wp-block-cb-carousel .slick-slide {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.wp-block-cb-carousel .slick-slide .wp-block-post-title {
  padding-bottom: 1px;
}
.wp-block-cb-carousel .slick-dots {
  display: inline-block;
  margin-top: var(--wp--preset--spacing--30);
  position: unset;
}
.wp-block-cb-carousel .slick-dots li {
  color: var(--wp--preset--color--shade-2);
  height: 12px;
  margin: 2px;
  width: 12px;
}
.wp-block-cb-carousel .slick-dots li.slick-active button:before {
  color: var(--wp--preset--color--primary-1);
}
.wp-block-cb-carousel .slick-dots li button {
  padding: 0;
}
.wp-block-cb-carousel .slick-dots li button::before {
  font-size: 10px;
}
.wp-block-cb-carousel .slick-dots li:only-child {
  display: none;
}

.jetpack-instant-search__box {
  border-color: var(--wp--preset--color--shade-2) !important;
}

input.jetpack-instant-search__box-input.search-field.search-field {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  margin-bottom: 0 !important;
}

.jetpack-instant-search__box input[type=search].jetpack-instant-search__box-input:focus {
  margin-left: 0 !important;
}

.jetpack-instant-search__overlay-close,
.jetpack-instant-search__search-results-secondary {
  border-color: var(--wp--preset--color--shade-2) !important;
  transition: all 0.35s ease;
}

.jetpack-instant-search__overlay-close:hover {
  opacity: 0.5;
}

.jetpack-instant-search__overlay-close svg {
  fill: var(--wp--preset--color--primary-1) !important;
}

.jetpack-instant-search__search-results-title,
.jetpack-instant-search__search-filters-title {
  color: var(--wp--preset--color--primary-2) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-weight: 700 !important;
}

.jetpack-instant-search__search-sort button,
.jetpack-instant-search__search-filter-sub-heading {
  color: var(--wp--preset--color--shade-1) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  transition: all 0.35s ease;
}

.jetpack-instant-search__search-sort button:hover {
  color: var(--wp--preset--color--primary-1) !important;
}

.jetpack-instant-search__search-sort button.is-selected {
  color: var(--wp--preset--color--primary-1) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-weight: 700 !important;
}

.jetpack-instant-search__search-filter-list-label {
  olor: var(--wp--preset--color--primary-2) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-size: var(--wp--preset--font-size--foxtrot);
}

.jetpack-instant-search__search-result {
  border-bottom: 1px solid var(--wp--preset--color--shade-2);
  margin-bottom: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--40);
}

.jetpack-instant-search__search-result-title {
  font-family: var(--wp--preset--font-family--rocky-condensed);
  margin-bottom: var(--wp--preset--spacing--30) !important;
}

.jetpack-instant-search__search-result-title a:hover {
  color: var(--wp--preset--color--primary-1) !important;
  opacity: 1 !important;
}

.swiper {
  z-index: 0;
}
.swiper:not(.swiper-pagination-disabled) .swiper-wrapper {
  margin-bottom: var(--wp--preset--spacing--50);
}
.swiper .swiper-pagination {
  bottom: 0 !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--primary-1);
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: var(--wp--preset--color--shade-3);
  border-radius: 100em;
  cursor: pointer;
  height: 40px;
  transition: box-shadow 0.35s ease;
  width: 40px;
  z-index: 99;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  color: var(--wp--preset--color--primary-2);
  font-size: var(--wp--preset--font-size--foxtrot);
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.25 !important;
  pointer-events: inherit;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  box-shadow: 0px 56px 16px 0px rgba(0, 0, 0, 0), 0px 36px 14px 0px rgba(0, 0, 0, 0.01), 0px 20px 12px 0px rgba(0, 0, 0, 0.05), 0px 9px 9px 0px rgba(0, 0, 0, 0.09), 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.wp-block-group.has-primary-1-background-color .swiper .swiper-pagination-bullet,
.wp-block-group.has-primary-2-background-color .swiper .swiper-pagination-bullet,
.wp-block-cover .swiper .swiper-pagination-bullet {
  background-color: var(--wp--preset--color--shade-3);
}
.wp-block-group.has-primary-1-background-color .swiper .swiper-pagination-bullet-active,
.wp-block-group.has-primary-2-background-color .swiper .swiper-pagination-bullet-active,
.wp-block-cover .swiper .swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--shade-3);
}

.wp-block-theonion-category-featured-tags {
  display: flex;
  gap: 1em;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  overflow-x: scroll;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .wp-block-theonion-category-featured-tags {
    justify-content: center;
  }
}
.wp-block-theonion-category-featured-tags__tag {
  list-style: none;
  white-space: nowrap;
}

.wp-block-theonion-horoscope-summary__title, .wp-block-theonion-horoscope-summary__date, .wp-block-theonion-horoscope-summary__excerpt {
  font-family: var(--wp--preset--font-family--utopia-std-catpion);
  font-size: var(--wp--preset--font-size--echo);
}
.wp-block-theonion-horoscope-summary__title, .wp-block-theonion-horoscope-summary__date {
  font-weight: 700;
}
.wp-block-theonion-horoscope-summary h1,
.wp-block-theonion-horoscope-summary h2,
.wp-block-theonion-horoscope-summary h3,
.wp-block-theonion-horoscope-summary h4,
.wp-block-theonion-horoscope-summary h5,
.wp-block-theonion-horoscope-summary h6,
.wp-block-theonion-horoscope-summary p {
  display: inline;
}

.wp-block-query .type-theonion_horoscope:last-child article {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-theonion-post-template-limited {
  margin: 0;
  padding: 0;
}
.wp-block-theonion-post-template-limited li.wp-block-post {
  list-style: none;
}

.wp-block-theonion-weather-summary {
  align-items: center;
  display: flex;
  height: 24px;
  position: relative;
  width: 24px;
}
.wp-block-theonion-weather-summary__snapshot {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed);
  font-weight: 600;
  gap: 0;
  margin: 0;
}
.wp-block-theonion-weather-summary__snapshot img {
  height: 125%;
  object-fit: cover;
  min-height: 30px;
  min-width: 30px;
  position: relative;
  top: 0;
  width: 125%;
}
.wp-block-theonion-weather-summary__snapshot:hover {
  color: var(--wp--preset--color--primary-1);
}
.wp-block-theonion-weather-summary__snapshot:hover img {
  filter: invert(14%) sepia(99%) saturate(3428%) hue-rotate(155deg) brightness(95%) contrast(101%);
}
.wp-block-theonion-weather-summary .wp-block-theonion-weather-summary__comment {
  background-color: var(--wp--preset--color--primary-1);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.37);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: var(--wp--preset--color--shade-3);
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed);
  font-weight: 600;
  left: 0;
  line-height: 1.25;
  margin-top: var(--wp--preset--spacing--30);
  max-width: 178px;
  opacity: 0;
  padding: var(--wp--preset--spacing--40);
  position: absolute;
  top: 110%;
  visibility: hidden;
  transition: all 0.35s ease;
  width: max-content;
  z-index: 999;
}
.wp-block-theonion-weather-summary--open .wp-block-theonion-weather-summary__comment {
  margin-top: var(--wp--preset--spacing--20);
  opacity: 1;
  visibility: visible;
}

.pat-ad-testimonial {
  container-type: inline-size; /* enables container query */
  container-name: adTestimonialContainer; /* optional, if you want to name it */
  position: relative;
}
.pat-ad-testimonial-logo {
  left: 0;
  max-width: 175px;
  position: absolute;
  right: 0;
  top: -16px;
}
.pat-ad-testimonial article {
  gap: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--40);
}
@container adTestimonialContainer (max-width: 308px) {
  .pat-ad-testimonial article {
    flex-direction: column;
    margin-top: var(--wp--preset--spacing--50);
  }
}
.pat-ad-testimonial-image {
  line-height: 0;
  min-width: 100px;
  overflow: hidden;
}
.pat-ad-testimonial-image .value {
  line-height: 0;
}
.pat-ad-testimonial-content__quote {
  line-height: 1.15;
}

.pat-news-package .wp-block-query .pat-news-package-post-temp > .wp-block-group {
  flex-direction: row-reverse;
  gap: var(--wp--preset--spacing--40);
}
.pat-news-package .wp-block-query .pat-news-package-post-temp > .wp-block-group figure {
  flex: 0.7;
}
.pat-news-package .wp-block-query .pat-news-package-post-temp > .wp-block-group .wp-block-group {
  flex: 1.3;
}
@media screen and (min-width: 600px) {
  .pat-news-package .wp-block-query .pat-news-package-post-temp > .wp-block-group {
    flex-direction: row;
    gap: var(--wp--preset--spacing--50);
  }
  .pat-news-package .wp-block-query .pat-news-package-post-temp > .wp-block-group figure {
    flex: 1.2;
  }
  .pat-news-package .wp-block-query .pat-news-package-post-temp > .wp-block-group .wp-block-group {
    flex: 1.8;
  }
}
.pat-news-package .wp-block-query .is-layout-grid {
  column-gap: var(--wp--preset--spacing--50);
}
.pat-news-package .wp-block-query .is-layout-grid .pat-news-package-post-temp {
  height: 100%;
  padding-bottom: var(--wp--preset--spacing--0) !important;
}
.pat-news-package .wp-block-query .is-layout-grid .pat-news-package-post-temp > .wp-block-group {
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.pat-news-package .wp-block-query .is-layout-grid .pat-news-package-post-temp > .wp-block-group figure {
  width: 100%;
}
.pat-news-package .wp-block-query .pat-news-package-post-temp--sm > .wp-block-group {
  gap: var(--wp--preset--spacing--40);
}
.pat-news-package .wp-block-query .pat-news-package-post-temp--reverse > .wp-block-group {
  flex-direction: row-reverse;
}
.pat-news-package .wp-block-query .pat-news-package-post-temp--row > .wp-block-group {
  flex-direction: row !important;
}
.pat-news-package .wp-block-query .pat-news-package-post-temp .wp-block-gridible-grid-column::before {
  width: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: calc(1080px - 1px)) {
  .pat-news-package .wp-block-query .is-layout-grid .wp-block-post:not(:nth-child(odd)) {
    position: relative;
  }
  .pat-news-package .wp-block-query .is-layout-grid .wp-block-post:not(:nth-child(odd))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    height: calc(100% - 0);
    position: absolute;
    top: 0;
    width: 1px;
  }
  .pat-news-package .wp-block-query .is-layout-grid .wp-block-post:not(:nth-child(odd)):not(.is-last-row)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    height: calc(100% - 16px);
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-package .wp-block-query .is-layout-grid .wp-block-post .pat-news-package-post-temp {
    padding-bottom: inherit !important;
  }
  .pat-news-package .wp-block-query .is-layout-grid.columns-2 .wp-block-post:not(:nth-child(2n+1)):not(:first-of-type),
  .pat-news-package .wp-block-query .is-layout-grid.columns-3 .wp-block-post:not(:nth-child(3n+1)):not(:first-of-type),
  .pat-news-package .wp-block-query .is-layout-grid.columns-4 .wp-block-post:not(:nth-child(4n+1)):not(:first-of-type) {
    position: relative;
  }
  .pat-news-package .wp-block-query .is-layout-grid.columns-2 .wp-block-post:not(:nth-child(2n+1)):not(:first-of-type)::before,
  .pat-news-package .wp-block-query .is-layout-grid.columns-3 .wp-block-post:not(:nth-child(3n+1)):not(:first-of-type)::before,
  .pat-news-package .wp-block-query .is-layout-grid.columns-4 .wp-block-post:not(:nth-child(4n+1)):not(:first-of-type)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    height: calc(100% - 0);
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-package .pat-news-package-post-temp--feature-alt-2 .wp-block-cover {
  min-height: fit-content !important;
}
.pat-news-package .pat-news-package-post-temp--feature-alt-2 .wp-block-gridible-grid-column::before {
  width: 0 !important;
}
.pat-news-package--no-border-last-row li:last-child article,
.pat-news-package--no-border-last-row .is-last-row article {
  border-bottom: none;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  padding-bottom: var(--wp--preset--spacing--0) !important;
}
@media screen and (min-width: 600px) {
  .pat-news-package > .wp-block-gridible-grid-column:not(:first-of-type), .pat-news-package > .wp-block-gridible-grid-container .wp-block-gridible-grid-column:not(:first-of-type) {
    position: relative;
  }
  .pat-news-package > .wp-block-gridible-grid-column:not(:first-of-type)::before, .pat-news-package > .wp-block-gridible-grid-container .wp-block-gridible-grid-column:not(:first-of-type)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    height: calc(100% - 0);
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-package aside {
  container-type: inline-size;
  container-name: newsPackageRail;
}
@container newsPackageRail (max-width: 308px) {
  @media screen and (min-width: 601px) {
    .pat-news-package aside .pat-news-package-post-temp--sm .wp-block-post-title.has-echo-font-size a {
      font-size: var(--wp--preset--font-size--foxtrot) !important;
    }
  }
}
@container newsPackageRail (max-width: 240px) {
  @media screen and (min-width: 601px) {
    .pat-news-package aside .pat-news-package-post-temp--sm figure {
      display: none;
    }
    .pat-news-package aside .wp-block-gridible-query-carousel-container .pat-news-package-post-temp--sm figure {
      display: block;
    }
  }
}

@media screen and (min-width: 1080px) {
  .pat-news-package-archive__feature article {
    border-bottom: none;
    margin-bottom: var(--wp--preset--spacing--0) !important;
    padding-bottom: var(--wp--preset--spacing--0) !important;
  }
}
.pat-news-package-archive__feature article .wp-block-post-excerpt__excerpt {
  margin-bottom: var(--wp--preset--spacing--0) !important;
}
@media screen and (min-width: 600px) and (max-width: calc(1080px - 1px)) {
  .pat-news-package-archive__list .wp-block-query ul {
    column-gap: var(--wp--preset--spacing--50);
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--wp--preset--spacing--40);
  }
  .pat-news-package-archive__list .wp-block-query ul li {
    flex: calc(50% - var(--wp--preset--spacing--50));
  }
  .pat-news-package-archive__list .wp-block-query ul li article {
    margin-bottom: var(--wp--preset--spacing--0) !important;
    height: 100%;
  }
  .pat-news-package-archive__list .wp-block-query ul li article > .wp-block-group {
    flex-direction: row-reverse !important;
  }
  .pat-news-package-archive__list .wp-block-query ul li:nth-child(3) article {
    border-bottom: none;
    margin-bottom: var(--wp--preset--spacing--0) !important;
    padding-bottom: var(--wp--preset--spacing--0) !important;
  }
  .pat-news-package-archive__list .wp-block-query ul li:nth-child(even) {
    position: relative;
  }
  .pat-news-package-archive__list .wp-block-query ul li:nth-child(even)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    height: calc(100% - 0);
    position: absolute;
    top: 0;
    width: 1px;
  }
  .pat-news-package-archive__list .wp-block-query ul li:nth-child(2)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    height: calc(100% - 16px);
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-package-archive__list .wp-block-query li:last-child article {
  border-bottom: none;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  padding-bottom: var(--wp--preset--spacing--0) !important;
}
.pat-news-package-archive__list::before {
  width: 0 !important;
}
@media screen and (min-width: 1080px) {
  .pat-news-package-archive__list::before {
    width: 1px !important;
  }
}
.pat-news-package-archive-featured-video {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pat-news-package-archive-featured-video figure {
  flex: 2;
}
.pat-news-package-archive-featured-video figure .wp-block-embed__wrapper {
  height: 100%;
}

.pat-news-pack-arch-list ul,
.pat-news-pack-arch ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pat-news-package-carousel .swiper-wrapper {
  display: flex !important;
  gap: var(--wp--preset--spacing--0) !important;
}
.pat-news-package-carousel .wp-block-post {
  position: relative;
}
.pat-news-package-carousel .wp-block-post::before {
  background-color: var(--wp--preset--color--shade-2);
  bottom: 0;
  content: "";
  left: calc(var(--wp--preset--spacing--40) * -1);
  height: 100%;
  height: calc(100% - 0);
  position: absolute;
  top: 0;
  width: 1px;
  height: 200% !important;
}
.pat-news-package-carousel .wp-block-post article {
  border-bottom: none;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  padding-bottom: var(--wp--preset--spacing--0) !important;
}
.pat-news-package-carousel .swiper-pagination {
  background-color: var(--wp--preset--color--shade-3);
  padding-top: var(--wp--preset--spacing--30);
}

body.no-touch .pat-news-package-carousel .swiper-button-next,
body.no-touch .pat-news-package-carousel .swiper-button-prev,
body.no-touch .pat-news-package-carousel .swiper-button-next.swiper-button-disabled,
body.no-touch .pat-news-package-carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  transition: opacity 0.35s ease;
}
body.no-touch .pat-news-package-carousel:hover .swiper-button-next,
body.no-touch .pat-news-package-carousel:hover .swiper-button-prev {
  opacity: 1 !important;
}
body.no-touch .pat-news-package-carousel:hover .swiper-button-next.swiper-button-disabled,
body.no-touch .pat-news-package-carousel:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.25 !important;
}

.pat-news-package-layout__a,
.pat-news-package-layout__a--alt {
  container-type: inline-size; /* enables container query */
  container-name: newsPackageLayoutAContainer; /* optional, if you want to name it */
}
.pat-news-package-layout__a .wp-block-query,
.pat-news-package-layout__a--alt .wp-block-query {
  width: 100%;
}
@container newsPackageLayoutAContainer (min-width: 601px) and (max-width: 984px) {
  .pat-news-package-layout__a .gridible-row,
  .pat-news-package-layout__a--alt .gridible-row {
    flex-direction: column-reverse;
  }
  .pat-news-package-layout__a .wp-block-gridible-grid-column,
  .pat-news-package-layout__a .wp-block-query,
  .pat-news-package-layout__a--alt .wp-block-gridible-grid-column,
  .pat-news-package-layout__a--alt .wp-block-query {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .pat-news-package-layout__a figure,
  .pat-news-package-layout__a--alt figure {
    margin-bottom: var(--wp--preset--spacing--30) !important;
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-package-layout__a .gridible-col__lg-4.has-overflowing-content .wp-block-post-excerpt,
  .pat-news-package-layout__a--alt .gridible-col__lg-4.has-overflowing-content .wp-block-post-excerpt {
    display: none;
  }
}
.pat-news-package-layout__a .gridible-col::before,
.pat-news-package-layout__a--alt .gridible-col::before {
  width: 0 !important;
}

.pat-news-package-layout__c {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) {
  flex: auto;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2).wp-block-query {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) .wp-block-post-template,
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) .wp-block-post {
  height: 100%;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) ul.wp-block-theonion-post-template-limited:first-of-type {
  height: 100%;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) ul.wp-block-theonion-post-template-limited:nth-of-type(2) {
  height: auto;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) ul.wp-block-theonion-post-template-limited:nth-of-type(2) li {
  height: auto;
}
.pat-news-package-layout__c:not(:only-child) > div:nth-of-type(2) article {
  height: calc(100% - var(--wp--preset--spacing--40));
}
.pat-news-package-layout__c > div:only-of-type {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pat-news-package-layout__c > div:only-of-type > ul.wp-block-theonion-post-template-limited:nth-of-type(1) {
  flex: auto;
}
.pat-news-package-layout__c > div:only-of-type > ul.wp-block-theonion-post-template-limited:nth-of-type(1) .wp-block-post-template,
.pat-news-package-layout__c > div:only-of-type > ul.wp-block-theonion-post-template-limited:nth-of-type(1) .wp-block-post {
  height: 100%;
}
.pat-news-package-layout__c > div:only-of-type > ul.wp-block-theonion-post-template-limited:nth-of-type(1) article {
  height: calc(100% - var(--wp--preset--spacing--40));
}
.pat-news-package-layout__c--alt:not(:only-child) > div:first-of-type {
  flex: auto;
}
.pat-news-package-layout__c--alt:not(:only-child) > div:first-of-type .wp-block-post-template,
.pat-news-package-layout__c--alt:not(:only-child) > div:first-of-type .wp-block-post {
  height: 100%;
}
.pat-news-package-layout__c--alt:not(:only-child) > div:first-of-type article {
  height: calc(100% - var(--wp--preset--spacing--40));
}
.pat-news-package-layout__c--alt:not(:only-child) > div:nth-of-type(2) {
  flex: none;
}
.pat-news-package-layout__c--alt:not(:only-child) > div:nth-of-type(2) .wp-block-post-template,
.pat-news-package-layout__c--alt:not(:only-child) > div:nth-of-type(2) .wp-block-post,
.pat-news-package-layout__c--alt:not(:only-child) > div:nth-of-type(2) article {
  height: auto;
}
.pat-news-package-layout__c--alt:not(:only-child) > div:nth-of-type(2) ul.wp-block-post-template > li:last-child article {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pat-news-package-layout__c--alt > div:only-child > ul:first-of-type {
  flex: auto;
}
.pat-news-package-layout__c--alt > div:only-child > ul:first-of-type .wp-block-post {
  height: 100%;
}
.pat-news-package-layout__c--alt > div:only-child > ul:first-of-type article {
  height: calc(100% - var(--wp--preset--spacing--40));
}
.pat-news-package-layout__c--alt > div:only-child > ul:nth-of-type(2) {
  flex: none;
}
.pat-news-package-layout__c--alt > div:only-child > ul:nth-of-type(2) .wp-block-post,
.pat-news-package-layout__c--alt > div:only-child > ul:nth-of-type(2) article {
  height: auto;
}
.pat-news-package-layout__c--alt > div:only-child > ul:nth-of-type(2) > li:last-child article {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pat-news-package-layout__g {
  container-type: inline-size;
  container-name: newsPackageLayoutG;
}
@container newsPackageLayoutG (max-width: 240px) {
  @media screen and (min-width: 601px) {
    .pat-news-package-layout__g .wp-block-query .wp-block-post-template-is-layout-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .pat-news-package-layout__g .wp-block-query .wp-block-post-template-is-layout-grid li:first-child article {
      border-bottom: 1px solid var(--wp--preset--color--shade-2);
      padding-bottom: var(--wp--preset--spacing--30) !important;
    }
  }
}
.pat-news-package-layout__g .wp-block-query .wp-block-post-template-is-layout-grid li:first-child article {
  border-bottom: 1px solid var(--wp--preset--color--shade-2);
  padding-bottom: var(--wp--preset--spacing--30) !important;
}
@media screen and (min-width: 600px) {
  .pat-news-package-layout__g .wp-block-query .wp-block-post-template-is-layout-grid li:first-child article {
    border-bottom: none;
    margin-bottom: var(--wp--preset--spacing--0) !important;
    padding-bottom: var(--wp--preset--spacing--0) !important;
  }
}

.pat-marquee-container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .pat-marquee-container {
    padding-left: 106px;
  }
}
.pat-marquee-title {
  bottom: 0;
  display: none;
  left: -8px;
  height: 100%;
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  position: absolute;
  top: -2px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .pat-marquee-title {
    display: block;
  }
}
.pat-marquee .amplify-storytelling-query-marquee-container > ul {
  animation-delay: 1s;
  gap: var(--wp--preset--spacing--40);
}
.pat-marquee .wp-block-post-title {
  transition: color 0.35s ease;
}
.pat-marquee .wp-block-group__link:hover + .wp-block-post-title {
  color: var(--wp--preset--color--primary-1) !important;
}

.section-label {
  display: inline-block;
  width: max-content;
}
.section-label.has-section-icon {
  align-items: center;
  display: inline-flex !important;
}
.section-label__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 28px;
  justify-content: center;
  width: calc(28px + 6px);
}
.section-label__icon p {
  margin-top: 2px;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  line-height: var(--wp--preset--spacing--0);
}
.section-label__icon--sm {
  height: 20px;
  width: calc(20px + 6px);
}
.section-label__icon--sm .svg-inline--fa {
  height: 0.75em;
  vertical-align: -0.05em;
}

.pat-slideshow-quotes-slide img {
  max-height: 250px;
  max-width: 250px;
}
.pat-slideshow-quotes .slick-track {
  display: flex !important;
}
.pat-slideshow-quotes .slick-slide {
  height: inherit !important;
}
.pat-slideshow-quotes .slick-slide > div {
  height: 100%;
}

.pat-newsletter-onpage-row {
  align-items: flex-start;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
@media screen and (min-width: 600px) {
  .pat-newsletter-onpage-row {
    align-items: flex-start;
    flex-direction: row;
  }
}
.pat-newsletter-onpage .gravity-theme {
  width: 100%;
}
.pat-newsletter-onpage .gform-body {
  flex: auto;
}
.pat-newsletter-onpage .gform-body .gfield_label {
  display: none !important;
}
.pat-newsletter-onpage .gform-footer {
  margin: var(--wp--preset--spacing--0) !important;
  padding: var(--wp--preset--spacing--0) !important;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pat-newsletter-onpage .gform-footer {
    width: auto;
  }
}
.pat-newsletter-onpage input[type=submit],
.pat-newsletter-onpage .gform_wrapper.gravity-theme input[type=submit],
.pat-newsletter-onpage .gform_button.button {
  background-color: var(--wp--preset--color--primary-2) !important;
  border-color: var(--wp--preset--color--primary-2) !important;
  cursor: pointer;
  margin-top: var(--wp--preset--spacing--30);
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pat-newsletter-onpage input[type=submit],
  .pat-newsletter-onpage .gform_wrapper.gravity-theme input[type=submit],
  .pat-newsletter-onpage .gform_button.button {
    width: auto;
  }
}
.pat-newsletter-onpage .gfield--type-consent .ginput_container_consent {
  display: flex;
  gap: var(--wp--preset--spacing--20);
}
.pat-newsletter-onpage .gfield--type-consent .ginput_container_consent input[type=checkbox] {
  flex-shrink: 0;
}
.pat-newsletter-onpage .gfield--type-consent .ginput_container_consent label {
  display: inline-block;
  line-height: 1.25;
}
@media screen and (min-width: 600px) {
  .pat-newsletter-onpage .gfield--type-consent .ginput_container_consent label {
    margin-bottom: 0;
  }
}
.pat-newsletter-onpage--split-row {
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
@media screen and (min-width: 1080px) {
  .pat-newsletter-onpage--split-row {
    flex-direction: row;
    gap: var(--wp--preset--spacing--0) !important;
  }
}
.pat-newsletter-onpage--split-left {
  flex: 1;
  border-bottom: 1px solid var(--wp--preset--color--primary-2);
  border-right: none;
  padding-bottom: var(--wp--preset--spacing--40) !important;
  padding-right: var(--wp--preset--spacing--0) !important;
}
@media screen and (min-width: 1080px) {
  .pat-newsletter-onpage--split-left {
    border-bottom: none;
    padding-bottom: var(--wp--preset--spacing--0) !important;
    padding-right: var(--wp--preset--spacing--50) !important;
  }
}
.pat-newsletter-onpage--split-right {
  flex: 1;
  border-left: none !important;
  padding-left: var(--wp--preset--spacing--0) !important;
  padding-top: var(--wp--preset--spacing--30) !important;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .pat-newsletter-onpage--split-right {
    flex: 0.65;
    border-left: 1px solid var(--wp--preset--color--primary-2) !important;
    padding-left: var(--wp--preset--spacing--50) !important;
    padding-top: var(--wp--preset--spacing--0) !important;
  }
}
.pat-newsletter-onpage--split-right form {
  align-items: flex-start;
}
.pat-newsletter-onpage--split .gform-footer {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pat-newsletter-onpage--split .gform-footer {
    width: auto;
  }
}
.pat-newsletter-onpage--inline .wp-block-image {
  flex-shrink: 0;
}
@media screen and (min-width: 481px) and (max-width: 1079px) {
  .pat-newsletter-onpage--inline .wp-block-image {
    display: none;
  }
}
.pat-newsletter-onpage--inline .wp-block-group {
  width: 100%;
}
.pat-newsletter-onpage--inline .gravity-theme form {
  align-items: flex-start;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .pat-newsletter-onpage--inline .gravity-theme form {
    flex-direction: row;
  }
}
.pat-newsletter-onpage--inline .gravity-theme form input[type=submit],
.pat-newsletter-onpage--inline .gravity-theme form .gform_wrapper.gravity-theme input[type=submit],
.pat-newsletter-onpage--inline .gravity-theme form .gform_button.button {
  margin: 0 !important;
}
.pat-newsletter-onpage--rail .gform-footer,
.pat-newsletter-onpage--rail .gform-footer .gform_button {
  margin-bottom: var(--wp--preset--spacing--0) !important;
  width: 100% !important;
}
.pat-newsletter-onpage--rail .gfield--type-consent {
  margin-bottom: var(--wp--preset--spacing--30) !important;
}

.pat-news-package-special-cov-feature {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  margin-bottom: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--40);
}
@media screen and (min-width: 1080px) {
  .pat-news-package-special-cov-feature {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pat-news-package-special-cov-feature figure {
  margin-bottom: var(--wp--preset--spacing--40) !important;
}
@media screen and (min-width: 1080px) {
  .pat-news-package-special-cov-feature figure {
    flex: auto;
    height: 100%;
    margin-bottom: 0 !important;
    width: 100%;
  }
}
.pat-news-package-special-cov-feature figure a {
  overflow: hidden;
  position: relative;
}
.pat-news-package-special-cov-rail {
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
  .pat-news-package-special-cov-rail ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--50);
  }
  .pat-news-package-special-cov-rail ul li {
    flex: 1;
    position: relative;
  }
  .pat-news-package-special-cov-rail ul li:not(:first-child)::before {
    background-color: rgba(255, 255, 255, 0.2509803922);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .pat-news-package-special-cov-rail ul article {
    border-bottom: none;
    height: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pat-news-package-special-cov-rail li:last-child article {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1080px) {
  .pat-news-package-special-cov-rail::before {
    background-color: rgba(255, 255, 255, 0.2509803922);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-package-special-cov-rail li article figure {
  margin-bottom: var(--wp--preset--spacing--40) !important;
}
@media screen and (min-width: 1080px) {
  .pat-news-package-special-cov-rail li article figure {
    margin-bottom: 0 !important;
  }
}

.pat-news-package-cat-feature {
  border-bottom: 1px solid var(--wp--preset--color--shade-2);
  margin-bottom: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
}
@media screen and (min-width: 600px) {
  .pat-news-package-cat-feature {
    border-bottom: inherit;
    margin-bottom: inherit;
    padding-bottom: inherit;
  }
}
.pat-news-package-cat--center__left {
  order: 2;
}
.pat-news-package-cat--center__left .wp-block-post-featured-image {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 600px) {
  .pat-news-package-cat--center__left ul li:last-child article {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .pat-news-package-cat--center__left .wp-block-post-featured-image {
    margin-bottom: var(--wp--preset--spacing--40) !important;
  }
}
.pat-news-package-cat--center__middle {
  border-bottom: 1px solid var(--wp--preset--color--shade-2);
  margin-bottom: var(--wp--preset--spacing--40);
  order: 1;
  padding-bottom: var(--wp--preset--spacing--40);
}
.pat-news-package-cat--center__middle::before {
  width: 0 !important;
}
.pat-news-package-cat--center__right {
  order: 3;
}
@media screen and (min-width: 1080px) {
  .pat-news-package-cat--center__left {
    order: 1;
  }
  .pat-news-package-cat--center__middle {
    border-bottom: inherit;
    margin-bottom: inherit;
    order: 2;
    padding-bottom: inherit;
  }
  .pat-news-package-cat--center__middle::before {
    width: 1px !important;
  }
  .pat-news-package-cat--center__right {
    order: 3;
  }
}

/* Pattern: News Pack Layout Center */
@media screen and (min-width: 600px) {
  .pat-news-package-cat--center__left .wp-block-query:nth-of-type(2) li:last-child article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  .pat-news-package-hero-featured-post, .pat-news-package-hero-secondary-posts, .pat-news-package-hero-rail {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .pat-news-package-hero-featured-post hr, .pat-news-package-hero-secondary-posts hr, .pat-news-package-hero-rail hr {
    margin-left: var(--wp--preset--spacing--0);
    margin-right: var(--wp--preset--spacing--0);
  }
}
@media screen and (min-width: 600px) {
  .pat-news-package-hero-featured-post .wp-block-query,
  .pat-news-package-hero-featured-post .wp-block-query ul,
  .pat-news-package-hero-featured-post .wp-block-query ul li,
  .pat-news-package-hero-featured-post .wp-block-query article {
    height: 100%;
  }
  .pat-news-package-hero-featured-post .wp-block-query article {
    display: flex;
    flex-direction: column;
  }
  .pat-news-package-hero-featured-post .wp-block-query article figure {
    flex: 2;
    width: 100%;
  }
}
.pat-news-package-hero .wp-block-query .columns-2 li {
  border: none;
  margin: var(--wp--preset--spacing--0);
  padding: var(--wp--preset--spacing--0);
}
@media screen and (min-width: 600px) {
  .pat-news-package-hero-rail__list .wp-block-query ul li:last-child {
    margin-bottom: var(--wp--preset--spacing--0);
  }
  .pat-news-package-hero-rail__carousel .wp-block-post {
    display: flex;
    flex-direction: column;
  }
  .pat-news-package-hero-rail__carousel .wp-block-post .wp-block-post-featured-image {
    flex: auto;
    height: 100%;
    width: 100%;
  }
  .pat-news-package-hero-rail__carousel .wp-block-post .wp-block-post-title {
    flex: 1;
    height: auto;
  }
}
.pat-news-package-hero--layout-b .pat-news-package-hero-secondary-posts .wp-block-group.block-visibility-hide-small-screen {
  height: 100%;
}
.pat-news-package-hero--layout-b .pat-news-package-hero-secondary-posts .wp-block-group.block-visibility-hide-small-screen .wp-block-group {
  height: calc(100% - 32px);
}
.pat-news-package-hero--layout-b .pat-news-package-hero-secondary-posts ul li:not(:first-child) figure {
  display: none;
}
.pat-news-package-hero--layout-c .pat-news-package-hero-rail,
.pat-news-package-hero--layout-c .pat-news-package-hero-featured-post {
  height: auto !important;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
  .pat-news-package-hero--layout-c .pat-news-package-hero-rail .pat-news-package-hero-rail__list ul {
    column-gap: var(--wp--preset--spacing--50);
    display: flex;
    flex-wrap: wrap;
  }
  .pat-news-package-hero--layout-c .pat-news-package-hero-rail .pat-news-package-hero-rail__list li {
    flex: calc(50% - var(--wp--preset--spacing--50));
  }
  .pat-news-package-hero--layout-c .pat-news-package-hero-rail .pat-news-package-hero-rail__list li:nth-child(even) {
    position: relative;
  }
  .pat-news-package-hero--layout-c .pat-news-package-hero-rail .pat-news-package-hero-rail__list li:nth-child(even)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .pat-news-package-hero--layout-c .pat-news-package-hero-rail .pat-news-package-hero-rail__list li:nth-child(3), .pat-news-package-hero--layout-c .pat-news-package-hero-rail .pat-news-package-hero-rail__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* Pattern: News Pack Hero Home Layout B PATCH */
.pat-news-package-hero--layout-b .pat-news-package-hero-secondary-posts ul li:first-child figure {
  width: 100%;
}

.pat-news-pack-video .slick-track {
  display: flex;
}
.pat-news-pack-video .slick-slide {
  height: auto;
}
@media screen and (min-width: 600px) {
  .pat-news-pack-video .slick-slide:not(:first-of-type) {
    position: relative;
  }
  .pat-news-pack-video .slick-slide:not(:first-of-type)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-width: 600px) {
  .pat-news-pack-video .slick-dots {
    display: none;
  }
}
.pat-news-pack-video--manual-grid {
  column-gap: var(--wp--preset--spacing--50);
  row-gap: var(--wp--preset--spacing--40);
}
.pat-news-pack-video--manual-grid.has-1-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 600px) {
  .pat-news-pack-video--manual-grid.has-1-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-1-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-1-columns > div:not(:first-of-type, :nth-child(2n+1)), .pat-news-pack-video--manual-grid.has-1-columns > li:not(:first-of-type, :nth-child(2n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-1-columns > div:not(:first-of-type, :nth-child(2n+1))::before, .pat-news-pack-video--manual-grid.has-1-columns > li:not(:first-of-type, :nth-child(2n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-1-columns > div:not(:first-of-type, :nth-child(1n+1)), .pat-news-pack-video--manual-grid.has-1-columns > li:not(:first-of-type, :nth-child(1n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-1-columns > div:not(:first-of-type, :nth-child(1n+1))::before, .pat-news-pack-video--manual-grid.has-1-columns > li:not(:first-of-type, :nth-child(1n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-pack-video--manual-grid.has-1-columns > div article, .pat-news-pack-video--manual-grid.has-1-columns > li article {
  height: 100%;
}
.pat-news-pack-video--manual-grid.has-2-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 600px) {
  .pat-news-pack-video--manual-grid.has-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-2-columns > div:not(:first-of-type, :nth-child(2n+1)), .pat-news-pack-video--manual-grid.has-2-columns > li:not(:first-of-type, :nth-child(2n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-2-columns > div:not(:first-of-type, :nth-child(2n+1))::before, .pat-news-pack-video--manual-grid.has-2-columns > li:not(:first-of-type, :nth-child(2n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-2-columns > div:not(:first-of-type, :nth-child(2n+1)), .pat-news-pack-video--manual-grid.has-2-columns > li:not(:first-of-type, :nth-child(2n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-2-columns > div:not(:first-of-type, :nth-child(2n+1))::before, .pat-news-pack-video--manual-grid.has-2-columns > li:not(:first-of-type, :nth-child(2n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-pack-video--manual-grid.has-2-columns > div article, .pat-news-pack-video--manual-grid.has-2-columns > li article {
  height: 100%;
}
.pat-news-pack-video--manual-grid.has-3-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 600px) {
  .pat-news-pack-video--manual-grid.has-3-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-3-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-3-columns > div:not(:first-of-type, :nth-child(2n+1)), .pat-news-pack-video--manual-grid.has-3-columns > li:not(:first-of-type, :nth-child(2n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-3-columns > div:not(:first-of-type, :nth-child(2n+1))::before, .pat-news-pack-video--manual-grid.has-3-columns > li:not(:first-of-type, :nth-child(2n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-3-columns > div:not(:first-of-type, :nth-child(3n+1)), .pat-news-pack-video--manual-grid.has-3-columns > li:not(:first-of-type, :nth-child(3n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-3-columns > div:not(:first-of-type, :nth-child(3n+1))::before, .pat-news-pack-video--manual-grid.has-3-columns > li:not(:first-of-type, :nth-child(3n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-pack-video--manual-grid.has-3-columns > div article, .pat-news-pack-video--manual-grid.has-3-columns > li article {
  height: 100%;
}
.pat-news-pack-video--manual-grid.has-4-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 600px) {
  .pat-news-pack-video--manual-grid.has-4-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-4-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-4-columns > div:not(:first-of-type, :nth-child(2n+1)), .pat-news-pack-video--manual-grid.has-4-columns > li:not(:first-of-type, :nth-child(2n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-4-columns > div:not(:first-of-type, :nth-child(2n+1))::before, .pat-news-pack-video--manual-grid.has-4-columns > li:not(:first-of-type, :nth-child(2n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-width: 1080px) {
  .pat-news-pack-video--manual-grid.has-4-columns > div:not(:first-of-type, :nth-child(4n+1)), .pat-news-pack-video--manual-grid.has-4-columns > li:not(:first-of-type, :nth-child(4n+1)) {
    position: relative;
  }
  .pat-news-pack-video--manual-grid.has-4-columns > div:not(:first-of-type, :nth-child(4n+1))::before, .pat-news-pack-video--manual-grid.has-4-columns > li:not(:first-of-type, :nth-child(4n+1))::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.pat-news-pack-video--manual-grid.has-4-columns > div article, .pat-news-pack-video--manual-grid.has-4-columns > li article {
  height: 100%;
}

.onion-part-footer-site-logo a:hover {
  opacity: 1;
}
.onion-part-footer-top {
  padding: 0;
}
.onion-part-footer-top__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .onion-part-footer-top {
    padding: 0 var(--wp--preset--spacing--70);
  }
}
@media screen and (min-width: 1080px) {
  .onion-part-footer-top {
    padding: 0;
  }
}
.onion-part-footer-horoscope .wp-block-group {
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .onion-part-footer-horoscope .wp-block-group {
    flex-direction: row;
  }
}
.onion-part-footer-horoscope p.has-tablet-gothic-semi-condensed-font-family.has-text-align-right {
  text-align: right !important;
}
.onion-part-footer-horoscope .theonion_horoscope article {
  gap: var(--wp--preset--spacing--40);
}
.onion-part-footer-newsletter form {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  flex-direction: column;
}
.onion-part-footer-newsletter .gfield_label {
  display: none !important;
}
.onion-part-footer-newsletter .ginput_container_email input[type=email] {
  background-color: var(--wp--preset--color--primary-2) !important;
  border-radius: 0 !important;
  border-color: var(--wp--preset--color--shade-3) !important;
  color: var(--wp--preset--color--shade-3) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed) !important;
  font-weight: 400;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  padding: 12px 16px !important;
}
.onion-part-footer-newsletter .ginput_container_email input[type=email]::placeholder {
  color: var(--wp--preset--color--shade-3) !important;
  opacity: 0.75 !important;
}
.onion-part-footer-newsletter input[type=submit].gform_button {
  background: var(--wp--preset--color--primary-1) !important;
  border-radius: 0 !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-condensed) !important;
  font-weight: 600 !important;
  height: 64px !important;
  width: 100% !important;
}
.onion-part-footer-newsletter .ginput_container_consent {
  color: var(--wp--preset--color--shade-3) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
}
.onion-part-footer-newsletter .ginput_container_consent input {
  margin-top: 5px;
}
.onion-part-footer-newsletter .gfield_consent_label a {
  text-decoration: underline !important;
}
.onion-part-footer-newsletter .gform_body {
  flex: 3;
}
.onion-part-footer-newsletter .gform_footer.top_label {
  margin-top: var(--wp--preset--spacing--0) !important;
  flex: 1;
}
.onion-part-footer-newsletter .gform_confirmation_message {
  color: var(--wp--preset--color--shade-3);
}
@media screen and (min-width: 600px) {
  .onion-part-footer-newsletter form {
    flex-direction: row;
  }
  .onion-part-footer-newsletter input[type=submit].gform_button {
    width: 25%;
  }
}
.onion-part-footer h2.wp-block-heading,
.onion-part-footer p.has-tablet-gothic-semi-condensed-font-family {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .onion-part-footer h2.wp-block-heading,
  .onion-part-footer p.has-tablet-gothic-semi-condensed-font-family {
    text-align: left;
  }
}
.onion-part-footer .wp-block-navigation {
  gap: var(--wp--preset--spacing--40);
}
.onion-part-footer .wp-block-navigation__container {
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .onion-part-footer .wp-block-navigation__container {
    align-items: flex-start;
    width: 100%;
  }
}
.onion-part-footer .wp-block-navigation li {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .onion-part-footer .wp-block-navigation li {
    text-align: left;
  }
}
.onion-part-footer .wp-block-navigation li a:hover {
  color: var(--wp--preset--color--primary-1);
  opacity: 1;
}
.onion-part-footer-copyright {
  gap: var(--wp--preset--spacing--30);
  justify-content: center;
}
.onion-part-footer-copyright p:not(:last-of-type, :first-of-type) {
  border-right: 1px solid var(--wp--preset--color--shade-3);
  padding-right: var(--wp--preset--spacing--30);
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .onion-part-footer-copyright {
    justify-content: flex-start;
  }
}
.onion-part-footer .wp-block-social-links {
  margin: 0;
  gap: var(--wp--preset--spacing--40);
  justify-content: center;
}
.onion-part-footer .wp-block-social-links li {
  border: 1px solid var(--wp--preset--color--primary-1);
}
.onion-part-footer .wp-block-social-links li a:hover {
  opacity: 1;
}
@media screen and (min-width: 600px) {
  .onion-part-footer .wp-block-social-links {
    justify-content: flex-end;
  }
}

.onion-part-header {
  position: relative;
  z-index: 1;
}
.onion-part-header-container {
  border-left: 1px solid var(--wp--preset--color--shade-2);
  border-right: 1px solid var(--wp--preset--color--shade-2);
  padding-left: var(--wp--style--root--padding-right);
  padding-right: var(--wp--style--root--padding-right);
}
@media screen and (min-width: 600px) {
  .onion-part-header-container__section-top {
    height: 111px;
  }
}
@media screen and (min-width: 1080px) {
  .onion-part-header-container__section-top {
    height: 127px;
  }
}
.onion-part-header-container__section-bottom {
  align-items: center;
  display: flex;
  height: 2rem;
}
.onion-part-header-container__section-dateline-wrapper {
  container-name: dateline;
  container-type: size;
}
.onion-part-header .wp-block-site-logo a {
  text-align: center;
}
.onion-part-header .wp-block-site-logo img {
  max-width: 650px;
  width: calc(100% - 64px);
}
.onion-part-header .wp-block-site-logo a:hover {
  opacity: 1 !important;
}
.onion-part-header-dateline .wp-block-theonion-weather-summary {
  border-left: 1px solid var(--wp--preset--color--shade-2);
  margin-left: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--20);
}
@media screen and (min-width: 1080px) {
  .onion-part-header-dateline .wp-block-theonion-weather-summary {
    margin-left: var(--wp--preset--spacing--30);
    padding-left: var(--wp--preset--spacing--30);
  }
}
@container dateline (width < 225px) {
  .onion-part-header-dateline .wp-block-theonion-weather-summary {
    display: none;
  }
}
.onion-part-header-social {
  width: 100%;
}
.onion-part-header-social p {
  border-right: 1px solid var(--wp--preset--color--shade-2);
  padding-right: var(--wp--preset--spacing--30);
  white-space: nowrap;
}
.onion-part-header-social p::before {
  background-image: url("./src/images/icon/icon-paper-plane.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: var(--wp--preset--spacing--20);
  width: 12px;
}
.onion-part-header .wp-block-navigation ul {
  gap: var(--wp--preset--spacing--40);
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation-submenu li a {
  color: var(--wp--preset--color--primary-2) !important;
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation-submenu li a:hover {
  color: var(--wp--preset--color--primary-1) !important;
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation__submenu-container {
  box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.05);
  gap: 0;
}
@media screen and (min-width: 600px) {
  .onion-part-header .wp-block-navigation ul .wp-block-navigation__submenu-container {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 1080px) {
  .onion-part-header .wp-block-navigation ul .wp-block-navigation__submenu-container {
    min-width: 200px !important;
  }
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation__submenu-container li {
  padding: 12px;
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation__submenu-container li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--shade-2);
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation__submenu-container a {
  padding: 0;
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation-submenu__toggle:hover + .wp-block-navigation__submenu-icon svg path {
  stroke: var(--wp--preset--color--primary-1);
}
.onion-part-header .wp-block-navigation ul .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-icon {
  transform: rotate(-180deg);
  transition: all 0.35s ease;
}
.onion-part-header .wp-block-navigation li a,
.onion-part-header .wp-block-navigation button {
  font-size: var(--wp--preset--font-size--foxtrot) !important;
}
.onion-part-header .wp-block-navigation li a:hover,
.onion-part-header .wp-block-navigation button:hover {
  color: var(--wp--preset--color--primary-1);
  opacity: 1;
}
.onion-part-header .wp-block-social-links {
  gap: var(--wp--preset--spacing--40);
  display: none;
  overflow-x: scroll;
  justify-content: flex-start;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .onion-part-header .wp-block-social-links {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .onion-part-header .wp-block-gridible-grid-column:not(:first-of-type) {
    position: relative;
  }
  .onion-part-header .wp-block-gridible-grid-column:not(:first-of-type)::before {
    background-color: var(--wp--preset--color--shade-2);
    bottom: 0;
    content: "";
    left: calc(var(--wp--preset--spacing--40) * -1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.onion-part-header .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--primary-1) !important;
  color: var(--wp--preset--color--shade-3) !important;
  overflow-x: clip;
  padding: var(--wp--preset--spacing--50);
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--primary-2);
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  position: relative;
  z-index: 9999;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog::after {
  background: transparent url("./src/images/branding/dingbat-inverse.svg") right top no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  position: absolute;
  opacity: 0.05;
  top: 10%;
  width: 100%;
  z-index: -1;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 80px;
  align-items: flex-start !important;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation {
  align-items: flex-start !important;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  align-items: flex-start !important;
  gap: var(--wp--preset--spacing--50) !important;
  width: 100%;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item a {
  font-size: var(--wp--preset--font-size--echo) !important;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item a:hover {
  color: var(--wp--preset--color--shade-3) !important;
  opacity: 0.5;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container + .wp-block-buttons {
  margin-left: 0;
  margin-top: var(--wp--preset--spacing--50);
  width: 100%;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container + .wp-block-buttons .wp-block-button__link {
  border-color: var(--wp--preset--color--shade-3) !important;
  color: var(--wp--preset--color--shade-3) !important;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container + .wp-block-buttons .wp-block-button,
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container + .wp-block-buttons a {
  display: block;
  width: 100%;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-social-links {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--50) !important;
  width: 100%;
}
.onion-part-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-social-links li {
  color: var(--wp--preset--color--shade-3) !important;
}

.post-password-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: calc(100vh - 342px);
  min-height: 350px;
  justify-content: center;
}
.post-password-form p:first-of-type::before {
  content: "Password Protected";
  display: block;
  font-family: var(--wp--preset--font-family--rocky-compressed);
  font-size: var(--wp--preset--font-size--alpha);
  font-weight: 700;
}
.post-password-form p:last-of-type {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--40);
  width: 100%;
}
@media screen and (min-width: 600px) {
  .post-password-form p:last-of-type {
    width: 75%;
  }
}
.post-password-form p:last-of-type label {
  flex: 3;
  margin-bottom: var(--wp--preset--spacing--0) !important;
  text-indent: -99999px;
}
.post-password-form p:last-of-type label input {
  margin-bottom: var(--wp--preset--spacing--0) !important;
}
.post-password-form p:last-of-type input[type=submit] {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-weight: 700;
  flex: 1;
}

@media screen and (min-width: 600px) {
  .category-magazine .wp-block-query .columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1080px) {
  .category-magazine .wp-block-query .columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.post-template-single-commentary-featured-img {
  width: 100px !important;
}
@media screen and (min-width: 1080px) {
  .post-template-single-commentary-featured-img {
    width: 150px !important;
  }
}

.post-template-single-feature-a-page-container,
.post-template-single-feature-b-page-container,
.page-template-page-feature-page-container,
.onion_page_layout-template-page-feature-page-container {
  border-left: 1px solid var(--wp--preset--color--shade-2);
  border-right: 1px solid var(--wp--preset--color--shade-2);
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - var(--wp--preset--spacing--50));
  z-index: -1;
}
@media screen and (min-width: 1601px) {
  .post-template-single-feature-a-page-container,
  .post-template-single-feature-b-page-container,
  .page-template-page-feature-page-container,
  .onion_page_layout-template-page-feature-page-container {
    padding: 0 var(--wp--style--root--padding-right);
  }
}
.post-template-single-feature-a header.wp-block-template-part,
.post-template-single-feature-b header.wp-block-template-part,
.page-template-page-feature header.wp-block-template-part,
.onion_page_layout-template-page-feature header.wp-block-template-part {
  position: relative;
  z-index: 2;
}
.post-template-single-feature-a .wp-block-site-logo a,
.post-template-single-feature-b .wp-block-site-logo a,
.page-template-page-feature .wp-block-site-logo a,
.onion_page_layout-template-page-feature .wp-block-site-logo a {
  margin-right: var(--wp--preset--spacing--40);
  text-align: left;
  width: min-content;
}
.post-template-single-feature-a .wp-block-site-logo img,
.post-template-single-feature-b .wp-block-site-logo img,
.page-template-page-feature .wp-block-site-logo img,
.onion_page_layout-template-page-feature .wp-block-site-logo img {
  max-width: 250px;
  min-width: 175px;
}
.post-template-single-feature-a__content:not(.block-editor-block-list__block),
.post-template-single-feature-b__content:not(.block-editor-block-list__block),
.page-template-page-feature__content:not(.block-editor-block-list__block),
.onion_page_layout-template-page-feature__content:not(.block-editor-block-list__block) {
  margin-bottom: -128px;
  overflow-x: clip;
  position: relative;
  top: -128px;
  z-index: 0;
}
.post-template-single-feature-a__content:not(.block-editor-block-list__block) .single-post-extras,
.post-template-single-feature-b__content:not(.block-editor-block-list__block) .single-post-extras,
.page-template-page-feature__content:not(.block-editor-block-list__block) .single-post-extras,
.onion_page_layout-template-page-feature__content:not(.block-editor-block-list__block) .single-post-extras {
  padding: 0 var(--wp--preset--spacing--40);
}
.post-template-single-feature-a__content:not(.block-editor-block-list__block) .single-post-section,
.post-template-single-feature-b__content:not(.block-editor-block-list__block) .single-post-section,
.page-template-page-feature__content:not(.block-editor-block-list__block) .single-post-section,
.onion_page_layout-template-page-feature__content:not(.block-editor-block-list__block) .single-post-section {
  padding: 0 var(--wp--preset--spacing--50);
}
.post-template-single-feature-a__content .wp-block-cover--title-slide-action .wp-block-cover__inner-container,
.post-template-single-feature-b__content .wp-block-cover--title-slide-action .wp-block-cover__inner-container,
.page-template-page-feature__content .wp-block-cover--title-slide-action .wp-block-cover__inner-container,
.onion_page_layout-template-page-feature__content .wp-block-cover--title-slide-action .wp-block-cover__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: unset !important;
}
@media screen and (min-width: 600px) {
  .post-template-single-feature-a__content .wp-block-cover--title-slide-action__content,
  .post-template-single-feature-b__content .wp-block-cover--title-slide-action__content,
  .page-template-page-feature__content .wp-block-cover--title-slide-action__content,
  .onion_page_layout-template-page-feature__content .wp-block-cover--title-slide-action__content {
    margin: auto 0;
  }
}
@media screen and (min-width: 600px) {
  .post-template-single-feature-a__content .wp-block-cover--title-slide-action__button-group,
  .post-template-single-feature-b__content .wp-block-cover--title-slide-action__button-group,
  .page-template-page-feature__content .wp-block-cover--title-slide-action__button-group,
  .onion_page_layout-template-page-feature__content .wp-block-cover--title-slide-action__button-group {
    margin-bottom: var(--wp--preset--spacing--60);
  }
}
.post-template-single-feature-a__content .wp-block-cover--title-slide-action__button-group .wp-rich-text-font-awesome-icon,
.post-template-single-feature-b__content .wp-block-cover--title-slide-action__button-group .wp-rich-text-font-awesome-icon,
.page-template-page-feature__content .wp-block-cover--title-slide-action__button-group .wp-rich-text-font-awesome-icon,
.onion_page_layout-template-page-feature__content .wp-block-cover--title-slide-action__button-group .wp-rich-text-font-awesome-icon {
  animation: bounce 2.5s infinite;
  animation-delay: 1.5s;
  align-items: center;
  background-color: var(--wp--preset--color--shade-3);
  border-radius: 30em;
  display: flex;
  height: 48px;
  margin: 0 auto;
  justify-content: center;
  width: 48px;
}
.post-template-single-feature-a__content .wp-block-cover--slide-action-offset .wp-block-heading,
.post-template-single-feature-b__content .wp-block-cover--slide-action-offset .wp-block-heading,
.page-template-page-feature__content .wp-block-cover--slide-action-offset .wp-block-heading,
.onion_page_layout-template-page-feature__content .wp-block-cover--slide-action-offset .wp-block-heading {
  scroll-margin-top: -128px;
}
.post-template-single-feature-a .wp-block-gridible-grid-column:not(:first-of-type)::before,
.post-template-single-feature-b .wp-block-gridible-grid-column:not(:first-of-type)::before,
.page-template-page-feature .wp-block-gridible-grid-column:not(:first-of-type)::before,
.onion_page_layout-template-page-feature .wp-block-gridible-grid-column:not(:first-of-type)::before {
  height: 0;
}
.post-template-single-feature-a .pin-spacer,
.post-template-single-feature-b .pin-spacer,
.page-template-page-feature .pin-spacer,
.onion_page_layout-template-page-feature .pin-spacer {
  pointer-events: none;
}
.post-template-single-feature-a .pin-spacer .wp-block-cover,
.post-template-single-feature-b .pin-spacer .wp-block-cover,
.page-template-page-feature .pin-spacer .wp-block-cover,
.onion_page_layout-template-page-feature .pin-spacer .wp-block-cover {
  pointer-events: all;
}
.post-template-single-feature-a .theonion-dingbat::after,
.post-template-single-feature-b .theonion-dingbat::after,
.page-template-page-feature .theonion-dingbat::after,
.onion_page_layout-template-page-feature .theonion-dingbat::after {
  display: none !important;
}

.amplify-storytelling-float-motion-background-swap-container {
  padding: var(--wp--preset--spacing--0) !important;
}

.page-template-page-feature .wp-block-post-content > section:not(:first-of-type),
.onion_page_layout-template-page-feature .wp-block-post-content > section:not(:first-of-type) {
  padding-left: var(--wp--preset--spacing--40) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
}
@media screen and (min-width: 1601px) {
  .page-template-page-feature .wp-block-post-content > section:not(:first-of-type),
  .onion_page_layout-template-page-feature .wp-block-post-content > section:not(:first-of-type) {
    padding-left: var(--wp--preset--spacing--0) !important;
    padding-right: var(--wp--preset--spacing--0) !important;
  }
}

.page-template-page-feature .pat-news-package .wp-block-cover .swiper-pagination,
.onion_page_layout-template-page-feature .pat-news-package .wp-block-cover .swiper-pagination {
  background-color: transparent;
}
.page-template-page-feature .pat-news-package .wp-block-cover .pat-news-package-carousel .wp-block-post::before,
.onion_page_layout-template-page-feature .pat-news-package .wp-block-cover .pat-news-package-carousel .wp-block-post::before {
  height: 100% !important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media screen and (max-width: 480px) {
  .single-post h1.wp-block-post-title {
    font-size: var(--wp--preset--font-size--bravo) !important;
  }
}
.single-post-content--has-watermark {
  margin-top: calc(calc(100vw - 32px) * -1);
}
@media screen and (min-width: 600px) {
  .single-post-content--has-watermark {
    margin-top: var(--wp--preset--spacing--0);
  }
}
.single-post-content p.theonion-dingbat::after {
  background-image: url("./src/images/branding/dingbat.svg");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  margin-left: var(--wp--preset--spacing--20);
  margin-top: var(--wp--preset--spacing--20);
  width: 15px;
}
.single-post-content figure.has-custom-border img {
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
}
.single-post-content .wp-block-gridible-grid-column::before {
  width: 0 !important;
}
.single-post .wp-block-outermost-social-sharing li {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--foxtrot);
  height: var(--wp--preset--spacing--50);
  justify-content: center;
  width: var(--wp--preset--spacing--50);
}
.single-post .wp-block-outermost-social-sharing li, .single-post .wp-block-outermost-social-sharing li a {
  transition: all 0.35s ease;
}
.single-post-next-story {
  position: relative;
}
.single-post-next-story::before {
  background: url("./src/images/branding/dingbat.svg") no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 100%;
  margin: 16px 0;
  max-height: calc(100% - 32px);
  max-width: 90px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.single-post-next-story .wp-block-post-navigation-link {
  line-height: 1.1;
}
.single-post-next-story .wp-block-post-navigation-link:not(.has-tablet-gothic-semi-condensed-font-family) a:hover {
  opacity: 1 !important;
}
.single-post-next-story .wp-block-post-navigation-link:not(.has-rocky-compressed-font-family) a {
  font-size: var(--wp--preset--font-size--foxtrot);
}
@media screen and (min-width: 600px) {
  .single-post-next-story .wp-block-post-navigation-link:not(.has-rocky-compressed-font-family) a {
    font-size: inherit;
  }
}
.single-post-next-story .wp-block-gridible-grid-column::before {
  width: 0 !important;
}
.single-post-next-story--rail {
  right: -8px;
}
.single-post-related-content li:last-of-type .wp-block-post-title {
  margin: 0;
  padding-bottom: 0;
}
.single-post-related-content li:last-of-type hr {
  display: none;
}
.single-post .wp-block-post-terms a[href="https://theonion.com/tag/trending/"] {
  display: none;
}
.single-post-rail__post-list li {
  margin-bottom: var(--wp--preset--spacing--40);
}
.single-post-rail__post-list li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--shade-2);
  padding-bottom: var(--wp--preset--spacing--40);
}
.single-post .pat-news-package .wp-block-gridible-grid-column.gridible-col__md-8::before {
  width: 0 !important;
}
@media screen and (min-width: 1080px) {
  .single-post .pat-news-package .wp-block-gridible-grid-column.gridible-col__md-8::before {
    width: 1px !important;
  }
}
.single-post .single-post-mobile-bg-img {
  position: sticky;
  top: 0;
  pointer-events: none;
}
.single-post .single-post-mobile-bg-img::after {
  background: transparent url("./src/images/branding/dingbat.svg") center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: calc(100vw - 32px);
  opacity: 0.05;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single-post .single-post-mobile-bg-img {
    display: none;
  }
}

.single-post-annual-year__featured-image {
  position: relative;
}
.single-post-annual-year__featured-image-banner {
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 1;
}
.single-post-annual-year__featured-image-banner img {
  max-width: 80px;
}
@media screen and (min-width: 600px) {
  .single-post-annual-year__featured-image-banner img {
    max-width: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .single-post-annual-year__featured-image-banner img {
    max-width: 150px;
  }
}
.single-post-annual-year__related-carousel .slick-track {
  display: flex;
}
.single-post-annual-year__related-carousel .slick-slide {
  height: auto;
  position: relative;
}
.single-post-annual-year__related-carousel .slick-slide::before {
  background-color: var(--wp--preset--color--shade-2);
  bottom: 0;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}

.post-template-single-nib .single-post-content p {
  columns: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .post-template-single-nib .single-post-content p {
    columns: 2;
  }
}

.post-template-single-image .pat-news-package > .wp-block-gridible-grid-column::before,
.post-template-single-graphic .pat-news-package > .wp-block-gridible-grid-column::before,
.post-template-single-magazine .pat-news-package > .wp-block-gridible-grid-column::before,
.post-template-single-video .pat-news-package > .wp-block-gridible-grid-column::before {
  width: 0 !important;
}
@media screen and (min-width: 1080px) {
  .post-template-single-image .pat-news-package > .wp-block-gridible-grid-column::before,
  .post-template-single-graphic .pat-news-package > .wp-block-gridible-grid-column::before,
  .post-template-single-magazine .pat-news-package > .wp-block-gridible-grid-column::before,
  .post-template-single-video .pat-news-package > .wp-block-gridible-grid-column::before {
    width: 1px !important;
  }
}

.post-template-single-image .slick-track,
.post-template-single-cartoon .slick-track,
.post-template-single-graphic .slick-track,
.post-template-single-magazine .slick-track,
.post-template-single-video .slick-track,
.category-entertainment .slick-track,
.category-magazine .slick-track {
  display: flex !important;
}
.post-template-single-image .slick-slide,
.post-template-single-cartoon .slick-slide,
.post-template-single-graphic .slick-slide,
.post-template-single-magazine .slick-slide,
.post-template-single-video .slick-slide,
.category-entertainment .slick-slide,
.category-magazine .slick-slide {
  height: inherit !important;
}
.post-template-single-image .slick-slide > div, .post-template-single-image .slick-slide > article,
.post-template-single-image .slick-slide .wp-block-post-template,
.post-template-single-image .slick-slide .wp-block-post,
.post-template-single-image .slick-slide .wp-block-post article.wp-block-group,
.post-template-single-cartoon .slick-slide > div,
.post-template-single-cartoon .slick-slide > article,
.post-template-single-cartoon .slick-slide .wp-block-post-template,
.post-template-single-cartoon .slick-slide .wp-block-post,
.post-template-single-cartoon .slick-slide .wp-block-post article.wp-block-group,
.post-template-single-graphic .slick-slide > div,
.post-template-single-graphic .slick-slide > article,
.post-template-single-graphic .slick-slide .wp-block-post-template,
.post-template-single-graphic .slick-slide .wp-block-post,
.post-template-single-graphic .slick-slide .wp-block-post article.wp-block-group,
.post-template-single-magazine .slick-slide > div,
.post-template-single-magazine .slick-slide > article,
.post-template-single-magazine .slick-slide .wp-block-post-template,
.post-template-single-magazine .slick-slide .wp-block-post,
.post-template-single-magazine .slick-slide .wp-block-post article.wp-block-group,
.post-template-single-video .slick-slide > div,
.post-template-single-video .slick-slide > article,
.post-template-single-video .slick-slide .wp-block-post-template,
.post-template-single-video .slick-slide .wp-block-post,
.post-template-single-video .slick-slide .wp-block-post article.wp-block-group,
.category-entertainment .slick-slide > div,
.category-entertainment .slick-slide > article,
.category-entertainment .slick-slide .wp-block-post-template,
.category-entertainment .slick-slide .wp-block-post,
.category-entertainment .slick-slide .wp-block-post article.wp-block-group,
.category-magazine .slick-slide > div,
.category-magazine .slick-slide > article,
.category-magazine .slick-slide .wp-block-post-template,
.category-magazine .slick-slide .wp-block-post,
.category-magazine .slick-slide .wp-block-post article.wp-block-group {
  height: 100%;
}
.post-template-single-image .swiper-slide,
.post-template-single-cartoon .swiper-slide,
.post-template-single-graphic .swiper-slide,
.post-template-single-magazine .swiper-slide,
.post-template-single-video .swiper-slide,
.category-entertainment .swiper-slide,
.category-magazine .swiper-slide {
  height: auto !important;
}

.post-template-single-video-content .wp-block-embed-youtube {
  margin-bottom: var(--wp--preset--spacing--0);
}

@media print {
  @page {
    size: auto; /* use default paper size (user/printer) */
    margin-bottom: 0.5in; /* safe printing margin; adjust as needed */
    margin-top: 0.5in; /* safe printing margin; adjust as needed */
  }
  * {
    margin: 0 !important;
    padding: 0;
  }
  body {
    margin: 0 !important;
    padding: 0 0.125in;
  }
  .single-post footer.wp-block-template-part,
  .single-post header .wp-block-gridible-responsive-spacer,
  #consent-banner-main,
  .taxonomy-category,
  #a8c-debug-flag {
    display: none !important;
  }
  .single-post header.wp-block-template-part > div {
    padding: 0 !important;
  }
  .single-post header.wp-block-template-part .onion-part-header-container {
    border: none !important;
    padding: 0 !important;
  }
  .single-post header.wp-block-template-part .onion-part-header-container .gridible-col__lg-3,
  .single-post header.wp-block-template-part .onion-part-header-container .gridible-col__md-8.gridible-col__lg-6 hr,
  .single-post header.wp-block-template-part .onion-part-header-container .onion-part-header-container__section-bottom {
    display: none !important;
  }
  .single-post header.wp-block-template-part .onion-part-header-container .onion-part-header-container__section-top {
    padding: 0 1in !important;
  }
  .wp-block-post-title.has-alpha-font-size {
    font-size: 42pt !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  p:not(.has-shade-1-color.has-tablet-gothic-semi-condensed-font-family) {
    font-size: 12pt;
    margin-top: 0 !important;
    margin-bottom: 0.125in !important;
  }
  .single-post main {
    margin: 0 !important;
    margin-top: 0.125in !important;
    padding: 0;
  }
  .single-post main .wp-block-gridible-grid-container {
    gap: 0 !important;
  }
  .single-post main section:first-of-type .gridible-col__lg-1,
  .single-post main section:first-of-type .gridible-col__lg-3,
  .single-post main section:first-of-type .gridible-col__lg-7 > .wp-block-group:not(:first-child) {
    display: none !important;
  }
  .single-post main section:first-of-type article {
    padding: 0 !important;
    width: 100%;
  }
  .single-post main section:first-of-type .wp-block-post-featured-image {
    margin: 0.125in 0 !important;
  }
  .single-post main section:first-of-type .single-post-mobile-bg-img {
    display: none !important;
  }
  .single-post main section:first-of-type .single-post-content--has-watermark {
    margin: 0 !important;
  }
  .single-post main section:first-of-type .single-post-content {
    margin-top: 0.125in !important;
  }
  .single-post main section:not(:first-of-type),
  .single-post main .wp-block-separator,
  .single-post main .wp-block-template-part,
  .single-post main .wp-block-gridible-responsive-spacer {
    display: none !important;
  }
  .single-post main .onion-temp-page-container {
    border: none !important;
    padding: 0 !important;
  }
  .single-post main::after {
    background: var(--wp--preset--color--primary-1) url("https://theonion.com/wp-content/uploads/2025/10/print-ad-img.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    margin-top: 0.25in;
    height: 90px;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
}
@media print {
  .post-template-single-image main .gridible-col__lg-11,
  .post-template-single-video main .gridible-col__lg-11,
  .post-template-single-cartoon main .gridible-col__lg-11 {
    display: none !important;
  }
  .post-template-single-image main section:first-of-type .wp-block-template-part,
  .post-template-single-image main section:first-of-type .gridible-col__lg-10 article,
  .post-template-single-video main section:first-of-type .wp-block-template-part,
  .post-template-single-video main section:first-of-type .gridible-col__lg-10 article,
  .post-template-single-cartoon main section:first-of-type .wp-block-template-part,
  .post-template-single-cartoon main section:first-of-type .gridible-col__lg-10 article {
    display: block !important;
  }
  .post-template-single-image main section:first-of-type .wp-block-template-part > section:first-of-type,
  .post-template-single-image main section:first-of-type .gridible-col__lg-10 article > section:first-of-type,
  .post-template-single-video main section:first-of-type .wp-block-template-part > section:first-of-type,
  .post-template-single-video main section:first-of-type .gridible-col__lg-10 article > section:first-of-type,
  .post-template-single-cartoon main section:first-of-type .wp-block-template-part > section:first-of-type,
  .post-template-single-cartoon main section:first-of-type .gridible-col__lg-10 article > section:first-of-type {
    padding: 0 !important;
  }
  .post-template-single-image main section:first-of-type .wp-block-post-title,
  .post-template-single-image main section:first-of-type p.theonion-dingbat,
  .post-template-single-video main section:first-of-type .wp-block-post-title,
  .post-template-single-video main section:first-of-type p.theonion-dingbat,
  .post-template-single-cartoon main section:first-of-type .wp-block-post-title,
  .post-template-single-cartoon main section:first-of-type p.theonion-dingbat {
    color: var(--wp--preset--color--primary-2) !important;
  }
}
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
select,
textarea,
.form-theme--framework [type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
.gform_wrapper.gravity-theme [type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 1px solid var(--wp--preset--color--primary-2);
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none !important;
  color: var(--wp--preset--color--black-base);
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-size: var(--wp--preset--font-size--foxtrot) !important;
  height: auto !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
  padding: var(--wp--preset--spacing--40) !important;
  outline: none;
  transition: all 0.35s ease-in-out;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder,
select::placeholder,
textarea::placeholder,
.form-theme--framework [type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder,
.gform_wrapper.gravity-theme [type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder,
.gform_wrapper.gravity-theme select::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
[type=color]:hover, [type=color]:active, [type=date]:hover, [type=date]:active, [type=datetime]:hover, [type=datetime]:active, [type=datetime-local]:hover, [type=datetime-local]:active, [type=email]:hover, [type=email]:active, [type=month]:hover, [type=month]:active, [type=number]:hover, [type=number]:active, [type=password]:hover, [type=password]:active, [type=search]:hover, [type=search]:active, [type=tel]:hover, [type=tel]:active, [type=text]:hover, [type=text]:active, [type=time]:hover, [type=time]:active, [type=url]:hover, [type=url]:active, [type=week]:hover, [type=week]:active, input:not([type]):hover, input:not([type]):active, textarea:hover, textarea:active,
select:hover,
select:active,
textarea:hover,
textarea:active,
.form-theme--framework [type=color]:hover,
.form-theme--framework [type=color]:active, [type=date]:hover, [type=date]:active, [type=datetime]:hover, [type=datetime]:active, [type=datetime-local]:hover, [type=datetime-local]:active, [type=email]:hover, [type=email]:active, [type=month]:hover, [type=month]:active, [type=number]:hover, [type=number]:active, [type=password]:hover, [type=password]:active, [type=search]:hover, [type=search]:active, [type=tel]:hover, [type=tel]:active, [type=text]:hover, [type=text]:active, [type=time]:hover, [type=time]:active, [type=url]:hover, [type=url]:active, [type=week]:hover, [type=week]:active, input:not([type]):hover, input:not([type]):active, textarea:hover, textarea:active,
.gform_wrapper.gravity-theme [type=color]:hover,
.gform_wrapper.gravity-theme [type=color]:active, [type=date]:hover, [type=date]:active, [type=datetime]:hover, [type=datetime]:active, [type=datetime-local]:hover, [type=datetime-local]:active, [type=email]:hover, [type=email]:active, [type=month]:hover, [type=month]:active, [type=number]:hover, [type=number]:active, [type=password]:hover, [type=password]:active, [type=search]:hover, [type=search]:active, [type=tel]:hover, [type=tel]:active, [type=text]:hover, [type=text]:active, [type=time]:hover, [type=time]:active, [type=url]:hover, [type=url]:active, [type=week]:hover, [type=week]:active, input:not([type]):hover, input:not([type]):active, textarea:hover, textarea:active,
.gform_wrapper.gravity-theme select:hover,
.gform_wrapper.gravity-theme select:active,
.gform_wrapper.gravity-theme textarea:hover,
.gform_wrapper.gravity-theme textarea:active {
  border-color: var(--wp--preset--color--secondary-1);
}

select {
  background-image: url("./src/images/icon/icon-select.svg");
  background-position: calc(100% - 12px) center !important;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-right: 32px !important;
  -moz-appearance: none;
}

textarea {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  height: 150px !important;
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

input[type=file]::file-selector-button {
  cursor: pointer;
  margin-right: var(--wp--preset--spacing--30);
  transition: background-color 200ms;
}

.gform_fileupload_rules.gfield_description {
  padding-top: var(--wp--preset--spacing--20) !important;
}

input[type=radio] {
  background-color: var(--wp--preset--color--shade-3);
  border: 1px solid var(--wp--preset--color--primary-2);
  border-radius: 100em;
  height: 16px;
  position: relative;
  transition: all 0.35s ease-in-out;
  width: 16px;
  -webkit-appearance: none;
}
input[type=radio]:hover {
  border-color: var(--wp--preset--color--secondary-1);
}
input[type=radio]:focus, input[type=radio]:active {
  border-color: var(--wp--preset--color--primary-1);
}
input[type=radio]:checked::after {
  background-color: var(--wp--preset--color--primary-1);
  border-radius: 100em;
  content: "";
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}

input[type=checkbox] {
  background-color: var(--wp--preset--color--shade-3);
  border: 1px solid var(--wp--preset--color--primary-2);
  border-radius: 0;
  height: 16px;
  position: relative;
  transition: all 0.35s ease-in-out;
  width: 16px;
  -webkit-appearance: none;
}
input[type=checkbox]:hover {
  border-color: var(--wp--preset--color--secondary-1);
}
input[type=checkbox]:focus, input[type=checkbox]:active {
  border-color: var(--wp--preset--color--primary-1);
}
input[type=checkbox]:checked::after {
  background: url("./src/images/icon/icon-check.svg") no-repeat center;
  background-size: 12px;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.gform-theme--foundation .gform_fields {
  column-gap: var(--wp--preset--spacing--50) !important;
  row-gap: 24px !important;
}

.gchoice {
  align-items: flex-start;
  display: flex;
  gap: 4px;
}
.gchoice label {
  margin-top: -4px;
  text-transform: none;
}

input[type=submit],
.gform_wrapper.gravity-theme input[type=submit],
.gform_button.button {
  border: 1px solid var(--wp--preset--color--primary-1);
  border-radius: 0;
  background-color: var(--wp--preset--color--primary-1);
  color: var(--wp--preset--color--shade-3);
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-size: var(--wp--preset--font-size--foxtrot);
  font-weight: 700;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  transition: all 0.35s ease;
}
input[type=submit]:hover,
.gform_wrapper.gravity-theme input[type=submit]:hover,
.gform_button.button:hover {
  opacity: 0.5 !important;
}

fieldset {
  border: none;
  padding: 0;
}

label {
  align-items: center;
  color: var(--wp--preset--color--primary-2);
  display: inline-flex;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  gap: 4px;
  margin-bottom: var(--wp--preset--spacing--30);
}

label.gform-field-label--type-sub {
  color: var(--wp--preset--color--shade-1);
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-size: var(--wp--preset--font-size--hotel);
  padding-top: var(--wp--preset--spacing--10) !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .gform_wrapper.gravity-theme .gform_fields {
    gap: 24px;
  }
}

@media screen and (max-width: 600px) {
  .gform-theme--foundation .gform_fields {
    grid-template-columns: repeat(8, 1fr);
  }
}

.gform_required_legend {
  display: none;
}

.gfield_description {
  color: var(--wp--preset--color--black-base);
  font-size: 12px !important;
  margin: 0 !important;
}

.gfield_required_asterisk {
  color: var(--wp--preset--color--aqua-base) !important;
}

.gform_confirmation_message_2 {
  color: var(--wp--preset--color--white-base);
  text-align: center;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-weight: 600;
}

.gfield_consent_label a {
  text-decoration: underline !important;
}

.gform_wrapper.gravity-theme .gfield input {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-weight: 400;
  margin-bottom: 0 !important;
}

.form--inverse .gfield_label {
  color: var(--wp--preset--color--shade-3) !important;
}

.form--button-inverse input[type=submit] {
  background-color: var(--wp--preset--color--primary-2) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-weight: 600 !important;
  padding: 16px 32px;
}

.gform_wrapper.gravity-theme .ginput_complex select {
  height: 57px !important;
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-weight: 600;
}

.gform_wrapper.gravity-theme .gfield input {
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed);
  font-weight: 400;
  margin-bottom: 0 !important;
}

.form--inverse .gfield_label,
.form--inverse .gform-field-label--type-sub {
  color: var(--wp--preset--color--shade-3) !important;
}

.form--button-inverse input[type=submit] {
  background-color: var(--wp--preset--color--primary-2) !important;
  font-family: var(--wp--preset--font-family--tablet-gothic-semi-condensed) !important;
  font-weight: 600 !important;
  padding: 16px 32px;
}