/* =============================================
   Blog Listing + Single Article — Figma 401:10626 / 442:897
   ============================================= */

.y-blog-page,
.y-article-page {
  background: var(--wp--preset--color--beige-000);
  margin: 0;
  padding: 0 !important;
}

/* --- Breadcrumb --- */
.y-blog-breadcrumb {
  background: var(--wp--preset--color--beige-000);
  border-top: 1px solid var(--wp--preset--color--beige-200);
  color: var(--wp--preset--color--beige-700);
  gap: 8px;
  margin: 0 auto;
  max-width: 1920px;
  padding: 8px 40px;
}

.y-blog-breadcrumb p {
  margin: 0;
}
.y-blog-breadcrumb a {
  color: var(--wp--preset--color--beige-700);
  text-decoration: none;
}
.y-blog-breadcrumb a:last-child {
  color: var(--wp--preset--color--beige-900);
}

/* --- Main 2-column layout: sidebar + content --- */
.y-blog-layout,
.y-article-layout {
  display: grid !important;
  gap: 131px;
  grid-template-columns: 253px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 0 80px !important;
  width: 100%;
}

/* --- Sidebar --- */
.y-blog-sidebar,
.y-article-sidebar {
  align-self: start;
  padding: 40px 0 56px 40px;
  position: sticky;
  top: 80px;
}

