.store-locator-wrapper-0e35c4d4 {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.sl-sidebar-0e35c4d4 {
    width: 100%;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    max-height: 400px;
}

.sl-search-wrap-0e35c4d4 {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.sl-search-input-0e35c4d4 {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
}

.sl-list-0e35c4d4 {
    flex: 1;
    overflow-y: auto;
}

.sl-item-0e35c4d4 {
    padding: 15px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.2s;
    border-left: 3px solid transparent;
}

.sl-item-0e35c4d4:hover {
    background: #f8fafc;
}

.sl-item-0e35c4d4.active {
    background: #f1f5f9;
    border-left-color: #2563eb;
}

.sl-item-name-0e35c4d4 {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.sl-item-address-0e35c4d4 {
    font-size: 13px;
    color: #64748b;
}

.sl-map-container-0e35c4d4 {
    width: 100%;
    min-height: 400px;
}

.sl-map-0e35c4d4 {
    width: 100%;
    height: 100%;
    min-height: 400px;
    z-index: 1;
}

.sl-popup-0e35c4d4 h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.sl-popup-0e35c4d4 p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* Desktop Layout */
@media (min-width: 768px) {
    .store-locator-wrapper-0e35c4d4 {
        flex-direction: row;
        height: 500px;
    }
    
    .sl-sidebar-0e35c4d4 {
        width: 350px;
        border-bottom: none;
        border-right: 1px solid #e2e8f0;
        max-height: none;
    }
    
    .sl-map-container-0e35c4d4 {
        flex: 1;
        min-height: auto;
    }
    
    .sl-map-0e35c4d4 {
        min-height: auto;
    }
}
