/*
 Theme Name:   Justhome Child
 Theme URI:    https://themeforest.net/item/justhome-real-estate-wordpress-theme/51737237
 Description:  Justhome Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     justhome
 Version:      1.0.0
 Text Domain:  justhome-child
*/

/* =====================================================
   FIX & PORTRAIT 3:4
   Section: Find Properties in These Areas
   Scope cực hẹp – KHÔNG ảnh hưởng chỗ khác
===================================================== */

/* Slick cho phép item cao theo nội dung */
.location-banner-item-list-wrapper .slick-track{
  display:flex;
}
.location-banner-item-list-wrapper .slick-slide{
  height:auto !important;
}

/* Card */
.location-banner-item-list-style1{
  height:auto !important;
}

/* Khung ảnh dọc 3:4 */
.location-banner-item-list-style1 .location-banner{
  position:relative;
  width:100%;
  aspect-ratio:3 / 4;          /* ✅ 3:4 */
  overflow:hidden;
  border-radius:14px;
  background:#000;             /* tránh nền xám */
}

/* Wrapper ảnh chiếm full khung */
.location-banner-item-list-style1 .image-wrapper{
  position:absolute;
  inset:0;
}

/* Ảnh fill khung – không méo */
.location-banner-item-list-style1 .image-wrapper img{
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  display:block;
}

/* Text overlay nằm trên ảnh */
.location-banner-item-list-style1 .inner{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:16px 18px;
}

/* ❌ bỏ mọi min-height / height cũ nếu có */
.location-banner-item-list-style1 .location-banner,
.location-banner-item-list-style1 .image-wrapper{
  min-height:0 !important;
}

.select2-container--default .select2-dropdown{padding: 10px !important;}
/* Giảm padding option trong Select2 */
.select2-results__option {
    padding:6px 10px !important; /* chỉnh lại theo ý */
}

/* Option đang hover / được chọn */
.select2-results__option--highlighted,
.select2-results__option[aria-selected="true"] {
    padding:6px 10px !important;
}