@charset "UTF-8";
/*
Theme Name:         Stratechery
Theme URI:          https://github.com/a8cteam51/stratechery
Author:             WordPress Special Projects
Author URI:         https://wpspecialprojects.wordpress.com
Version:            1.0.0
Requires at least:  6.3
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        stratechery
Domain Path:        /languages
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: var(--wp--custom--input--border-radius);
  font-family: var(--wp--preset--font-family--inherit);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--default);
  height: auto;
  min-height: 2.5rem;
  line-height: 1.5;
  padding: 0;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=range]:focus,
input[type=range]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=color]:focus,
input[type=color]:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 2px solid var(--wp--preset--color--black);
}

input[type=submit] {
  border-radius: var(--wp--custom--button--border-radius);
  border: 1px solid var(--wp--preset--color--contrast);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.2s ease-out;
  padding: var(--wp--custom--button--spacing--default-v) var(--wp--custom--button--spacing--default-h);
  background-color: var(--wp--custom--button--color--default-bg);
  color: var(--wp--custom--button--color--default-text);
  align-items: center;
  display: inline-flex;
  gap: 0.375rem;
  appearance: none;
}
input[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus {
  background-color: var(--wp--custom--button--color--default-hover-bg);
  color: var(--wp--custom--button--color--default-hover-text);
}
input[type=submit]::after {
  background-color: currentcolor;
  content: "";
  display: inline-block;
  height: 1.5em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.5em;
  transition: all 300ms ease-in-out;
}
input[type=submit]:hover::after {
  transform: translateX(0.35em);
}
input[type=submit]:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
}

select {
  border: 1px solid var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  appearance: none;
  line-height: 1.5;
  padding: var(--wp--preset--spacing--20) calc(3 * var(--wp--preset--spacing--20)) var(--wp--preset--spacing--20) var(--wp--preset--spacing--10);
  background: var(--wp--preset--color--base-alt) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--wp--preset--spacing--20) top 60%;
}

a {
  text-decoration-thickness: 0.05em !important;
  text-underline-offset: 0.1em !important;
}

th,
strong {
  font-weight: var(--wp--custom--font-weight--bold);
}

.wp-block-post-content a:not([href]) {
  text-decoration: none;
  background-color: transparent;
}

audio {
  height: 2rem;
}

audio::-webkit-media-controls-enclosure {
  background-color: transparent;
}

audio::-webkit-media-controls-panel {
  padding: 0;
}

audio::-webkit-media-controls-play-button {
  background-color: #0559cb;
  border-radius: 100px;
  filter: invert(1) saturate(1.5) brightness(1.025);
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: var(--wp--preset--color--contrast-2);
  font-family: var(--wp--preset--font-family--freight-sans-pro);
  opacity: 1;
  text-shadow: none;
}

audio::-webkit-media-controls-current-time-display {
  margin-inline-start: 1rem;
}

:is(.wp-block-button__link, .wp-element-button) {
  transition: background-color 0.3s ease-out;
}
.wp-block-button:is(.is-style-outline,
.is-style-stratechery-compact-inverted,
.is-style-stratechery-arrow-inverted) :is(.wp-block-button__link, .wp-element-button) {
  background-color: var(--wp--custom--button--color--inverted-bg);
  color: var(--wp--custom--button--color--inverted-text);
}
.wp-block-button:is(.is-style-outline,
.is-style-stratechery-compact-inverted,
.is-style-stratechery-arrow-inverted) :is(.wp-block-button__link, .wp-element-button):active, .wp-block-button:is(.is-style-outline,
.is-style-stratechery-compact-inverted,
.is-style-stratechery-arrow-inverted) :is(.wp-block-button__link, .wp-element-button):hover {
  border-color: var(--wp--custom--button--color--inverted-hover-text);
  background-color: var(--wp--custom--button--color--inverted-hover-bg);
  color: var(--wp--custom--button--color--inverted-hover-text);
}
.wp-block-button:is(.is-style-compact,
.is-style-stratechery-compact-inverted) :is(.wp-block-button__link, .wp-element-button) {
  padding-block: var(--wp--custom--button--spacing--compact-v);
  padding-inline: var(--wp--custom--button--spacing--compact-h);
}
.wp-block-button:is(.is-style-stratechery-arrow,
.is-style-stratechery-arrow-inverted) :is(.wp-block-button__link, .wp-element-button) {
  align-items: center;
  display: flex;
  gap: 0.375rem;
}
.wp-block-button:is(.is-style-stratechery-arrow,
.is-style-stratechery-arrow-inverted) :is(.wp-block-button__link, .wp-element-button)::after {
  background-color: currentcolor;
  content: "";
  display: inline-block;
  height: 1.5em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.5em;
  transition: all 300ms ease-in-out;
}
.wp-block-button:is(.is-style-stratechery-arrow,
.is-style-stratechery-arrow-inverted) :is(.wp-block-button__link, .wp-element-button):hover::after {
  transform: translateX(0.35em);
}

.wp-block-columns.is-style-rounded-corners .wp-block-column {
  border-radius: 30px;
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--custom--spacing--small);
}

.wp-block-details {
  padding-inline-start: 3rem;
}
.wp-block-details summary {
  display: flex;
  font-weight: 600;
  gap: 0.6rem;
  margin-inline-start: -3rem;
}
.wp-block-details summary::marker {
  content: none;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::before {
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: flex;
  flex-shrink: 0;
  font-weight: var(--wp--custom--font-weight--default);
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  transition: transform 0.3s;
  width: 1.5rem;
}
.wp-block-details[open] {
  margin-block-end: var(--wp--preset--spacing--50);
}
.wp-block-details[open] summary::before {
  transform: rotate(-90deg);
}

*:has(> .wp-block-group.is-style-stratechery-mobile-vertical) {
  container: columns/inline-size;
}

.wp-block-group.is-style-stratechery-dotted {
  border-style: dotted;
}
@container columns (max-width: 600px) {
  .wp-block-group.is-style-stratechery-mobile-vertical {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}

.wp-block-post-content hr:where(:not(.wp-block-separator)) {
  border-bottom: 0 none;
  border-top: 1px dotted var(--wp--preset--color--accent);
  margin-block-start: 1.125rem;
}
.wp-block-post-content table:where(:not(.wp-block-table)) {
  table-layout: fixed;
}
.wp-block-post-content a:has(img:first-child:last-child):is(:hover, :focus, :active) {
  background-color: transparent !important;
}

.wp-block-image.is-style-rounded img {
  border-radius: var(--wp--custom--border-radius);
}
.wp-block-image.is-style-stratechery-podcast {
  position: relative;
}
.wp-block-image.is-style-stratechery-podcast img {
  border-radius: var(--wp--custom--border-radius);
}
.wp-block-image.is-style-stratechery-podcast::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.00012207' width='24' height='24' rx='12' fill='%23FAA634'/%3E%3Cpath d='M9.5625 6.93762L17.4375 12.0001L9.5625 17.0626V6.93762Z' fill='white' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  bottom: -0.375rem;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: -0.375rem;
  width: 1.5rem;
  z-index: 1;
}

figcaption {
  font-size: var(--wp--preset--font-size--small);
  font-style: italic;
  line-height: 1.3;
  text-align: start;
}

.wp-block-post-content ul:where(:not(.wp-block-post-template)),
.wp-block-post-content ol {
  padding-inline-start: 1.25rem;
}
.wp-block-post-content ul:where(:not(.wp-block-post-template)) {
  list-style-type: disc;
}
.wp-block-post-content :is(ol, ul:where(:not(.wp-block-post-template))) ul {
  list-style-type: circle;
}
.wp-block-post-content :is(ol, ul:where(:not(.wp-block-post-template))) :is(ol, ul) ul {
  list-style-type: square;
}

.wp-block-list.is-style-stratechery-extra-gap > :is(li, ul, ol):not(:last-child) {
  margin-block-end: 1em;
}
.wp-block-list.has-bold-markers li::marker {
  font-weight: var(--wp--custom--font-weight--bold);
}

@media not all and (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 8%;
  }
}

.wp-block-query.is-style-stratechery-main-query .wp-block-post.type-post:is(.category-articles, .category-articlesnl) .wp-block-post-title {
  font-size: var(--wp--preset--font-size--xxxx-large) !important;
}

:is(blockquote, .wp-block-quote, q) {
  background-color: var(--wp--preset--color--base-2);
  border-left: 1px solid var(--wp--preset--color--contrast);
  display: block;
  margin-inline: 0;
  padding: 0.5rem var(--wp--preset--spacing--30);
  quotes: none;
}
:is(blockquote, .wp-block-quote, q) :is(blockquote, .wp-block-quote, q) {
  font-style: italic;
}
:is(blockquote, .wp-block-quote, q) p:first-child {
  margin-block-start: 0;
}
:is(blockquote, .wp-block-quote, q) p:last-child {
  margin-block-end: 0;
}

ul > li:has(> q:only-child),
ul > li:has(> .rich-text > q:only-child) {
  list-style: none;
}

.wp-block-quote.is-style-stratechery {
  border-left: 2px solid var(--wp--preset--color--primary);
}
.wp-block-quote .wp-block-quote.is-style-stratechery {
  border-left-width: 1px;
}

.wp-block-navigation {
  align-items: flex-start;
}
.wp-block-navigation a:not([href]):focus, .wp-block-navigation a:not([href]):hover {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a {
  border-radius: var(--wp--custom--button--border-radius);
  border: 1px solid var(--wp--preset--color--contrast);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.2s ease-out;
  padding: var(--wp--custom--button--spacing--default-v) var(--wp--custom--button--spacing--default-h);
  background-color: var(--wp--custom--button--color--default-bg);
  color: var(--wp--custom--button--color--default-text);
  align-items: center;
  display: inline-flex;
  gap: 0.375rem;
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a:active, .wp-block-navigation .wp-block-navigation-item.is-style-button a:hover, .wp-block-navigation .wp-block-navigation-item.is-style-button a:focus {
  background-color: var(--wp--custom--button--color--default-hover-bg);
  color: var(--wp--custom--button--color--default-hover-text);
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a::after {
  background-color: currentcolor;
  content: "";
  display: inline-block;
  height: 1.5em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.5em;
  transition: all 300ms ease-in-out;
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a:hover::after {
  transform: translateX(0.35em);
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
}
.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
  text-decoration: underline;
}
.wp-block-navigation.is-style-stratechery-layout {
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.is-style-stratechery-layout .wp-block-navigation__container > .wp-block-navigation-item {
  flex: 1 1 40%;
}
.wp-block-navigation .has-child {
  display: block;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-block-start: 0.5rem;
  min-width: auto !important;
  opacity: 1;
  overflow: visible;
  padding: 0;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button),
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button),
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  color: var(--wp--preset--color--contrast-2);
  font-weight: var(--wp--custom--font-weight--default);
}

.wp-block-navigation-submenu.is-style-stratechery-two-columns {
  column-gap: inherit;
}
.wp-block-navigation-submenu.is-style-stratechery-two-columns > .wp-block-navigation__submenu-container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: inherit;
}

p.is-style-stratechery-label {
  background-color: var(--wp--preset--color--primary);
  border-radius: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.24px;
  padding: 0.1875rem 0.625rem;
  text-transform: uppercase;
  word-break: keep-all;
}

.wp-block-post-content :is(h1, h2, h3, h4, h5, h6) + p {
  margin-block-start: 0;
}

.wp-block-stratechery-podcast-list .stratechery-podcast-list__episodes-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-stratechery-podcast-list .stratechery-podcast-list__episodes-list li + li {
  margin-block-start: var(--wp--preset--spacing--30);
}
.wp-block-stratechery-podcast-list .stratechery-plep,
.wp-block-stratechery-podcast-list .stratechery-link {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  flex: 1;
}
.wp-block-stratechery-podcast-list .stratechery-plep__col-info {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-stratechery-podcast-list .stratechery-plep__title {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  text-wrap: balance;
  text-wrap: pretty;
}
.wp-block-stratechery-podcast-list .stratechery-plep__title a {
  font: inherit;
}
.wp-block-stratechery-podcast-list .stratechery-plep__details {
  color: var(--wp--preset--color--contrast-2);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 400;
}
.wp-block-stratechery-podcast-list .stratechery-plep__col-img {
  flex-basis: 4rem;
  flex-grow: 0;
}

.wp-block-post-content .stratechery-continue-reading {
  align-items: flex-end;
  background: linear-gradient(to bottom, transparent 0%, var(--wp--preset--color--base) 60%);
  bottom: 0;
  display: flex;
  height: 6rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}
.wp-block-post-content .stratechery-continue-reading-cta {
  cursor: pointer;
}
.wp-block-post-content .stratechery-continue-reading-cta::after {
  content: "↓";
  padding-inline-start: 1ch;
}
.wp-block-post-content .stratechery-continue-reading-checkbox {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wp-block-post-content .stratechery-continue-reading-checkbox:focus-visible + .stratechery-continue-reading-cta {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-color: -webkit-focus-ring-color;
  outline-color: Highlight;
}
.wp-block-post-content.is-style-continue-reading {
  transition: max-height 2s;
}
.wp-block-post-content.is-style-continue-reading:has(.stratechery-continue-reading-checkbox:not(:checked)) {
  max-height: var(--stratechery-max-height, none);
  padding-block-end: 2rem;
  position: relative;
}
.wp-block-post-content.is-style-continue-reading:has(.stratechery-continue-reading-checkbox:not(:checked)) > *:nth-child(4) ~ *:not(.stratechery-continue-reading) {
  display: none;
}
.wp-block-post-content.is-style-continue-reading:has(.stratechery-continue-reading-checkbox:checked) {
  max-height: calc-size(-moz-fit-content, size);
  max-height: calc-size(fit-content, size);
}
.wp-block-post-content.is-style-continue-reading:has(.stratechery-continue-reading-checkbox:checked) .stratechery-continue-reading {
  display: none;
}
.wp-block-post-content a:where(:not(.wp-element-button)) {
  text-decoration-color: var(--wp--preset--color--primary);
}
.wp-block-post-content .wp-block-jetpack-videopress:not(.alignfull),
.wp-block-post-content .wp-block-image:not(.alignfull),
.wp-block-post-content .wp-block-embed.is-type-video:not(.alignfull),
.wp-block-post-content iframe.youtube-video:not(.alignfull),
.wp-block-post-content p img:not(.alignfull),
.wp-block-post-content .video-player:not(.alignfull) {
  width: 665px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-block-post-content.block-editor-block-list__layout .wp-block-jetpack-videopress.alignfull,
.wp-block-post-content.block-editor-block-list__layout .wp-block-jetpack-videopress .is-type-video,
.wp-block-post-content.block-editor-block-list__layout .wp-block-image.alignfull,
.wp-block-post-content.block-editor-block-list__layout .wp-block-image .is-type-video, .wp-block-post-content.block-editor-block-list__layout.wp-block-embed.alignfull.alignfull,
.wp-block-post-content.block-editor-block-list__layout.wp-block-embed.alignfull .is-type-video,
.wp-block-post-content.block-editor-block-list__layout .wp-block-embed.is-type-video.alignfull,
.wp-block-post-content.block-editor-block-list__layout .wp-block-embed.is-type-video .is-type-video,
.wp-block-post-content .block-editor-block-list__block .wp-block-jetpack-videopress.alignfull,
.wp-block-post-content .block-editor-block-list__block .wp-block-jetpack-videopress .is-type-video,
.wp-block-post-content .block-editor-block-list__block .wp-block-image.alignfull,
.wp-block-post-content .block-editor-block-list__block .wp-block-image .is-type-video,
.wp-block-post-content .block-editor-block-list__block.wp-block-embed.alignfull.alignfull,
.wp-block-post-content .block-editor-block-list__block.wp-block-embed.alignfull .is-type-video,
.wp-block-post-content .block-editor-block-list__block .wp-block-embed.is-type-video.alignfull,
.wp-block-post-content .block-editor-block-list__block .wp-block-embed.is-type-video .is-type-video {
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-post-navigation-link {
  width: 100%;
}
@media all and (min-width: 782px) {
  .wp-block-post-navigation-link {
    flex: 1 1 0;
  }
  .wp-block-post-navigation-link.post-navigation-link-next {
    text-align: right;
  }
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous.is-arrow-arrow,
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next.is-arrow-arrow {
  background-color: currentcolor;
  display: inline-block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-left'%3E%3Cpath id='Vector' d='M19 12H5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-left'%3E%3Cpath id='Vector' d='M19 12H5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.5em;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next.is-arrow-arrow {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='End Icon'%3E%3Cpath id='Vector' d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='End Icon'%3E%3Cpath id='Vector' d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.is-style-stratechery-hover-underline a:hover {
  text-decoration: underline;
}

body.single-post.category-daily-email h2.wp-block-post-title.has-xxxx-large-font-size {
  font-size: var(--wp--preset--font-size--1-5-x-large) !important;
}

.wp-block-query-pagination > .wp-block-query-pagination-previous,
.wp-block-query-pagination > .wp-block-query-pagination-next {
  margin-block-end: 0;
}
.wp-block-query-pagination > .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow.is-arrow-arrow,
.wp-block-query-pagination > .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow.is-arrow-arrow,
.wp-block-query-pagination > .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow.is-arrow-arrow,
.wp-block-query-pagination > .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow.is-arrow-arrow {
  margin-block-end: 0;
  background-color: currentcolor;
  display: inline-block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-left'%3E%3Cpath id='Vector' d='M19 12H5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-left'%3E%3Cpath id='Vector' d='M19 12H5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.5em;
}
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow.is-arrow-arrow {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='End Icon'%3E%3Cpath id='Vector' d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='End Icon'%3E%3Cpath id='Vector' d='M3.75 9H14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M9 3.75L14.25 9L9 14.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.wp-block-search .wp-block-search__input {
  border: 1px solid var(--wp--preset--color--contrast-3);
  border-radius: var(--wp--custom--input--border-radius);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23767676' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L16.65 16.65' stroke='%23767676' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1.5rem;
  padding-inline: 2.5rem 0.75rem;
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--contrast-3);
  opacity: 1;
}

.wp-block-separator.is-style-stratechery-primary {
  border-color: var(--wp--preset--color--primary);
  border-style: solid;
}
.wp-block-separator.is-style-stratechery-primary-solid {
  border-color: var(--wp--preset--color--primary);
  border-style: solid;
}

.wp-block-spacer.is-style-line-height {
  height: var(--wp--preset--spacing--30) !important;
  margin: 0;
}
.wp-block-spacer.is-style-small {
  height: var(--wp--preset--spacing--40) !important;
  margin: 0;
}
.wp-block-spacer.is-style-medium {
  height: var(--wp--preset--spacing--50) !important;
  margin: 0;
}
.wp-block-spacer.is-style-large {
  height: var(--wp--preset--spacing--60) !important;
  margin: 0;
}
.wp-block-spacer.is-style-x-large {
  height: var(--wp--preset--spacing--70) !important;
  margin: 0;
}
.wp-block-spacer.is-style-gigantic {
  height: var(--wp--preset--spacing--90) !important;
  margin: 0;
}
.wp-block-spacer.is-style-vertical-line-dark {
  width: 2px;
  background: var(--wp--preset--color--contrast);
  margin: auto;
}
.wp-block-spacer.is-style-vertical-line-light {
  width: 2px;
  background: var(--wp--preset--color--base);
  margin: auto;
}

:is(table, .wp-block-table) {
  border-collapse: collapse;
  margin-block: var(--wp--preset--spacing--50);
  width: 100%;
}
@media not all and (min-width: 782px) {
  :is(table, .wp-block-table) {
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.25;
  }
}
:is(table, .wp-block-table) table {
  margin-block: 0;
}
:is(table, .wp-block-table) thead {
  border-bottom: 0 none;
}
:is(table, .wp-block-table) th,
:is(table, .wp-block-table) td {
  border: 1px solid var(--wp--preset--color--accent);
  padding: 0.5rem;
}

:where(:is(table, .wp-block-table) th:not([align])) {
  text-align: center;
}

.wp-block-rss .wp-block-rss__item {
  margin-bottom: var(--wp--preset--spacing--30);
}
.wp-block-rss .wp-block-rss__item-publish-date {
  font-size: var(--wp--preset--font-size--x-small);
}

.wp-site-blocks > footer.wp-block-template-part {
  margin-top: 0;
}

.stratechery-footer-row > * {
  flex: 1 1 17rem;
  max-width: 21.875rem;
}

.stratechery-colophon-group a:where(:not(.wp-element-button)) {
  font-weight: 500;
}

@media not all and (min-width: 600px) {
  header.wp-block-template-part .logo-nav-wrapper {
    flex-wrap: nowrap;
  }
}
header.wp-block-template-part .logo-nav-wrapper > .wp-block-group.is-content-justification-right {
  margin-left: auto;
}
@media not all and (min-width: 600px) {
  header.wp-block-template-part .logo-nav-wrapper > .wp-block-group.is-content-justification-right {
    flex-wrap: nowrap;
  }
}
header.wp-block-template-part p a {
  font-weight: 500;
}

.stratechery-menu-toggle .wp-block-button__link {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  white-space: nowrap;
}
.stratechery-menu-toggle .wp-block-button__link .stratechery-menu-icon {
  width: 0.9375rem;
}
.stratechery-menu-toggle .wp-block-button__link .stratechery-menu-icon .menu-line {
  display: block;
  position: absolute;
  background-color: currentcolor;
  border-radius: 0.5rem;
  height: 1.5px;
  transition: all 0.3s;
  width: 0.9375rem;
}
.stratechery-menu-toggle .wp-block-button__link .stratechery-menu-icon .menu-line:nth-of-type(1) {
  margin-top: -5px;
}
.stratechery-menu-toggle .wp-block-button__link .stratechery-menu-icon .menu-line:nth-of-type(3) {
  margin-top: 5px;
}
.stratechery-menu-toggle .wp-block-button__link.is-menu-open .stratechery-menu-icon .menu-line:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.stratechery-menu-toggle .wp-block-button__link.is-menu-open .stratechery-menu-icon .menu-line:nth-of-type(2) {
  opacity: 0;
}
.stratechery-menu-toggle .wp-block-button__link.is-menu-open .stratechery-menu-icon .menu-line:nth-of-type(3) {
  margin-top: 0;
  transform: rotate(45deg);
}

body:not(.editor-styles-wrapper) .stratechery-mobile-menu:not(.is-visible) {
  display: none !important;
}
body.editor-styles-wrapper header.wp-block-template-part:not(.is-selected, .has-child-selected) .stratechery-mobile-menu {
  display: none !important;
}

main {
  margin-block-start: 0;
  padding-block-start: 1.125rem;
}
body.page main {
  padding-block-end: var(--wp--preset--spacing--70);
}

@media (max-width: 1100px) {
  .stratechery-sidebar,
  .stratechery-sidebar-width {
    flex-basis: 16.25rem !important;
    width: 16.25rem;
  }
}

@media (max-width: 900px) {
  .stratechery-sidebar {
    display: none !important;
  }
}

.az-listing .az-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  justify-content: center;
  list-style: none;
  padding-inline: 0;
}
.az-listing .az-links li {
  background-color: var(--wp--preset--color--base-2);
  box-sizing: border-box;
  display: flex;
  font-size: 1.25rem;
  line-height: 1;
  min-width: 2.75rem;
}
.az-listing .az-links li > :is(a, span) {
  flex-grow: 1;
  padding: 0.75rem;
  text-align: center;
}
.az-listing .az-links li.has-posts {
  font-weight: 600;
}
.az-listing .az-links li.no-posts {
  color: var(--wp--preset--color--contrast-2);
}
.az-listing .letter-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}
.az-listing .letter-section .letter-title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.az-listing .letter-section .back-to-top {
  align-self: flex-end;
  font-size: var(--wp--preset--font-size--small);
  grid-column: 2;
  grid-row: 1;
  text-align: end;
}
.az-listing .letter-section .back-to-top a {
  font-weight: var(--wp--custom--font-weight--default);
}
.az-listing .letter-section .az-columns {
  border-top: 1px dotted var(--wp--preset--color--accent);
  grid-column: 1/-1;
  list-style: none;
  margin-top: 0.75rem;
  padding-block-start: 1.125rem;
  padding-inline-start: var(--wp--preset--spacing--40);
  column-count: 2;
  column-gap: 2rem;
}
.contact-form label {
  font-weight: var(--wp--custom--font-weight--default);
}
.contact-form textarea {
  padding: var(--wp--preset--spacing--20);
}

.sharedaddy {
  margin-block-start: var(--wp--preset--spacing--40);
}

.wp-block-jetpack-related-posts {
  border-bottom: 1px dotted var(--wp--preset--color--accent);
}
.wp-block-jetpack-related-posts .jp-relatedposts-headline {
  display: inline-block;
  font-size: 9pt;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1em;
}
.wp-block-jetpack-related-posts .jp-relatedposts-headline::before {
  border-top: 1px solid #dcdcde;
  content: "";
  display: block;
  margin-bottom: 1em;
  min-width: 30px;
  width: 100%;
}
.wp-block-jetpack-related-posts .jp-related-posts-i2__row[data-post-count] {
  gap: 1rem;
  margin-top: 0.5rem;
}
.wp-block-jetpack-related-posts .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
  background-color: var(--wp--preset--color--base-2);
  margin: 0;
  max-width: none;
  padding: var(--wp--preset--spacing--40);
}
.wp-block-jetpack-related-posts .jp-related-posts-i2__post-link {
  font-size: var(--wp--preset--font-size--small) !important;
}
.wp-block-jetpack-related-posts .jp-related-posts-i2__post-date {
  color: var(--wp--preset--color--contrast-2);
}

.jetpack-instant-search.jetpack-instant-search a:is(:focus, :hover) {
  color: var(--wp--preset--color--contrast);
}

.jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option.jetpack-instant-search__search-sort-option {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--primary);
  text-decoration-thickness: 0.05em !important;
  text-underline-offset: 0.1em !important;
}
.jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option.jetpack-instant-search__search-sort-option:is(:focus, :hover) {
  background-color: var(--wp--preset--color--base-3);
  text-decoration: none !important;
}
.jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option.jetpack-instant-search__search-sort-option.is-selected {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--primary);
}

.jetpack-instant-search__search-result-title {
  font-size: var(--wp--preset--font-size--xx-large);
}
.jetpack-instant-search__search-result-category--articles .jetpack-instant-search__search-result-title {
  font-size: var(--wp--preset--font-size--xxxx-large);
}
.jetpack-instant-search__search-result-title .jetpack-instant-search__search-result-title-link {
  font-weight: var(--wp--custom--font-weight--default);
  display: inline-flex;
}

.wp-block-search,
.search-form {
  position: relative;
}

.wpcom-search-dropdown {
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0;
  width: 100%;
  display: none;
  border-radius: var(--wp--custom--input--border-radius);
  padding: 6px 0;
}
.wpcom-search-dropdown h2 {
  margin: 0;
}

.wpcom-search-dropdown.active,
.wpcom-search-dropdown__taxonomy.active {
  display: block;
}

.wpcom-search-dropdown .jetpack-instant-search__open-overlay-button {
  color: var(--wp--preset--color--contrast);
}

.wpcom-search-dropdown__taxonomy {
  display: none;
}

.wpcom-search-dropdown__results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpcom-search-dropdown__result span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.wpcom-search-dropdown__result span:first-child,
.wpcom-search-dropdown h2,
.wpcom-search-dropdown .wpcom-search-dropdown__direct-search span,
.wpcom-search-dropdown li a {
  font-weight: var(--wp--custom--font-weight--bold);
  color: #333;
}

.wpcom-search-dropdown__result span:last-child {
  font-weight: 400;
}

.wpcom-search-dropdown h2 {
  font-size: 15px;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 12px 6px;
  margin-bottom: 8px;
}

.wpcom-search-dropdown .wpcom-search-dropdown__direct-search {
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 12px 16px;
}

.wpcom-search-dropdown .wpcom-search-dropdown__direct-search a,
.wpcom-search-dropdown .wpcom-search-dropdown__direct-search a:hover {
  color: #333;
}

.wpcom-search-dropdown li {
  font-size: 12px;
}

.wpcom-search-dropdown li a {
  display: block;
  padding: 6px 12px;
}

.wpcom-search-dropdown li a:hover {
  color: #333;
  background: #f5f5f5;
}

.wpcom-search-dropdown mark {
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #faa634;
}

.wpcom-search-dropdown svg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  fill: #adadad;
  vertical-align: middle;
}

.wpcom-search-dropdown button {
  border: none;
  background: none;
  padding: 0;
}

@supports not selector( p:has(~ .passport-marketing-page) ) {
  .passport-marketing-page {
    position: relative;
  }
  .passport-marketing-page::before {
    background: linear-gradient(to bottom, transparent 0%, white 85%);
    content: "";
    display: block;
    height: 5rem;
    position: absolute;
    top: calc(-1 * var(--wp--preset--spacing--30));
    transform: translate(0, -100%);
    width: 100%;
    z-index: 10;
  }
}
p:has(~ .passport-marketing-page) {
  position: relative;
}
p:has(~ .passport-marketing-page)::before {
  background: linear-gradient(to bottom, transparent 0%, white 85%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.wp-block-passport-podcast-player-logged-out-view {
  position: relative;
}

.passport-podcast-player-logged-out-view-overlay {
  background-color: rgba(255, 255, 255, 0.5411764706);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.passport-podcast-player-logged-out-view-underlay {
  filter: blur(0.75px);
}

.wp-block-passport-podcast-player {
  border: 0 none;
  border-radius: var(--wp--custom--border-radius);
  margin: 0;
  padding: 0;
}
.wp-block-passport-podcast-player > *:first-child {
  margin-block-start: 0;
}
.wp-block-passport-podcast-player > *:last-child {
  margin-block-end: 0;
}
.wp-block-passport-podcast-player .passport-podcast-title {
  font-size: var(--wp--preset--font-size--body);
}
.wp-block-passport-podcast-player .passport-podcast-summary {
  color: var(--wp--preset--color--contrast-2);
  font-size: var(--wp--preset--font-size--x-small);
}
.wp-block-passport-podcast-player audio {
  display: block;
  margin-top: 0.5rem;
  width: 100%;
}

.passport-plan-price-container .passport-plan-prices li a div {
  display: inline;
}

figure {
  max-width: 100%;
}

img.aligncenter {
  display: block;
  margin-inline: auto;
}

.wp-block-post-content iframe {
  max-width: 100%;
}
.wp-block-post-content iframe.youtube-video {
  aspect-ratio: 16/9;
  height: auto;
}

/* Ensure site covers the viewport so that
the footer is not floating ( 404, etc. ) */
html,
body,
.wp-site-blocks {
  min-height: 100vh;
  min-height: 100dvh;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
}
.wp-site-blocks main {
  flex-grow: 1;
}

