/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1770321036
Updated: 2026-02-05 20:50:36

*/

.hotel-reserve-wrap {
  margin: 40px auto;
  max-width: 900px;
}

.hotel-reserve-wrap .hotel-reserve-box {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,.05);
  padding: 20px;
}

#hotel-booking-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: end;
}

#hotel-booking-form .hb-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#hotel-booking-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

#hotel-booking-form .hb-btn {
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: #0ea5e9; /* cambia al color de tu tema */
  color: #fff;
  cursor: pointer;
}

#hotel-booking-form .hb-btn:hover {
  filter: brightness(0.9);
}

#hotel-booking-form .hb-note {
  grid-column: 1 / -1;
  font-size: 0.85em;
  opacity: 0.7;
  margin-top: 6px;
  text-align: left;
}

@media(max-width: 640px){
  #hotel-booking-form {
    grid-template-columns: 1fr;
  }
}

.hotel-reserve-wrap {
  margin: 40px auto;
  max-width: 900px;
}

.hotel-reserve-wrap .hotel-reserve-box {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
  padding: 20px;
}

.hotel-reserve-wrap{max-width:900px;margin:36px auto}

#hotel-booking-form input[type="date"]{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M3 2h1v2h8V2h1v2h2v10H1V4h2V2zm11 4H2v7h12V6z" fill="gray"/></svg>');background-repeat:no-repeat;background-position:right 10px center;padding-right:36px}
#hotel-booking-form #hb-guests{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><circle cx="8" cy="5" r="3" fill="gray"/><path d="M2 14c0-3 3-5 6-5s6 2 6 5" fill="gray"/></svg>');background-repeat:no-repeat;background-position:right 10px center;padding-right:36px}

#hotel-booking-form .hb-btn{background:#0ea5e9;color:#fff}
#hotel-booking-form .hb-btn:hover{filter:brightness(.95)}

.hotel-reserve-wrap .hotel-reserve-box {
  padding: 30px 24px; /* arriba/abajo - lados */
}

#hotel-booking-form input,
#hotel-booking-form .hb-btn {
  padding: 14px 16px;
}

/* Aviso hotel */
.hotel-avviso{
  display:flex; gap:12px; align-items:flex-start;
  background:#fff7d6; border:1px solid #f0d47a;
  border-radius:10px; padding:14px 16px; margin:16px 0 24px;
  box-shadow:0 2px 6px rgba(0,0,0,.04); font-size:15px; line-height:1.45;
}
.hotel-avviso .ha-ico{ font-size:22px; line-height:1; margin-top:2px; }
.hotel-avviso .ha-text strong{ display:block; font-weight:700; margin-bottom:4px; }
.hotel-avviso.compacto{ padding:10px 12px; font-size:14px; }
.entry-content .hotel-avviso p{ margin:0; } /* por si el tema envuelve en <p> */

.hotel-avviso-wrap{
  margin-bottom: 30px;
}