/**
 * Desktop HTML shell (.page-shell) — tablet / iPad landscape (992–1366px).
 */

.page-blog .blog-latest-carousel__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Blog feedback modal — iPad landscape / tablet landscape (desktop shell) */
html[data-site-variant="desktop"] .swal2-popup.blog-feedback-modal-popup {
  width: min(100%, 38rem) !important;
  max-width: calc(100vw - 2rem) !important;
}
