/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
/* SEARCH RESULTS IMAGE FIX */

.bhg-room-image-wrap{
    width:320px;
    min-width:320px;
    flex-shrink:0;
    overflow:hidden;
    border-radius:10px;
}

.bhg-room-image-wrap img{
    width:100% !important;
    height:240px !important;
    object-fit:cover !important;
    display:block;
    border-radius:10px;
}

.mphb-room-type-images,
.mphb-loop-room-type-thumbnail,
.mphb-room-type-images a{
    display:block !important;
    width:100% !important;
    height:100% !important;
}
/* SEARCH RESULTS CLEAN LAYOUT */

.mphb-room-type-excerpt{
    max-width:420px;
}

.mphb-room-type-excerpt p{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:1.6;
}

/* μεγαλύτερη εικόνα */
.bhg-room-image-wrap{
    width:260px;
    min-width:260px;
}

.bhg-room-image-wrap img{
    height:200px !important;
}

/* τίτλος */
.mphb-room-type-title{
    font-size:34px;
    line-height:1.15;
    margin-bottom:15px;
}

/* λιγότερο spacing */
.mphb-room-type-attributes{
    font-size:15px;
    line-height:1.5;
}

/* τιμή */
.mphb-room-type-price{
    min-width:220px;
}

/* κουμπιά */
.mphb-view-details-button,
.mphb-book-button{
    min-width:180px;
}
/* =========================
   BHG SEARCH RESULTS LAYOUT
========================= */

.bhg-search-card{
    display:flex;
    gap:30px;
    align-items:flex-start;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:14px;
    padding:25px;
    margin-bottom:35px;
    overflow:hidden;
}

/* IMAGE */

.bhg-search-image{
    width:320px;
    min-width:320px;
}

.bhg-search-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:12px;
    display:block;
}

/* CONTENT */

.bhg-search-content{
    flex:1;
    min-width:0;
}

.bhg-search-content .mphb-room-type-title{
    font-size:34px;
    line-height:1.15;
    margin-bottom:18px;
}

.bhg-search-content .mphb-room-type-title a{
    color:#0033cc;
    text-decoration:none;
}

.bhg-search-content p{
    font-size:16px;
    line-height:1.7;
    color:#444;

    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ATTRIBUTES */

.bhg-search-attributes{
    width:220px;
    min-width:220px;
}

.bhg-search-attributes ul{
    margin:0;
    padding-left:18px;
}

.bhg-search-attributes li{
    margin-bottom:10px;
    line-height:1.5;
}

/* PRICE */

.bhg-search-price{
    width:240px;
    min-width:240px;
}

.bhg-search-price .mphb-price{
    font-size:42px;
    font-weight:700;
    color:#0033cc;
}

.bhg-search-price .button,
.bhg-search-price .mphb-book-button{
    width:100%;
    margin-top:18px;
    text-align:center;
}

/* MOBILE */

@media(max-width:1024px){

    .bhg-search-card{
        flex-direction:column;
    }

    .bhg-search-image,
    .bhg-search-attributes,
    .bhg-search-price{
        width:100%;
        min-width:100%;
    }

    .bhg-search-image img{
        height:260px;
    }

}