/* --- Blog sidebar categories (dynamic) --- */
.y-blog-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-blog-categories__all {
  color: var(--wp--preset--color--beige-700);
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.y-blog-categories__all.is-active {
  color: var(--wp--preset--color--beige-900);
  font-weight: 700;
}

.y-blog-categories__all:hover {
  color: var(--wp--preset--color--beige-900);
}

.y-blog-categories__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.y-blog-categories__item a {
  color: var(--wp--preset--color--beige-700);
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.y-blog-categories__item.is-active a {
  color: var(--wp--preset--color--beige-900);
  font-weight: 700;
}

.y-blog-categories__item a:hover {
  color: var(--wp--preset--color--beige-900);
}

/* --- Legacy sidebar/TOC --- */
.y-article-bottom-nav {
  display: none;
}

.y-article-toc__arrow,
.y-article-toc__close {
  display: none;
}

.y-article-toc__header {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--headers);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.y-blog-sidebar-title,
.y-article-toc__title {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
  line-height: 1.4;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.y-article-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.y-article-toc__item {
  margin: 0 0 16px;
}

.y-article-toc__item a {
  color: var(--wp--preset--color--beige-700);
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word;
}

.y-article-toc__item a:hover {
  color: var(--wp--preset--color--beige-900);
}

/* --- Blog query / post list --- */
.y-blog-query {
  padding: 0 40px 0 0;
}

.y-blog-query .y-blog-list {
  display: grid !important;
  column-gap: 24px;
  row-gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Hero post: display:contents so its children become direct grid items (text cell + image cell) */
.y-blog-query .y-blog-list > li:first-child {
  display: contents;
}

.y-blog-query .y-blog-list > li:first-child > .y-blog-post {
  display: contents !important;
}

/* Hero text cell */
.y-blog-query .y-blog-list > li:first-child .y-blog-post-content {
  align-self: start;
  padding: 56px 0 0 !important;
}

/* Hero image cell */
.y-blog-query .y-blog-list > li:first-child .wp-block-post-featured-image,
.y-blog-query .y-blog-list > li:first-child .y-blog-post-media,
.y-blog-query .y-blog-list > li:first-child .y-post-fallback-image {
  margin: 0 !important;
  padding-top: 56px;
}

.y-blog-query .y-blog-list > li:first-child .wp-block-post-featured-image img,
.y-blog-query .y-blog-list > li:first-child .y-blog-post-media img,
.y-blog-query .y-blog-list > li:first-child .y-post-fallback-image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* --- Individual post card --- */
.y-blog-post {
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
}

/* --- Post image --- */
.y-blog-post-media,
.y-blog-post .wp-block-post-featured-image,
.y-blog-post .y-post-fallback-image {
  display: block;
  margin: 0 !important;
}

.y-blog-post-media a,
.y-blog-post .wp-block-post-featured-image a {
  display: block;
}

.y-blog-post-media img,
.y-blog-post .wp-block-post-featured-image img,
.y-blog-post .y-post-fallback-image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* --- Post text content --- */
.y-blog-post-content {
  margin: 0;
  min-width: 0;
  padding: 16px 0 0 !important;
}

/* Title — Cormorant 24px */
.y-blog-post-content .wp-block-post-title {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--headers);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
}

.y-blog-post-content .wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}

.y-blog-post-content .wp-block-post-title a:hover {
  text-decoration: underline;
}

/* Excerpt — Plus Jakarta Sans 14px */
.y-blog-post-content .wp-block-post-excerpt {
  color: var(--wp--preset--color--beige-700);
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.5;
  margin: 8px 0 0 !important;
  max-height: 41px;
  overflow: hidden;
  padding: 0 !important;
  text-overflow: ellipsis;
}

.y-blog-post-content .wp-block-post-excerpt p {
  margin: 0;
}

/* Pagination */
.y-blog-query .wp-block-query-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 48px;
}

.y-blog-query .wp-block-query-pagination-numbers {
  display: flex;
  gap: 8px;
}

.y-blog-query .wp-block-query-pagination a,
.y-blog-query .wp-block-query-pagination span.page-numbers {
  align-items: center;
  border: 1px solid var(--wp--preset--color--beige-200);
  color: var(--wp--preset--color--beige-900);
  display: inline-flex;
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  font-weight: 500;
  /* height: 36px; */
  justify-content: center;
  letter-spacing: 0.24px;
  /* min-width: 36px; */
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.y-blog-query .wp-block-query-pagination a:hover {
  background: var(--wp--preset--color--beige-200);
  border-color: var(--wp--preset--color--beige-900);
}

.y-blog-query .wp-block-query-pagination span.page-numbers.current {
  background: var(--wp--preset--color--beige-900);
  border-color: var(--wp--preset--color--beige-900);
  color: var(--wp--preset--color--beige-000);
}

.y-blog-query .wp-block-query-pagination .wp-block-query-pagination-previous,
.y-blog-query .wp-block-query-pagination .wp-block-query-pagination-next {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.y-blog-query .wp-block-query-pagination span.page-numbers.dots {
  background: none;
  border: none;
  min-width: auto;
  padding: 0 4px;
}

/* =============================================
   Single Article — Figma 442:897
   ============================================= */

/* --- Article header: 2-col grid --- */
.y-article-content {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto 1fr;
  column-gap: 24px;
  row-gap: 24px;
  min-width: 0;
  padding: 40px 40px 0 0;
}

/* --- Category label above title --- */
.y-article-category {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  font-weight: 500;
  grid-column: 1;
  letter-spacing: 0.24px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.y-article-content .wp-block-post-title {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--headers);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  grid-column: 1;
}

.y-article-meta {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 12px;
  gap: 24px;
  letter-spacing: 0.24px;
  line-height: 1.5;
  margin: 0;
  grid-column: 1;
}

.y-article-meta .wp-block-post-date {
  font-weight: 400;
}

.y-article-meta .wp-block-post-date time {
  font-weight: 700;
}

.y-article-meta .wp-block-post-author-name {
  font-weight: 400;
}

.y-article-meta .wp-block-post-author-name a {
  color: var(--wp--preset--color--beige-900);
  font-weight: 700;
  text-decoration: underline;
}

.y-article-reading-time {
  font-weight: 400;
}

.y-article-reading-time strong {
  font-weight: 700;
}

.y-article-content .wp-block-post-excerpt {
  align-self: start;
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  grid-column: 1;
}

.y-article-featured-image {
  align-self: start;
  grid-column: 2;
  grid-row: 1 / span 4;
  margin: 0 !important;
  overflow: hidden;
}

.y-article-featured-image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

/* --- Post content area --- */
.y-article-content .wp-block-post-content {
  color: var(--wp--preset--color--beige-900);
  grid-column: 1 / -1;
  /* margin-top: 16px; */
}

.y-article-content .wp-block-post-content h2 {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--headers);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 48px 0 24px;
}

/* .y-article-content .wp-block-post-content h2:first-child {
  margin-top: 0;
} */

.y-article-content .wp-block-post-content h3 {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--headers);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 24px 0;
}

.y-article-content .wp-block-post-content p,
.y-article-content .wp-block-post-content li {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.5;
}

.y-article-content .wp-block-post-content p {
  margin: 0 0 8px;
}

.y-article-content .wp-block-post-content ul {
  margin: 0 0 8px;
  padding-left: 24px;
}

/* Text+image columns now use custom yb2-article-text-image block with its own style-index.css */

/* --- Blockquote styling --- */
.y-article-content .wp-block-post-content .wp-block-quote {
  border: none;
  margin: 32px 0;
  padding: 0 0 0 24px;
  position: relative;
}

.y-article-content .wp-block-post-content .wp-block-quote::before {
  background: var(--wp--preset--color--beige-200);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.y-article-content .wp-block-post-content .wp-block-quote p {
  color: var(--wp--preset--color--beige-700);
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.36px;
  line-height: 1.5;
}

/* --- Standalone images in content --- */
.y-article-content .wp-block-post-content > .wp-block-image {
  margin: 0 0 24px;
}

.y-article-content .wp-block-post-content > .wp-block-image img {
  width: 100%;
  height: auto;
}

/* FAQ accordion styles removed — now handled by v2 small-title-title-text-and-accordion-right block */

/* --- Footnotes (after FAQ) --- */
.y-article-content .wp-block-post-content > p:last-child {
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.5;
}

/* --- Author section --- */
.y-article-author {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 1 / -1;
  margin: 80px 0;
  padding: 40px 0;
}

.y-article-author__label {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.y-article-author__divider {
  border-left: 1px solid var(--wp--preset--color--beige-200);
  height: 80px;
}

.y-article-author__profile {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.y-article-author__avatar {
  border-radius: 999px;
  height: 120px;
  overflow: hidden;
  width: 120px;
}

.y-article-author__avatar-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.y-article-author__name {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--headers);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  text-align: center;
}

.y-article-author__more {
  border-bottom: 1px solid var(--wp--preset--color--beige-900);
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.5;
  padding: 4px 0;
  text-decoration: none;
}

/* --- Product-text section (Figma 494:8714): beige bg, sidebar+content layout --- */
.y-article-products-text {
  max-width: 1920px;
  margin: 0 auto;
  padding: 56px 40px 80px calc(253px + 131px);
}

@media (max-width: 1280px) {
  .y-article-products-text {
    padding: 56px 24px 64px 24px;
  }
}

/* --- Product section: full-width bg, inner content max 1920px --- */
.y-article-products {
  padding-left: 40px;
  padding-right: 40px;
}

.y-article-products > .wp-block-woocommerce-product-collection {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 0;
}

/* --- Posts-grid title: Figma 822:19406 uses H1 (32px) on article page --- */
.y-article-page .yb2-posts-grid__title {
  font-size: 32px;
  line-height: normal;
}

/* Testimonials shortcode styles removed — now handled by v2 testimonial block */

/* --- Blog prefooter: full-width children, inner content max 1920px --- */
.y-blog-prefooter {
  padding: 0 !important;
  max-width: none !important;
}

.y-blog-prefooter > * {
  max-width: none !important;
  width: 100%;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 1024px) {
  .y-blog-layout,
  .y-article-layout {
    gap: 16px;
    grid-template-columns: 1fr !important;
    padding: 0 0 8px !important;
  }

  .y-article-layout {
    gap: 0;
  }

  .y-blog-breadcrumb {
    display: none !important;
  }

  .y-blog-sidebar {
    display: flex;
    padding: 16px 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .y-blog-categories__all,
  .y-blog-categories {
    flex-direction: row;
  }

  .y-blog-categories__list {
    flex-direction: row;
    align-items: center;
  }

  .y-blog-categories__item a {
    display: flex;
  }

  .y-blog-post-content {
    margin-bottom: 72px;
  }

  .y-blog-query .wp-block-query-pagination {
    margin: 0 0 36px 0;
  }

  .wp-block-query-pagination-numbers
    .page-numbers:not(.current):not(.prev):not(.next):not(.dots) {
    display: none;
  }
  /* zostaw pierwszą i ostatnią */
  .wp-block-query-pagination-numbers a.page-numbers:first-of-type,
  .wp-block-query-pagination-numbers a.page-numbers:last-of-type {
    display: inline-block;
  }

  .y-blog-query {
    padding: 0 24px;
  }

  .y-blog-query .y-blog-list {
    grid-template-columns: 1fr !important;
  }

  /* On mobile, hero image comes before text (order) */
  .y-blog-query .y-blog-list > li:first-child .wp-block-post-featured-image,
  .y-blog-query .y-blog-list > li:first-child .y-blog-post-media,
  .y-blog-query .y-blog-list > li:first-child .y-post-fallback-image {
    order: -1;
    padding-top: 0;
  }

  .y-blog-query .y-blog-list > li:first-child .y-blog-post-content {
    padding-top: 0 !important;
  }

  .y-article-content {
    padding: 0 24px;
  }

  .y-article-sidebar {
    padding: 13.5px 0;
    margin: 40px 24px 0 24px !important;
    border: 1px solid var(--wp--preset--color--beige-900);
    cursor: pointer;
  }

  .y-article-sidebar.is-active {
    width: 100vw;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--wp--preset--color--beige-000);
    z-index: 10000;
    margin: 0;
    padding: 0;
    border: none;
    animation: slideIn 0.3s ease-in-out forwards;
  }

  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .y-article-sidebar.is-leaving {
    animation: slideOut 0.3s ease-in-out forwards;
  }

  .y-article-sidebar.is-sticky {
    position: fixed;
    top: auto;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 24px;
    z-index: 100;
  }

  .y-article-toc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .y-article-sidebar.is-active .y-article-toc {
    align-items: unset;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .y-article-toc__arrow {
    display: block;
  }

  .y-article-sidebar.is-active .y-article-toc__arrow {
    display: none;
  }

  .y-article-toc__content {
    display: none;
  }

  .y-article-sidebar.is-active .y-article-toc__content {
    display: block;
    padding: 24px 24px 0;
    background: var(--wp--preset--color--beige-100);
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }

  .y-article-toc__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #2020204d;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .y-article-sidebar.is-active .y-article-toc__overlay {
    opacity: 1;
    animation: counterSlide 0.3s ease-in-out forwards;
  }

  @keyframes counterSlide {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .y-article-sidebar.is-leaving .y-article-toc__overlay {
    opacity: 1;
    animation: counterSlideOut 0.3s ease-in-out forwards;
  }

  @keyframes counterSlideOut {
    from {
      transform: translateX(0);
      opacity: 1;
    }
    to {
      transform: translateX(100%);
      opacity: 0;
    }
  }

  .y-article-toc__header {
    text-align: center;
    margin: 0;
  }

  .y-article-sidebar.is-active .y-article-toc__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid var(--wp--preset--color--beige-200);
    position: sticky;
    top: 0;
    font-family: var(--wp--preset--font-family--body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: var(--wp--preset--color--beige-000);
  }

  .y-article-sidebar.is-active .y-article-toc__close {
    display: block;
  }

  .y-article-toc__title {
    margin: 0 0 24px;
  }

  .y-article-toc__list {
    display: none;
  }

  .y-article-sidebar.is-active .y-article-toc__list {
    display: block;
  }

  .y-article-toc__item {
    margin: 0 0 24px;
  }

  .y-article-toc__item a {
    color: var(--wp--preset--color--beige-900);
  }

  .y-article-content {
    display: block;
    padding: 24px 24px 0;
  }

  .y-article-featured-image {
    margin: 0 0 24px !important;
  }

  .y-article-bottom-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 16px 24px;
    border-top: 1px solid var(--wp--preset--color--beige-200);
    background: var(--wp--preset--color--beige-000);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
    cursor: pointer;
  }

  .y-article-bottom-nav.is-visible {
    transform: translateY(0);
  }

  .y-article-bottom-nav__title {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .y-article-bottom-nav__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    padding: 8px 24px;
    border: 1px solid var(--wp--preset--color--beige-900);
    background: var(--wp--preset--color--beige-000);
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.28px;
    color: var(--wp--preset--color--beige-900);
    cursor: pointer;
    box-sizing: border-box;
  }

  .y-article-author {
    margin: 72px 0;
    padding: 16px 0;
  }

  .y-footer {
    padding-bottom: 168px !important;
  }
}

.y-article-content {
  display: flex !important;
  flex-direction: column;
}

.y-article-featured-image {
  margin-bottom: 32px !important;
}

@media (max-width: 480px) {
  .y-blog-query .y-blog-list {
    gap: 16px;
  }

  .y-blog-query .y-blog-list > li:first-child {
    padding-top: 24px;
  }
}

/* Override WP layout classes that interfere */
.y-blog-page
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.y-article-page
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.blog .wp-site-blocks,
.single-post .wp-site-blocks,
.archive .wp-site-blocks,
.search .wp-site-blocks {
  overflow-x: hidden;
}

/* FIXES FOR MIGRATION CONTENT PROBLEMS */

.y-article-content .wp-block-post-content .wp-block-columns.is-layout-flex {
  gap: var(--wp--preset--spacing--70);
  margin-bottom: var(--wp--preset--spacing--70);
}

.y-article-content .wp-block-columns.is-layout-flex .has-global-padding {
  padding-left: 0;
  padding-right: 0;
}

.y-article-content .wp-block-paragraph em {
  font-size: var(--wp--preset--font-size--body-xs);
  color: var(--wp--preset--color--beige-700);
}

.y-article-content .wp-block-list {
  margin: 0 0 var(--wp--preset--spacing--50) 0;
  padding-left: var(--wp--preset--spacing--50);
}
