/* Naranjas Amparo: text spacing shared by blog listings and articles. */
.na-blog-copy {
  padding-inline: 16px;
}

/* Keep the language links aligned with the other header buttons. */
#desktop-header .col-header-right > .row {
  flex-wrap: nowrap;
}

#desktop-header .na-language-switcher {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  padding-inline-start: 16px;
  white-space: nowrap;
  width: auto;
}

.na-language-switcher__link.is-current {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
  /* SimpleBlog masonry otherwise starts 15px outside the content column. */
  #module-ph_simpleblog-list .blog-masonry-list {
    margin-inline: 0;
  }

  /* Product cards in posts and geographic landing pages need a clear edge. */
  #module-ph_simpleblog-single .simpleblog__featuredProducts .products,
  body.category-id-parent-33 .elementor-widget-prestashop-widget-ProductsList .products-grid {
    margin-inline: 0;
  }

  #module-ph_simpleblog-single .simpleblog__featuredProducts .product-thumbnail,
  body.category-id-parent-33 .elementor-widget-prestashop-widget-ProductsList .product-thumbnail {
    box-sizing: border-box;
    padding-inline: 8px;
  }

  body.category-id-parent-33 .elementor-widget-prestashop-widget-ProductsList .elementor-products {
    box-sizing: border-box;
    padding-inline: 16px;
  }
}
