.sl-wrapper-6d15a25b {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
}
.sl-sidebar-6d15a25b {
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}
.sl-search-6d15a25b {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}
.sl-list-6d15a25b {
    max-height: 300px;
    overflow-y: auto;
}
.sl-list-item-6d15a25b {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}
.sl-list-item-6d15a25b:hover {
    background: #ebebeb;
}
.sl-list-item-6d15a25b h4 {
    margin: 0 0 5px;
    font-size: 16px;
}
.sl-list-item-6d15a25b p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.sl-map-6d15a25b {
    width: 100%;
    min-height: 300px;
}
.sl-popup-6d15a25b img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
}
.sl-popup-6d15a25b h3 {
    margin: 0 0 5px;
    font-size: 16px;
}
.sl-popup-6d15a25b p {
    margin: 0;
    font-size: 13px;
}

@media (min-width: 768px) {
    .sl-wrapper-6d15a25b {
        flex-direction: row;
    }
    .sl-sidebar-6d15a25b {
        width: 30%;
        border-bottom: none;
        border-right: 1px solid #ddd;
    }
    .sl-list-6d15a25b {
        max-height: 100%;
        flex-grow: 1;
    }
    .sl-map-6d15a25b {
        width: 70%;
    }
}