/* =====================================================
   Portivo — Layout Gallery Responsive Rules
   ===================================================== */

@media (max-width: 768px) {
  .layout-gallery-grid {
    grid-template-columns: 1fr;
  }
  .layout-preview-frame-wrap.is-desktop { max-width: 100%; }
  .layout-preview-frame-wrap iframe { height: 55vh; }
}
