/* 
Theme Name: Słoneczne Wzgórza
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Lekki motyw potomny dla Hello Elementor stworzony, aby bezpiecznie rozwijać wygląd strony bez nadpisywania zmian po aktualizacjach.
Author: Markowy Web
Author URI: https://marekszmit.pl/
Template: hello-elementor
Version: 1.0
Text Domain: slonecznewzgorza-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.l-grid {
  display: grid !important;
  gap: var(--space-md);
}

.l-grid-2 { grid-template-columns: repeat(1, 1fr); }
.l-grid-3 { grid-template-columns: repeat(1, 1fr); }

@media (min-width: 768px) {
  .l-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .l-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .l-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
