.storepoint-location-image {
    display: none;
}



.storepoint-location-image {
    display: none;
}

.storepoint-container {
    /* Base Colors */
    --storepoint-background-color: #000000;
    --storepoint-text-color: #ffffff;
    --storepoint-medium-text-color: rgba(255, 255, 255, 0.8);
    --storepoint-light-text-color: rgba(255, 255, 255, 0.6);
    --storepoint-border-color: rgba(255, 255, 255, 0.1);

    /* Search Elements */
    --storepoint-search-element-background-color: #333;
    --storepoint-search-bar-background-color: var(--storepoint-search-element-background-color);
    --storepoint-search-bar-input-text-color: #ffffff;
    --storepoint-dropdown-background-color: var(--storepoint-search-element-background-color);
    
    /* Dropdown/Popup Elements */
    --storepoint-dropdown-options-background-color: #ffffff;
    --storepoint-dropdown-options-text-color: #000000;
    --storepoint-dropdown-option-hover-bg: #f5f5f5;
    
    /* Location Items */
    --storepoint-location-background-color: #000000;
    --storepoint-location-hover-background-color: #1a1a1a;
    --storepoint-location-border-color: rgba(255, 255, 255, 0.1);
    
    /* Location Detail Panel */
    --storepoint-location-detail-panel-background-color: #000000;
    --storepoint-location-detail-panel-header-background-color: #1a1a1a;
    --storepoint-location-detail-panel-header-text-color: #ffffff;
    
    /* Field Labels */
    --storepoint-field-label-color: rgba(255, 255, 255, 0.6);
}

.storepoint-container.storepoint-layout-default .storepoint-search {border-bottom: 1px solid rgba(255,255,255,.3);}

.storepoint-container {
    border: 1px solid rgba(255,255,255,.3);
}

.storepoint-search-bar {
    border: 1px solid rgba(255,255,255,.25);
}

.storepoint-location {
    border-bottom: 1px solid rgba(255,255,255,.25);
}