@media not all and (min-width: 1080px) {
  body:not(.editor-styles-wrapper) .hide-until-desktop {
    display: none !important;
  }
}
@media all and (min-width: 1080px) {
  body:not(.editor-styles-wrapper) .hide-as-of-desktop {
    display: none !important;
  }
}
@media not all and (min-width: 960px) {
  body:not(.editor-styles-wrapper) .hide-until-laptop {
    display: none !important;
  }
}
@media all and (min-width: 960px) {
  body:not(.editor-styles-wrapper) .hide-as-of-laptop {
    display: none !important;
  }
}
@media all and (max-width: 900px) {
  body:not(.editor-styles-wrapper) .hide-until-desktop-menu {
    display: none !important;
  }
}
@media not all and (max-width: 900px) {
  body:not(.editor-styles-wrapper) .hide-as-of-desktop-menu {
    display: none !important;
  }
}
@media not all and (min-width: 782px) {
  body:not(.editor-styles-wrapper) .hide-until-tablet {
    display: none !important;
  }
}
@media all and (min-width: 782px) {
  body:not(.editor-styles-wrapper) .hide-as-of-tablet {
    display: none !important;
  }
}
@media not all and (min-width: 600px) {
  body:not(.editor-styles-wrapper) .hide-until-mobile {
    display: none !important;
  }
}
@media all and (min-width: 600px) {
  body:not(.editor-styles-wrapper) .hide-as-of-mobile {
    display: none !important;
  }
}

@media not print {
  .stratechery-print-only {
    display: none !important;
  }
}
@media print {
  .stratechery-print-hidden {
    display: none !important;
  }
}
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=style.css.map */