.bhv-map-container {
    display: flex;
    gap: 20px;
    max-width: 100%;
    flex-wrap: wrap;
}
.bhv-map-left {
    flex: 0;
    min-width: 330px;
}
.bhv-map-left iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.bhv-map-right {
    flex: 1;
    min-width: 250px;
    max-height: 400px;
    overflow-y: auto;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.bhv-branch-item {
    margin-bottom: 15px;
    cursor: pointer;
}
.bhv-branch-item:hover {
    background: #f0f0f0;
}
.bhv-branch-item p{margin:0}
.bhv-branch-item h3{
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
#bhv-map-frame{width:100%;height:100%}
.bhv-map-right {
    width: 100%;
    height: 500px;
}

