/*
Theme Name: Peru Cusco Machu Picchu
Theme URI: https://ably.pe
Author: Ably Peru
Author URI: https://ably.pe
Description: A premium, modern WordPress theme designed specifically for travel agencies in Cusco and Machu Picchu. Built with performance and elegance in mind.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ab_theme
Tags: travel, agency, cusco, machu-picchu, luxury, responsive, clean

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
 * This file is primarily for theme identification. 
 * Please look into assets/css/main.css for the actual styles.
 */

.ab-tours-benefits {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
	.ab-tours-benefits {
		grid-template-columns: repeat(var(--ab-benefit-columns, 4), minmax(0, 1fr));
	}
}
