/* /esim/ — compact, factual purchase preparation rather than a generic tech index. */
@import url("/assets/css/destination-hub-v2.css?v=20260906-1");

.entry-page.category-index.destination-hub-v2.esim-hub-v2
  .entry-hero-esim
  .entry-hero-media {
  background-image: url("/assets/images/photography/photo-1772547038845-2bb6d93d0e22.webp") !important;
  background-position: center 52% !important;
}

.esim-hub-v2 .category-article-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
}

/* The single-card branch is a two-column decision card on desktop.  Keep the
   media track shrinkable when an article-owned SVG has a large intrinsic
   viewBox; otherwise its 16:10 aspect ratio can force the figure wider than
   the card and squeeze the decision copy into a sliver. */
.esim-hub-v2 .category-article-grid--single .article-preview-card__media,
.esim-hub-v2 .category-article-grid--single .article-preview-card__media img {
  min-width: 0;
}

@media (min-width: 641px) {
  .esim-hub-v2 .category-article-grid--single .article-preview-card__media {
    aspect-ratio: auto;
  }
}

@media (max-width: 640px) {
  .esim-hub-v2 .category-article-grid--single {
    max-width: none;
  }
}
