/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754610094
Updated: 2025-08-07 23:41:34

*/

/* —— Grid compacto y estable —— */
.tours-wrap { width:100%; margin:18px 0 0; }
.tours-wrap * { box-sizing:border-box; }
.t-title { font-size:1.2rem; margin:0 0 10px; }

.t-grid{
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
	gap:14px;
	width:100%;
}

/* Evita estilos del tema que rompen el layout */
.t-grid a{ display:block; text-decoration:none; color:#1f2937; }
.t-card{ background:#fff; border:1px solid #e5e7eb; border-radius:14px; overflow:hidden; height:100%; }
.t-media{ aspect-ratio:4/3; background:#f3f4f6; overflow:hidden; }
.t-media img{ display:block; width:100%; height:100%; object-fit:cover; }

.t-body{ padding:10px; }
.t-row{ display:flex; justify-content:space-between; align-items:center; gap:8px; }
.t-name{ font-weight:700; font-size:1rem; }
.t-chip{ font-size:.85rem; background:#ecfeff; border:1px solid #bae6fd; color:#075985; border-radius:8px; padding:3px 6px; white-space:nowrap; }
.t-tags{ list-style:none; padding:0; margin:8px 0 0; display:flex; flex-wrap:wrap; gap:6px; }
.t-tag{ font-size:.85rem; background:#f9fafb; border:1px solid #e5e7eb; border-radius:999px; padding:4px 8px; }

/* Opcional: 3 columnas en desktop ancho */
@media (min-width: 1100px){
	.t-grid{ grid-template-columns:repeat(3, minmax(260px, 1fr)); }
}