.anywhere-stays-listings{
  width:100%;
  box-sizing:border-box;
}
.anywhere-stays-listings *{
  box-sizing:border-box;
}
.anywhere-stays-listings-grid{
  display:grid;
  grid-template-columns:repeat(var(--anywhere-stays-listings-columns,3),minmax(0,1fr));
  gap:24px;
}
.anywhere-stays-listing-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.anywhere-stays-listing-image{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#f3f4f6;
}
.anywhere-stays-listing-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.anywhere-stays-listing-card:hover .anywhere-stays-listing-image img{
  transform:scale(1.04);
}
.anywhere-stays-listing-content{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:20px;
}
.anywhere-stays-listing-type{
  margin:0 0 8px;
  color:#2563eb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.anywhere-stays-listing-title{
  margin:0 0 8px;
  color:#111827;
  font-size:22px;
  line-height:1.2;
  font-weight:800;
}
.anywhere-stays-listing-title a{
  color:#111827 !important;
  text-decoration:none !important;
}
.anywhere-stays-listing-title a:hover{
  color:#000 !important;
  text-decoration:none !important;
}
.anywhere-stays-listing-property,
.anywhere-stays-listing-location,
.anywhere-stays-listing-capacity,
.anywhere-stays-listing-description{
  margin:0 0 10px;
  color:#4b5563;
  font-size:14px;
  line-height:1.55;
}
.anywhere-stays-listing-property{
  color:#111827;
  font-weight:700;
}
.anywhere-stays-listing-capacity{
  color:#374151;
  font-weight:700;
}
.anywhere-stays-listing-description{
  color:#6b7280;
}
.anywhere-stays-listing-footer{
  margin-top:auto;
  padding-top:14px;
}
.anywhere-stays-listing-price{
  margin:0 0 14px;
  color:#111827;
  font-size:15px;
}
.anywhere-stays-listing-price strong{
  font-size:20px;
  font-weight:800;
}
.anywhere-stays-listing-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.anywhere-stays-listing-button,
.anywhere-stays-listing-button:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:10px;
  background:#111827 !important;
  color:#fff !important;
  border:1px solid #111827 !important;
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-decoration:none !important;
}
.anywhere-stays-listing-button:hover,
.anywhere-stays-listing-button:focus{
  background:#000 !important;
  color:#fff !important;
  border-color:#000 !important;
  text-decoration:none !important;
}
.anywhere-stays-listing-button-secondary,
.anywhere-stays-listing-button-secondary:visited{
  background:#fff !important;
  color:#111827 !important;
  border-color:#111827 !important;
}
.anywhere-stays-listing-button-secondary:hover,
.anywhere-stays-listing-button-secondary:focus{
  background:#111827 !important;
  color:#fff !important;
}
.anywhere-stays-listings-empty{
  padding:24px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  color:#4b5563;
}
@media(max-width:1024px){
  .anywhere-stays-listings-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .anywhere-stays-listings-grid{grid-template-columns:1fr;}
  .anywhere-stays-listing-content{padding:16px;}
  .anywhere-stays-listing-actions{flex-direction:column;}
  .anywhere-stays-listing-button{width:100%;}
}

/* v1.9.36 accommodation option wording */
.anywhere-stays-listing-option-label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4b5563;
}


/* v1.9.37 accommodation card icon specs */
.anywhere-accommodation-specs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.anywhere-accommodation-spec{
  display:inline-flex;
  align-items:center;
  gap:6px;
  line-height:1;
  font-size:14px;
  font-weight:600;
  color:inherit;
}
.anywhere-accommodation-spec-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}
.anywhere-stays-listing-rooms,
.anywhere-accommodation-room-summary{
  margin:8px 0 0;
}


/* v1.9.38 evenly spaced accommodation card icons */
.anywhere-stays-listing-card .anywhere-accommodation-specs,
.anywhere-accommodation-card .anywhere-accommodation-specs{
  width:100%;
  justify-content:space-between;
  gap:8px;
}
.anywhere-stays-listing-card .anywhere-accommodation-spec,
.anywhere-accommodation-card .anywhere-accommodation-spec{
  flex:1 1 0;
  justify-content:center;
  min-width:0;
}
.anywhere-stays-listing-button,
.anywhere-detail-button{
  text-align:center;
}

/* v1.0.13 Elementor editor/listing polish: only make bed/bedroom/bathroom icons 5px larger. */
.anywhere-accommodation-spec-icon{
  font-size:20px;
  line-height:1;
}
.elementor-editor-active .anywhere-stays-listings,
.elementor-editor-preview .anywhere-stays-listings,
.elementor .anywhere-stays-listings{
  width:100%;
}
.elementor-editor-active .anywhere-stays-listings-grid,
.elementor-editor-preview .anywhere-stays-listings-grid,
.elementor .anywhere-stays-listings-grid{
  display:grid;
  grid-template-columns:repeat(var(--anywhere-stays-listings-columns,3),minmax(0,1fr));
  gap:24px;
}

