/*
Theme Name: STRUCTR Child
Theme URI: https://structr.realestate
Description: STRUCTR Child Theme for Kadence
Author: STRUCTR
Author URI: https://structr.realestate
Template: kadence
Version: 1.0.0
*/

/* Guesty direct booking widget container (standalone, e.g. rentals page) */
.guesty-booking-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Guesty booking bar pinned to the bottom of the hero (homepage) */
.hero-booking-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(33, 33, 33, 0.92);
  padding: 1.5rem 2rem;
  z-index: 10;
}
.hero-booking-bar .guesty-booking-widget {
  padding: 0;
}
/* Give the centered hero content room so it never sits under the booking bar */
.structr-hero--booking .structr-hero__inner {
  padding-bottom: 96px;
}
.structr-hero--booking {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .hero-booking-bar { padding: 1rem; }
  .structr-hero--booking { padding-bottom: 240px; }
}

/* Contact Form 7 - furnished-rental inquiry form */
.wpcf7 .cf7-row { margin-bottom: 1.1rem; }
.wpcf7 label {
  display: block;
  font-weight: 600;
  color: var(--structr-jet);
  margin-bottom: 0.4rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--structr-khaki);
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
  box-sizing: border-box;
}
.wpcf7 textarea { min-height: 120px; resize: vertical; }
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: 2px solid var(--structr-tigers-eye);
  outline-offset: 1px;
  border-color: var(--structr-tigers-eye);
}
.wpcf7 .btn-primary { margin-top: 0.5rem; cursor: pointer; border: none; }
