/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

.trailer-specs ul,
.lodging-specs ul {
  list-style: none;
  padding-left: 0;
}

.trailer-specs li,
.lodging-specs li {
  margin-bottom: 6px;
}

.trailer-booking .ast-button,
.lodging-booking .ast-button {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}


/* Keep facet groups from stretching weirdly */
.all-lodgings-layout .wpgb-facet form {
  margin: 0;
}
/* Dropdown facet styling */
.all-lodgings-layout .wpgb-facet select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
  line-height: 1.3;
}

/* Facet wrapper card look */
.all-lodgings-layout .wpgb-facet {
  background: #f6f2ea;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid #8A3232;
}

/* Facet titles */
.all-lodgings-layout .wpgb-facet .wpgb-facet-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

/* Keep facet groups from stretching weirdly */
.all-lodgings-layout .wpgb-facet form {
  margin: 0;
}

/* Hide the title/label for just the search facet */
.wpgb-facet-search .wpgb-facet-title {
  display: none !important;
}
.wpgb-facet .wpgb-facet-title {
    
    display: none !important;
}

/* Facet dropdown + search outlines */
.lodging-facet-bar select,
.lodging-facet-bar input[type="search"],
.lodging-facet-bar input[type="text"] {
  border: 2px solid #8A3232 !important;   /* <- change this color */
  box-shadow: none;
}

/* On focus (when clicked) */
.lodging-facet-bar select:focus,
.lodging-facet-bar input[type="search"]:focus,
.lodging-facet-bar input[type="text"]:focus {
  border-color: #5f2323;       /* <- focus color */
  outline: none;
  box-shadow: 0 0 0 3px rgba(139,58,58,0.15); /* soft focus ring */
}

/* ===============================
   WPGB FACET BAR — FINAL MERGED FIX
   (no truncation at mid widths)
   =============================== */

/* 0) Keep select text from ellipsizing */
body .wpgb-facet select,
body .wpgb-facet input[type="search"],
body .wpgb-facet input[type="text"]{
  white-space: nowrap !important;
  text-overflow: clip !important;
  overflow: visible !important;
}

/* 1) Facet bar layout */
body .lodging-facet-bar,
body .wpgb-facets{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(240px, 1fr)) !important;
  gap: 16px !important;
  align-items: start !important;
}

/* 2) Mid-width breakpoint (your problem zone) */
@media (max-width: 1100px){
  body .lodging-facet-bar,
  body .wpgb-facets{
    grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
  }
}

/* 3) Mobile breakpoint */
@media (max-width: 740px){
  body .lodging-facet-bar,
  body .wpgb-facets{
    grid-template-columns: 1fr !important;
  }
}

/* 4) Make each facet fill its grid cell */
body .lodging-facet-bar .wpgb-facet,
body .wpgb-facets .wpgb-facet{
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}

/* 5) Give inner wrappers + controls a consistent, readable size */
body .wpgb-facet .wpgb-select,
body .wpgb-facet .wpgb-search,
body .wpgb-facet .wpgb-input{
  width: 100% !important;
  min-height: 50px !important;
}

body .wpgb-facet select,
body .wpgb-facet input[type="search"],
body .wpgb-facet input[type="text"]{
  width: 100% !important;
  min-height: 50px !important;
  padding: 12px 14px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
}

.lodging-breadcrumbs {
  margin: 0 !important;
  font-size: 14px;
  opacity: 0.85;
}
.lodging-breadcrumbs a {
  text-decoration: none;
}
