/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
 .hotel-grid-container{display:grid;grid-gap:20px;grid-template-columns:1fr}@media (min-width:768px){.hotel-grid-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hotel-grid-container{grid-template-columns:repeat(3,1fr)}}.hotel-card{display:flex;flex-direction:column}.hotel-card-content{display:flex;flex-direction:column;flex-grow:1}.hotel-button{margin-top:auto}