
#caromi-locator{
font-family:Arial;
background:#f4fbf6;
}

.caromi-wrap{
display:grid;
grid-template-columns:420px 1fr;
height:80vh;
}

.caromi-sidebar{
background:#fff;
padding:20px;
overflow:auto;
border-right:1px solid #eee;
}

.caromi-title{
font-size:28px;
margin-bottom:15px;
}

.caromi-title span{
color:#2e7d32;
}

#caromi-search{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ddd;
border-radius:6px;
}

#caromi-city{
width:100%;
padding:8px;
margin-bottom:15px;
}

.store{
background:#f7f7f7;
padding:12px;
border-radius:8px;
margin-bottom:10px;
cursor:pointer;
}

.store h3{
margin:0 0 5px;
font-size:15px;
}

.store p{
margin:2px 0;
font-size:13px;
color:#555;
}

#caromi-map{
width:100%;
height:100%;
}

@media(max-width:900px){
.caromi-wrap{
grid-template-columns:1fr;
}
#caromi-map{
height:50vh;
}
}
