#bml-wrapper{width:100%}
.bml-content h3 { margin-top: 0; color: #130E0C !important; font-size: 18px; font-weight: 700; margin-bottom: 10px; font-family: "Hanken Grotesk", Sans-serif; text-transform: none; line-height: 1; } div#bml-search-bar { display: none; } button#bml-load-all { position: relative; top: 30px; }
#bml-search-bar{padding:15px;background:#eef2f1}
#bml-search-input{width:100%;padding:12px;border-radius:8px;border:1px solid #ccc;font-size:16px}
#bml-container{display:flex;min-height:800px;height:calc(100vh - 200px);max-height:900px}
#bml-map{width:60%;height:100%}
#bml-listings{width:40%;display:flex;flex-direction:column;}
#bml-list{flex:1;overflow:auto;padding:15px}
#bml-load-all:hover{ background: #5b58c9; }
#bml-load-all{ background: #e64ba3; color: #fff; border: none; border-radius: 15px; width: 200px; margin: 0 auto; padding: 18px 0;}
.bml-card{display:flex;background:#fff;border-radius:6px;margin-bottom:12px;cursor:pointer}
.bml-card.active{border:2px solid #0073aa}
.bml-image{width:140px;height:120px;object-fit:cover}
.bml-content{padding:20px;flex:1}
.bml-address{color:#666;font-size:14px}
.bml-capacity{font-weight:600;margin:6px 0}
.bml-button{background:#5b58c9;color:#fff;border:none;border-radius: 15px; width: 200px; margin: 0 auto; padding: 10px 30px; margin-bottom:10px;}
.bml-button:hover{background: #e64ba3;}
div#bml-map { border-radius: 15px; }
@media(max-width:768px){
 #bml-container{flex-direction:column;height:auto}
 #bml-map{width:100%;height:45vh}
 #bml-listings{width:100%;height:auto}
 .bml-card{flex-direction:column}
 .bml-image{width:100%;height:180px}
}
