.sl-9b08d090-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
}
.sl-9b08d090-sidebar {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
}
.sl-9b08d090-search {
    padding: 15px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #eee;
}
.sl-9b08d090-search input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.sl-9b08d090-search button {
    padding: 8px 12px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.sl-9b08d090-list {
    flex: 1;
    overflow-y: auto;
    max-height: 500px;
}
.sl-9b08d090-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.sl-9b08d090-item:hover {
    background: #f1f1f1;
}
.sl-9b08d090-item h4 {
    margin: 0 0 5px;
    font-size: 16px;
}
.sl-9b08d090-item p {
    margin: 0;
    color: #555;
    font-size: 14px;
}
.sl-9b08d090-map {
    flex: 2;
    min-width: 300px;
    min-height: 400px;
}