/* v1.0.57 highly configurable listing widgets */
.anywhere-stays-listings-layout-horizontal .anywhere-stays-listing-card{
  flex-direction:row;
}
.anywhere-stays-listings-layout-horizontal .anywhere-stays-listing-image{
  flex:0 0 42%;
  aspect-ratio:auto;
  min-height:100%;
}
.anywhere-stays-listings-layout-horizontal .anywhere-stays-listing-image img{
  height:100%;
}
.anywhere-stays-listings-layout-compact .anywhere-stays-listing-content{
  padding:14px;
}
.anywhere-stays-listings-layout-compact .anywhere-stays-listing-title{
  font-size:18px;
}
.anywhere-stays-listing-card-property .anywhere-stays-listing-option-label,
.anywhere-stays-listing-card-property .anywhere-stays-listing-capacity,
.anywhere-stays-listing-card-property .anywhere-stays-listing-rooms{
  display:none;
}
.anywhere-stays-listing-button-tertiary,
.anywhere-stays-listing-button-tertiary:visited{
  background:transparent !important;
  color:#111827 !important;
  border-color:#d1d5db !important;
}
.anywhere-stays-listing-button-tertiary:hover,
.anywhere-stays-listing-button-tertiary:focus{
  background:#f3f4f6 !important;
  color:#111827 !important;
  border-color:#9ca3af !important;
}
.anywhere-stays-listing-popup[hidden]{display:none !important;}
.anywhere-stays-listing-popup{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.anywhere-stays-listing-popup-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.72);
}
.anywhere-stays-listing-popup-dialog{
  position:relative;
  z-index:1;
  width:min(1040px,100%);
  max-height:min(88vh,900px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
  overflow:hidden;
  background:#fff;
  border-radius:24px;
  box-shadow:0 28px 90px rgba(0,0,0,.38);
}
.anywhere-stays-listing-popup-stacked .anywhere-stays-listing-popup-dialog,
.anywhere-stays-listing-popup-minimal .anywhere-stays-listing-popup-dialog{
  display:block;
  max-width:760px;
}
.anywhere-stays-listing-popup-media{
  min-height:420px;
  background:#f3f4f6;
}
.anywhere-stays-listing-popup-stacked .anywhere-stays-listing-popup-media{
  min-height:280px;
  max-height:360px;
}
.anywhere-stays-listing-popup-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  object-position:center center;
}
.anywhere-stays-listing-popup-body{
  padding:32px;
  overflow:auto;
}
.anywhere-stays-listing-popup-close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  width:38px;
  height:38px;
  border-radius:999px;
  border:0;
  background:rgba(17,24,39,.92);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.anywhere-stays-listing-popup-type{
  margin:0 0 8px;
  color:#2563eb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.anywhere-stays-listing-popup-title{
  margin:0 0 10px;
  color:#111827;
  font-size:32px;
  line-height:1.12;
  font-weight:850;
}
.anywhere-stays-listing-popup-property,
.anywhere-stays-listing-popup-location,
.anywhere-stays-listing-popup-description,
.anywhere-stays-listing-popup-specs{
  margin:0 0 14px;
  color:#4b5563;
  font-size:15px;
  line-height:1.6;
}
.anywhere-stays-listing-popup-property{
  color:#111827;
  font-weight:800;
}
.anywhere-stays-listing-popup-specs .anywhere-accommodation-specs{
  margin-top:10px;
  justify-content:flex-start;
}
.anywhere-stays-listing-popup-footer{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #e5e7eb;
}
.anywhere-stays-listing-popup-price{
  margin:0 0 16px;
  color:#111827;
}
.anywhere-stays-listing-popup-price strong{
  font-size:24px;
  font-weight:850;
}
.anywhere-stays-listing-popup-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
body.anywhere-stays-popup-open{
  overflow:hidden;
}
@media(max-width:900px){
  .anywhere-stays-listings-layout-horizontal .anywhere-stays-listing-card{
    flex-direction:column;
  }
  .anywhere-stays-listings-layout-horizontal .anywhere-stays-listing-image{
    flex:auto;
    min-height:0;
    aspect-ratio:16/10;
  }
  .anywhere-stays-listing-popup-dialog{
    display:block;
    max-height:90vh;
    overflow:auto;
  }
  .anywhere-stays-listing-popup-media{
    min-height:240px;
    max-height:320px;
  }
  .anywhere-stays-listing-popup-body{
    padding:24px;
  }
}
